chore(deps): bump react-debounce-input from 3.2.4 to 3.3.0 (#8135)
This commit is contained in:
20
package-lock.json
generated
20
package-lock.json
generated
@@ -26,7 +26,7 @@
|
||||
"randombytes": "^2.1.0",
|
||||
"react": "=17.0.2",
|
||||
"react-copy-to-clipboard": "5.0.4",
|
||||
"react-debounce-input": "=3.2.4",
|
||||
"react-debounce-input": "=3.3.0",
|
||||
"react-dom": "=17.0.2",
|
||||
"react-immutable-proptypes": "2.2.0",
|
||||
"react-immutable-pure-component": "^2.2.0",
|
||||
@@ -22832,15 +22832,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-debounce-input": {
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/react-debounce-input/-/react-debounce-input-3.2.4.tgz",
|
||||
"integrity": "sha512-fX70bNj0fLEYO2Zcvuh7eh9wOUQ29GIx6r8IxIJlc0i0mpUH++9ax0BhfAYfzndADli3RAMROrZQ014J01owrg==",
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/react-debounce-input/-/react-debounce-input-3.3.0.tgz",
|
||||
"integrity": "sha512-VEqkvs8JvY/IIZvh71Z0TC+mdbxERvYF33RcebnodlsUZ8RSgyKe2VWaHXv4+/8aoOgXLxWrdsYs2hDhcwbUgA==",
|
||||
"dependencies": {
|
||||
"lodash.debounce": "^4",
|
||||
"prop-types": "^15.7.2"
|
||||
"prop-types": "^15.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^15.3.0 || ^16.0.0 || ^17.0.0"
|
||||
"react": "^15.3.0 || 16 || 17 || 18"
|
||||
}
|
||||
},
|
||||
"node_modules/react-dom": {
|
||||
@@ -44899,12 +44899,12 @@
|
||||
}
|
||||
},
|
||||
"react-debounce-input": {
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/react-debounce-input/-/react-debounce-input-3.2.4.tgz",
|
||||
"integrity": "sha512-fX70bNj0fLEYO2Zcvuh7eh9wOUQ29GIx6r8IxIJlc0i0mpUH++9ax0BhfAYfzndADli3RAMROrZQ014J01owrg==",
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/react-debounce-input/-/react-debounce-input-3.3.0.tgz",
|
||||
"integrity": "sha512-VEqkvs8JvY/IIZvh71Z0TC+mdbxERvYF33RcebnodlsUZ8RSgyKe2VWaHXv4+/8aoOgXLxWrdsYs2hDhcwbUgA==",
|
||||
"requires": {
|
||||
"lodash.debounce": "^4",
|
||||
"prop-types": "^15.7.2"
|
||||
"prop-types": "^15.8.1"
|
||||
}
|
||||
},
|
||||
"react-dom": {
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
"randombytes": "^2.1.0",
|
||||
"react": "=17.0.2",
|
||||
"react-copy-to-clipboard": "5.0.4",
|
||||
"react-debounce-input": "=3.2.4",
|
||||
"react-debounce-input": "=3.3.0",
|
||||
"react-dom": "=17.0.2",
|
||||
"react-immutable-proptypes": "2.2.0",
|
||||
"react-immutable-pure-component": "^2.2.0",
|
||||
|
||||
Reference in New Issue
Block a user