Skip to content

Commit e378d8c

Browse files
authoredApr 3, 2022
chore: upgrade dependencies to the latest version (#677)
1 parent e2274da commit e378d8c

File tree

2 files changed

+167
-159
lines changed

2 files changed

+167
-159
lines changed
 

‎package-lock.json

+160-152
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
},
5555
"devDependencies": {
5656
"@babel/cli": "^7.17.6",
57-
"@babel/core": "^7.17.5",
57+
"@babel/core": "^7.17.8",
5858
"@babel/eslint-parser": "^7.16.5",
5959
"@babel/preset-env": "^7.16.7",
60-
"@commitlint/cli": "^16.2.1",
60+
"@commitlint/cli": "^16.2.3",
6161
"@commitlint/config-conventional": "^16.2.1",
6262
"@types/glob-parent": "^5.1.1",
6363
"@types/normalize-path": "^3.0.0",
@@ -67,21 +67,21 @@
6767
"cross-env": "^7.0.3",
6868
"del": "^6.0.0",
6969
"del-cli": "^4.0.1",
70-
"eslint": "^8.10.0",
70+
"eslint": "^8.12.0",
7171
"eslint-config-prettier": "^8.5.0",
7272
"eslint-plugin-import": "^2.25.4",
7373
"file-loader": "^6.2.0",
7474
"husky": "^7.0.1",
7575
"is-gzip": "^2.0.0",
7676
"jest": "^27.5.1",
77-
"lint-staged": "^12.3.4",
77+
"lint-staged": "^12.3.7",
7878
"memfs": "^3.4.1",
7979
"mkdirp": "^1.0.4",
8080
"npm-run-all": "^4.1.5",
81-
"prettier": "^2.3.2",
81+
"prettier": "^2.6.2",
8282
"standard-version": "^9.3.1",
83-
"typescript": "^4.6.2",
84-
"webpack": "^5.70.0"
83+
"typescript": "^4.6.3",
84+
"webpack": "^5.71.0"
8585
},
8686
"keywords": [
8787
"webpack",

0 commit comments

Comments
 (0)
Please sign in to comment.