Skip to content

Commit

Permalink
Merge pull request #9 from MEOM/update/scripts
Browse files Browse the repository at this point in the history
Update WP scripts.
  • Loading branch information
samikeijonen authored Sep 19, 2022
2 parents c13130b + e716104 commit 2b057cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 4.0.0 released September 19, 2022
- Update `@wordpress/scripts` to version 24.

## Version 3.0.0 released May 7, 2022
- Update `@wordpress/scripts` to version 23.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meom/scripts",
"version": "3.0.0",
"version": "4.0.0",
"description": "MEOM scripts",
"homepage": "https://github.com/MEOM/scripts",
"repository": {
Expand All @@ -18,13 +18,13 @@
"scripts"
],
"dependencies": {
"@wordpress/scripts": "^23.0.0",
"@wordpress/scripts": "^24.1.0",
"autoprefixer": "^10.4.2",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"glob": "^8.0.0",
"prettier": "^2.6.2",
"webpack-remove-empty-scripts": "^0.8.0"
"webpack-remove-empty-scripts": "^1.0.0"
},
"devDependencies": {
"eslint-plugin-prettier": "^4.0.0"
Expand Down

0 comments on commit 2b057cd

Please sign in to comment.