Changeset 57634
- Timestamp:
- 02/15/2024 02:47:33 PM (10 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package-lock.json
r57619 r57634 10 10 "license": "GPL-2.0-or-later", 11 11 "dependencies": { 12 "@emotion/is-prop-valid": "0.8.8",13 "@emotion/memoize": "0.7.4",14 12 "@wordpress/a11y": "3.51.0", 15 13 "@wordpress/annotations": "2.51.1", … … 84 82 "es-module-shims": "1.8.2", 85 83 "formdata-polyfill": "4.0.10", 86 "framer-motion": "10.16.4",87 84 "hoverintent": "2.2.1", 88 85 "imagesloaded": "5.0.0", … … 2246 2243 "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", 2247 2244 "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", 2245 "optional": true, 2248 2246 "dependencies": { 2249 2247 "@emotion/memoize": "0.7.4" … … 2253 2251 "version": "0.7.4", 2254 2252 "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", 2255 "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" 2253 "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==", 2254 "optional": true 2256 2255 }, 2257 2256 "node_modules/@emotion/react": { … … 34855 34854 "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", 34856 34855 "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", 34856 "optional": true, 34857 34857 "requires": { 34858 34858 "@emotion/memoize": "0.7.4" … … 34862 34862 "version": "0.7.4", 34863 34863 "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", 34864 "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" 34864 "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==", 34865 "optional": true 34865 34866 }, 34866 34867 "@emotion/react": { -
trunk/package.json
r57619 r57634 79 79 }, 80 80 "dependencies": { 81 "@emotion/is-prop-valid": "0.8.8",82 "@emotion/memoize": "0.7.4",83 81 "@wordpress/a11y": "3.51.0", 84 82 "@wordpress/annotations": "2.51.1", … … 153 151 "es-module-shims": "1.8.2", 154 152 "formdata-polyfill": "4.0.10", 155 "framer-motion": "10.16.4",156 153 "hoverintent": "2.2.1", 157 154 "imagesloaded": "5.0.0",
Note: See TracChangeset
for help on using the changeset viewer.