Skip to content

Commit eebe7d4

Browse files
committed
feat: update of packages
1 parent bab93a7 commit eebe7d4

File tree

2 files changed

+588
-435
lines changed

2 files changed

+588
-435
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
"@stijnvanhulle:registry": "https://npm.pkg.github.com"
3232
},
3333
"peerDependencies": {
34-
"webpack": "^5.60.0"
34+
"webpack": "^5.61.0"
3535
},
3636
"dependencies": {
37-
"@babel/preset-typescript": "^7.15.0",
37+
"@babel/preset-typescript": "^7.16.0",
3838
"schema-utils": "^3.1.1"
3939
},
4040
"devDependencies": {
41-
"@babel/cli": "^7.15.7",
42-
"@babel/core": "^7.15.8",
41+
"@babel/cli": "^7.16.0",
42+
"@babel/core": "^7.16.0",
4343
"@babel/polyfill": "^7.12.1",
44-
"@babel/preset-env": "^7.15.8",
44+
"@babel/preset-env": "^7.16.0",
4545
"@typescript-eslint/eslint-plugin": "^5.2.0",
4646
"@typescript-eslint/parser": "^5.2.0",
4747
"@webpack-contrib/defaults": "^6.3.0",
@@ -56,6 +56,6 @@
5656
"prettier": "^2.4.1",
5757
"standard-version": "^9.3.2",
5858
"typescript": "^4.4.4",
59-
"webpack": "^5.60.0"
59+
"webpack": "^5.61.0"
6060
}
6161
}

0 commit comments

Comments
 (0)