Skip to content

Commit

Permalink
update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dasiux committed Jan 15, 2022
1 parent 4b3d520 commit 2a85912
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squirrel-forge/simple-webpack",
"version": "0.5.1",
"version": "0.6.0",
"description": "A thin node wrapper for webpack with some basic options and configuration.",
"main": "src/classes/SimpleWebpack.js",
"scripts": {
Expand Down Expand Up @@ -33,13 +33,14 @@
"node": ">= 10.0.0"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.8",
"@squirrel-forge/node-cfx": "^1.1.0",
"@squirrel-forge/node-util": "^1.2.0",
"babel-loader": "^8.2.3",
"eslint": "^7.32.0",
"eslint-webpack-plugin": "^3.1.1",
"webpack": "^5.65.0"
"webpack": "^5.66.0"
}
}

0 comments on commit 2a85912

Please sign in to comment.