Import rc-trigger

This commit is contained in:
Diego Pucci 2024-06-25 10:37:27 +02:00
parent 219f856c94
commit ef76539e5b
2 changed files with 22 additions and 16 deletions

View File

@ -95,6 +95,7 @@
"polished": "^4.3.1", "polished": "^4.3.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"query-string": "^6.13.7", "query-string": "^6.13.7",
"rc-trigger": "^5.3.4",
"re-resizable": "^6.9.11", "re-resizable": "^6.9.11",
"react": "^16.13.1", "react": "^16.13.1",
"react-ace": "^10.1.0", "react-ace": "^10.1.0",
@ -58735,18 +58736,22 @@
} }
}, },
"node_modules/rc-trigger": { "node_modules/rc-trigger": {
"version": "5.2.0", "version": "5.3.4",
"resolved": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.2.0.tgz", "resolved": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.3.4.tgz",
"integrity": "sha512-fpC1ZkM/IgIIDfF6XHx3Hb2zXy9wvdI5eMh+6DdLygk6Z3HGmkri6ZCXg9a0wfF9AFuzlYTeBLS1uRASZRsnMQ==", "integrity": "sha512-mQv+vas0TwKcjAO2izNPkqR4j86OemLRmvL2nOzdP9OWNWA1ivoTt5hzFqYNW9zACwmTezRiN8bttrC7cZzYSw==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.18.3",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"rc-align": "^4.0.0", "rc-align": "^4.0.0",
"rc-motion": "^2.0.0", "rc-motion": "^2.0.0",
"rc-util": "^5.5.0" "rc-util": "^5.19.2"
}, },
"engines": { "engines": {
"node": ">=8.x" "node": ">=8.x"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
} }
}, },
"node_modules/rc-upload": { "node_modules/rc-upload": {
@ -64168,9 +64173,9 @@
"dev": true "dev": true
}, },
"node_modules/throttle-debounce": { "node_modules/throttle-debounce": {
"version": "5.0.0", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz", "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
"integrity": "sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==", "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
"engines": { "engines": {
"node": ">=12.22" "node": ">=12.22"
} }
@ -118279,15 +118284,15 @@
} }
}, },
"rc-trigger": { "rc-trigger": {
"version": "5.2.0", "version": "5.3.4",
"resolved": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.2.0.tgz", "resolved": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.3.4.tgz",
"integrity": "sha512-fpC1ZkM/IgIIDfF6XHx3Hb2zXy9wvdI5eMh+6DdLygk6Z3HGmkri6ZCXg9a0wfF9AFuzlYTeBLS1uRASZRsnMQ==", "integrity": "sha512-mQv+vas0TwKcjAO2izNPkqR4j86OemLRmvL2nOzdP9OWNWA1ivoTt5hzFqYNW9zACwmTezRiN8bttrC7cZzYSw==",
"requires": { "requires": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.18.3",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"rc-align": "^4.0.0", "rc-align": "^4.0.0",
"rc-motion": "^2.0.0", "rc-motion": "^2.0.0",
"rc-util": "^5.5.0" "rc-util": "^5.19.2"
} }
}, },
"rc-upload": { "rc-upload": {
@ -122467,9 +122472,9 @@
"dev": true "dev": true
}, },
"throttle-debounce": { "throttle-debounce": {
"version": "5.0.0", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz", "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
"integrity": "sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==" "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A=="
}, },
"throttleit": { "throttleit": {
"version": "1.0.0", "version": "1.0.0",

View File

@ -160,6 +160,7 @@
"polished": "^4.3.1", "polished": "^4.3.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"query-string": "^6.13.7", "query-string": "^6.13.7",
"rc-trigger": "^5.3.4",
"re-resizable": "^6.9.11", "re-resizable": "^6.9.11",
"react": "^16.13.1", "react": "^16.13.1",
"react-ace": "^10.1.0", "react-ace": "^10.1.0",