Skip to content

Commit

Permalink
Tools: update packages (#2833)
Browse files Browse the repository at this point in the history
* Tools: update packages

@wordpress/scripts 27.9.0 includes an RTL build so the custom webpack config can be removed

* Remove local rtlcss webpack plugin dep
  • Loading branch information
adamwoodnz authored Aug 8, 2024
1 parent 6ed3a3d commit 373568a
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": true,
"dependencies": {
"@wordpress/env": "9.3.0",
"@wordpress/scripts": "27.2.0",
"@wordpress/scripts": "27.9.0",
"@wordpress/stylelint-config": "21.34.0"
},
"workspaces": {
Expand Down
2 changes: 1 addition & 1 deletion wp-content/mu-plugins/pub/locale-switcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@wordpress/url": "^3.21.0"
},
"devDependencies": {
"@wordpress/scripts": "27.2.0"
"@wordpress/scripts": "27.9.0"
},
"stylelint": {
"extends": "../../../../.stylelintrc"
Expand Down
2 changes: 1 addition & 1 deletion wp-content/plugins/wporg-learn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@wordpress/url": "3.19.0"
},
"devDependencies": {
"@wordpress/scripts": "27.2.0"
"@wordpress/scripts": "27.9.0"
},
"stylelint": {
"extends": "../../../.stylelintrc"
Expand Down
5 changes: 2 additions & 3 deletions wp-content/themes/pub/wporg-learn-2024/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"private": true,
"devDependencies": {
"@wordpress/icons": "^10.2.0",
"@wordpress/scripts": "27.2.0",
"react-dom": "^18.3.1",
"rtlcss-webpack-plugin": "4.0.7"
"@wordpress/scripts": "27.9.0",
"react-dom": "^18.3.1"
},
"eslintConfig": {
"extends": "../../../../.eslintrc.js"
Expand Down
14 changes: 0 additions & 14 deletions wp-content/themes/pub/wporg-learn-2024/webpack.config.js

This file was deleted.

Loading

0 comments on commit 373568a

Please sign in to comment.