Skip to content

Commit

Permalink
Update packages & add wp/eslint-plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jan 26, 2024
1 parent fc150d0 commit 38b8cbd
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 242 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "GPL-2.0-or-later",
"private": true,
"devDependencies": {
"@wordpress/env": "9.1.0",
"@wordpress/scripts": "27.0.0",
"@wordpress/env": "9.2.0",
"@wordpress/scripts": "27.1.0",
"lighthouse-ci": "^1.13.1"
},
"scripts": {
Expand Down
11 changes: 6 additions & 5 deletions source/wp-content/themes/wporg-showcase-2022/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
"license": "GPL-2.0-or-later",
"private": true,
"dependencies": {
"@wordpress/components": "25.15.0",
"@wordpress/element": "5.26.0",
"@wordpress/i18n": "4.49.0",
"@wordpress/icons": "9.40.0"
"@wordpress/components": "25.16.0",
"@wordpress/element": "5.27.0",
"@wordpress/i18n": "4.50.0",
"@wordpress/icons": "9.41.0"
},
"devDependencies": {
"@wordpress/scripts": "27.0.0",
"@wordpress/scripts": "27.1.0",
"@wordpress/eslint-plugin": "17.7.0",
"rtlcss-webpack-plugin": "4.0.7"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 38b8cbd

Please sign in to comment.