We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3d520 commit 2a85912Copy full SHA for 2a85912
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@squirrel-forge/simple-webpack",
3
- "version": "0.5.1",
+ "version": "0.6.0",
4
"description": "A thin node wrapper for webpack with some basic options and configuration.",
5
"main": "src/classes/SimpleWebpack.js",
6
"scripts": {
@@ -33,13 +33,14 @@
33
"node": ">= 10.0.0"
34
},
35
"dependencies": {
36
- "@babel/core": "^7.16.0",
37
- "@babel/preset-env": "^7.16.4",
+ "@babel/core": "^7.16.7",
+ "@babel/eslint-parser": "^7.16.5",
38
+ "@babel/preset-env": "^7.16.8",
39
"@squirrel-forge/node-cfx": "^1.1.0",
40
"@squirrel-forge/node-util": "^1.2.0",
41
"babel-loader": "^8.2.3",
42
"eslint": "^7.32.0",
43
"eslint-webpack-plugin": "^3.1.1",
- "webpack": "^5.65.0"
44
+ "webpack": "^5.66.0"
45
}
46
0 commit comments