Skip to content

Commit

Permalink
fix: pack update
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Jan 2, 2022
1 parent 6e23373 commit 179fbaa
Show file tree
Hide file tree
Showing 2 changed files with 627 additions and 666 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@
"@stijnvanhulle:registry": "https://npm.pkg.github.com"
},
"peerDependencies": {
"webpack": "^5.64.2"
"webpack": "^5.65.0"
},
"dependencies": {
"@babel/preset-typescript": "^7.16.5",
"@babel/preset-typescript": "^7.16.7",
"schema-utils": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.5",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@babel/preset-env": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@webpack-contrib/defaults": "^6.3.0",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"rimraf": "^3.0.2",
"eslint": "^8.4.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.25.3",
Expand Down
Loading

0 comments on commit 179fbaa

Please sign in to comment.