mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-23 08:02:58 -05:00
fix(deps): update dependency react-reflex to v4.0.9 (#46206)
* fix(deps): update dependency react-reflex to v4.0.9 * fix(deps): update dependency react-reflex to v4.0.9 * fix(client): chore to remove unneeded ts comment Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
"react-lazy-load": "3.1.13",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"react-redux": "5.1.2",
|
||||
"react-reflex": "4.0.8",
|
||||
"react-reflex": "4.0.9",
|
||||
"react-responsive": "6.1.2",
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
|
||||
@@ -188,7 +188,6 @@ class ShowClassic extends Component<ShowClassicProps, ShowClassicState> {
|
||||
}
|
||||
|
||||
onStopResize(event: HandlerProps) {
|
||||
// @ts-expect-error TODO: Apparently, name does not exist on type
|
||||
const { name, flex } = event.component.props;
|
||||
|
||||
// Only interested in tracking layout updates for ReflexElement's
|
||||
|
||||
18
package-lock.json
generated
18
package-lock.json
generated
@@ -505,7 +505,7 @@
|
||||
"react-lazy-load": "3.1.13",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"react-redux": "5.1.2",
|
||||
"react-reflex": "4.0.8",
|
||||
"react-reflex": "4.0.9",
|
||||
"react-responsive": "6.1.2",
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
@@ -42497,9 +42497,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-reflex": {
|
||||
"version": "4.0.8",
|
||||
"resolved": "https://registry.npmjs.org/react-reflex/-/react-reflex-4.0.8.tgz",
|
||||
"integrity": "sha512-2nOnDA93MRlmPwZ4n9jJD7XJWh537Xdy2H0b0pZ0R4Je0s70oRFvFsKX2RF/L4divqhTqAhU8M/rsiixTQyjNg==",
|
||||
"version": "4.0.9",
|
||||
"resolved": "https://registry.npmjs.org/react-reflex/-/react-reflex-4.0.9.tgz",
|
||||
"integrity": "sha512-XFTNRekFK4ul8mzVd1lniKT/SI0FvNYhXyLNl5gagS1i3iW9QKlpFYcRfVhZlxxaYHb8UyLOs3+H4Ay5cjtbxQ==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
@@ -42507,7 +42507,7 @@
|
||||
"react-measure": "^2.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.0.0 || ^17.0.0"
|
||||
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/react-reflex/node_modules/react-measure": {
|
||||
@@ -55858,7 +55858,7 @@
|
||||
"react-lazy-load": "3.1.13",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"react-redux": "5.1.2",
|
||||
"react-reflex": "4.0.8",
|
||||
"react-reflex": "4.0.9",
|
||||
"react-responsive": "6.1.2",
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
@@ -82631,9 +82631,9 @@
|
||||
}
|
||||
},
|
||||
"react-reflex": {
|
||||
"version": "4.0.8",
|
||||
"resolved": "https://registry.npmjs.org/react-reflex/-/react-reflex-4.0.8.tgz",
|
||||
"integrity": "sha512-2nOnDA93MRlmPwZ4n9jJD7XJWh537Xdy2H0b0pZ0R4Je0s70oRFvFsKX2RF/L4divqhTqAhU8M/rsiixTQyjNg==",
|
||||
"version": "4.0.9",
|
||||
"resolved": "https://registry.npmjs.org/react-reflex/-/react-reflex-4.0.9.tgz",
|
||||
"integrity": "sha512-XFTNRekFK4ul8mzVd1lniKT/SI0FvNYhXyLNl5gagS1i3iW9QKlpFYcRfVhZlxxaYHb8UyLOs3+H4Ay5cjtbxQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
|
||||
Reference in New Issue
Block a user