Skip to content

Commit

Permalink
Downgrade to version 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
samikeijonen committed Apr 3, 2023
1 parent 65bb700 commit d4041cd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 82 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## Version 5.0.1 released April 3, 2023
- Downgrade `blob` to version 8.
## Version 5.0.0 released April 3, 2023
- Update `@wordpress/scripts` to version 26.

Expand Down
103 changes: 25 additions & 78 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meom/scripts",
"version": "5.0.0",
"version": "5.0.1",
"description": "MEOM scripts",
"homepage": "https://github.com/MEOM/scripts",
"repository": {
Expand All @@ -22,7 +22,7 @@
"autoprefixer": "^10.4.2",
"browser-sync": "^2.29.1",
"browser-sync-webpack-plugin": "^2.3.0",
"glob": "^9.0.0",
"glob": "^8.0.0",
"prettier": "^2.8.7",
"webpack-remove-empty-scripts": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ const resolveConfig = {
alias: {
'lodash-es': 'lodash',
},
extensions: [ '.ts', '.tsx', '.js' ],
}
extensions: ['.ts', '.tsx', '.js'],
};

// CSS loaders.
const cssLoaders = [
Expand Down

0 comments on commit d4041cd

Please sign in to comment.