Skip to content

Commit 179fbaa

Browse files
committed
fix: pack update
1 parent 6e23373 commit 179fbaa

File tree

2 files changed

+627
-666
lines changed

2 files changed

+627
-666
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
"@stijnvanhulle:registry": "https://npm.pkg.github.com"
3232
},
3333
"peerDependencies": {
34-
"webpack": "^5.64.2"
34+
"webpack": "^5.65.0"
3535
},
3636
"dependencies": {
37-
"@babel/preset-typescript": "^7.16.5",
37+
"@babel/preset-typescript": "^7.16.7",
3838
"schema-utils": "^4.0.0"
3939
},
4040
"devDependencies": {
41-
"@babel/cli": "^7.16.0",
42-
"@babel/core": "^7.16.5",
41+
"@babel/cli": "^7.16.7",
42+
"@babel/core": "^7.16.7",
4343
"@babel/polyfill": "^7.12.1",
44-
"@babel/preset-env": "^7.16.5",
45-
"@typescript-eslint/eslint-plugin": "^5.7.0",
46-
"@typescript-eslint/parser": "^5.7.0",
44+
"@babel/preset-env": "^7.16.7",
45+
"@typescript-eslint/eslint-plugin": "^5.8.1",
46+
"@typescript-eslint/parser": "^5.8.1",
4747
"@webpack-contrib/defaults": "^6.3.0",
4848
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
4949
"rimraf": "^3.0.2",
50-
"eslint": "^8.4.1",
50+
"eslint": "^8.6.0",
5151
"eslint-config-prettier": "^8.3.0",
5252
"eslint-plugin-babel": "^5.3.1",
5353
"eslint-plugin-import": "^2.25.3",

0 commit comments

Comments
 (0)