Skip to content

Commit

Permalink
Build/Test Tools: Remove unnecessary direct dependencies.
Browse files Browse the repository at this point in the history
This removes the `@emotion/is-prop-valid`, `@emotion/memoize`, and `framer-motion` packages as direct dependencies.

These were introduced in [56065], but do not appear to have been integrated into the build process. Instead, these are now installed as peer dependencies to the `@wordpress/block-editor` and `@wordpress/components` packages.

Props gziolo, huzaifaalmesbah.
See #59658.

git-svn-id: https://develop.svn.wordpress.org/trunk@57634 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Feb 15, 2024
1 parent 7b24083 commit 2ef0ee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@
"webpack-livereload-plugin": "3.0.2"
},
"dependencies": {
"@emotion/is-prop-valid": "0.8.8",
"@emotion/memoize": "0.7.4",
"@wordpress/a11y": "3.51.0",
"@wordpress/annotations": "2.51.1",
"@wordpress/api-fetch": "6.48.0",
Expand Down Expand Up @@ -152,7 +150,6 @@
"element-closest": "^3.0.2",
"es-module-shims": "1.8.2",
"formdata-polyfill": "4.0.10",
"framer-motion": "10.16.4",
"hoverintent": "2.2.1",
"imagesloaded": "5.0.0",
"is-plain-object": "5.0.0",
Expand Down

0 comments on commit 2ef0ee1

Please sign in to comment.