Skip to content

Commit 238c062

Browse files
authoredMay 3, 2022
chore: upgrade dependencies to the latest version (#688)
1 parent e27006e commit 238c062

File tree

2 files changed

+472
-467
lines changed

2 files changed

+472
-467
lines changed
 

‎package-lock.json

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

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
"serialize-javascript": "^6.0.0"
5454
},
5555
"devDependencies": {
56-
"@babel/cli": "^7.17.6",
57-
"@babel/core": "^7.17.8",
56+
"@babel/cli": "^7.17.10",
57+
"@babel/core": "^7.17.10",
5858
"@babel/eslint-parser": "^7.16.5",
59-
"@babel/preset-env": "^7.16.7",
60-
"@commitlint/cli": "^16.2.3",
61-
"@commitlint/config-conventional": "^16.2.1",
59+
"@babel/preset-env": "^7.17.10",
60+
"@commitlint/cli": "^16.2.4",
61+
"@commitlint/config-conventional": "^16.2.4",
6262
"@types/glob-parent": "^5.1.1",
6363
"@types/normalize-path": "^3.0.0",
6464
"@types/serialize-javascript": "^5.0.2",
@@ -67,21 +67,21 @@
6767
"cross-env": "^7.0.3",
6868
"del": "^6.0.0",
6969
"del-cli": "^4.0.1",
70-
"eslint": "^8.12.0",
70+
"eslint": "^8.14.0",
7171
"eslint-config-prettier": "^8.5.0",
72-
"eslint-plugin-import": "^2.25.4",
72+
"eslint-plugin-import": "^2.26.0",
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.7",
77+
"lint-staged": "^12.4.1",
7878
"memfs": "^3.4.1",
7979
"mkdirp": "^1.0.4",
8080
"npm-run-all": "^4.1.5",
8181
"prettier": "^2.6.2",
8282
"standard-version": "^9.3.1",
83-
"typescript": "^4.6.3",
84-
"webpack": "^5.71.0"
83+
"typescript": "^4.6.4",
84+
"webpack": "^5.72.0"
8585
},
8686
"keywords": [
8787
"webpack",

0 commit comments

Comments
 (0)
Please sign in to comment.