fix(deps): update dependency react-lazy-load to v3.1.14

pull/46919/head
renovate[bot] 2022-07-16 16:16:43 +00:00
parent a7e0b8182e
commit a8a1f81963
2 changed files with 11 additions and 8 deletions

View File

@ -100,7 +100,7 @@
"react-hotkeys": "2.0.0",
"react-i18next": "11.18.1",
"react-instantsearch-dom": "6.30.1",
"react-lazy-load": "3.1.13",
"react-lazy-load": "3.1.14",
"react-monaco-editor": "0.40.0",
"react-redux": "5.1.2",
"react-reflex": "4.0.9",

17
package-lock.json generated
View File

@ -503,7 +503,7 @@
"react-hotkeys": "2.0.0",
"react-i18next": "11.18.1",
"react-instantsearch-dom": "6.30.1",
"react-lazy-load": "3.1.13",
"react-lazy-load": "3.1.14",
"react-monaco-editor": "0.40.0",
"react-redux": "5.1.2",
"react-reflex": "4.0.9",
@ -42701,8 +42701,9 @@
"license": "MIT"
},
"node_modules/react-lazy-load": {
"version": "3.1.13",
"license": "MIT",
"version": "3.1.14",
"resolved": "https://registry.npmjs.org/react-lazy-load/-/react-lazy-load-3.1.14.tgz",
"integrity": "sha512-7tsOItf2HmEwhEWMaA/a2XlShuya7rBxqWAR0TPMO1XSf6ybxSDI2bMV8M6vtWkveX9TlSpb0qLB7NMMpDHVDQ==",
"dependencies": {
"eventlistener": "0.0.1",
"lodash.debounce": "^4.0.0",
@ -42710,8 +42711,8 @@
"prop-types": "^15.5.8"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0"
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0",
"react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/react-lifecycles-compat": {
@ -56375,7 +56376,7 @@
"react-hotkeys": "2.0.0",
"react-i18next": "11.18.1",
"react-instantsearch-dom": "6.30.1",
"react-lazy-load": "3.1.13",
"react-lazy-load": "3.1.14",
"react-monaco-editor": "0.40.0",
"react-redux": "5.1.2",
"react-reflex": "4.0.9",
@ -83318,7 +83319,9 @@
"version": "16.13.1"
},
"react-lazy-load": {
"version": "3.1.13",
"version": "3.1.14",
"resolved": "https://registry.npmjs.org/react-lazy-load/-/react-lazy-load-3.1.14.tgz",
"integrity": "sha512-7tsOItf2HmEwhEWMaA/a2XlShuya7rBxqWAR0TPMO1XSf6ybxSDI2bMV8M6vtWkveX9TlSpb0qLB7NMMpDHVDQ==",
"requires": {
"eventlistener": "0.0.1",
"lodash.debounce": "^4.0.0",