Skip to content

Commit 82b10e3

Browse files
authoredMar 22, 2021
chore(deps): update (#598)
1 parent a8ace71 commit 82b10e3

File tree

2 files changed

+521
-486
lines changed

2 files changed

+521
-486
lines changed
 

‎package-lock.json

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

‎package.json

+9-13
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@
3030
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
3131
"pretest": "npm run lint",
3232
"test": "npm run test:coverage",
33-
"prepare": "npm run build",
33+
"prepare": "husky install && npm run build",
3434
"release": "standard-version",
35-
"defaults": "webpack-defaults",
36-
"postinstall": "husky install",
37-
"prepublishOnly": "pinst --disable",
38-
"postpublish": "pinst --enable"
35+
"defaults": "webpack-defaults"
3936
},
4037
"files": [
4138
"dist"
@@ -46,38 +43,37 @@
4643
"dependencies": {
4744
"fast-glob": "^3.2.5",
4845
"glob-parent": "^5.1.1",
49-
"globby": "^11.0.2",
46+
"globby": "^11.0.3",
5047
"normalize-path": "^3.0.0",
5148
"p-limit": "^3.1.0",
5249
"schema-utils": "^3.0.0",
5350
"serialize-javascript": "^5.0.1"
5451
},
5552
"devDependencies": {
56-
"@babel/cli": "^7.13.0",
57-
"@babel/core": "^7.13.8",
58-
"@babel/preset-env": "^7.13.8",
53+
"@babel/cli": "^7.13.10",
54+
"@babel/core": "^7.13.10",
55+
"@babel/preset-env": "^7.13.12",
5956
"@commitlint/cli": "^12.0.1",
6057
"@commitlint/config-conventional": "^12.0.1",
6158
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
6259
"babel-jest": "^26.6.3",
6360
"cross-env": "^7.0.2",
6461
"del": "^6.0.0",
6562
"del-cli": "^3.0.1",
66-
"eslint": "^7.20.0",
63+
"eslint": "^7.22.0",
6764
"eslint-config-prettier": "^8.1.0",
6865
"eslint-plugin-import": "^2.22.1",
6966
"file-loader": "^6.1.1",
70-
"husky": "^5.1.1",
67+
"husky": "^5.2.0",
7168
"is-gzip": "^2.0.0",
7269
"jest": "^26.6.3",
7370
"lint-staged": "^10.5.4",
7471
"memfs": "^3.2.0",
7572
"mkdirp": "^1.0.4",
7673
"npm-run-all": "^4.1.5",
77-
"pinst": "^2.1.6",
7874
"prettier": "^2.1.2",
7975
"standard-version": "^9.1.1",
80-
"webpack": "^5.24.3"
76+
"webpack": "^5.27.2"
8177
},
8278
"keywords": [
8379
"webpack",

0 commit comments

Comments
 (0)
Please sign in to comment.