Skip to content

Commit 966d723

Browse files
authoredJun 10, 2021
chore(deps): update (#610)
1 parent 2abdddf commit 966d723

File tree

2 files changed

+3090
-4606
lines changed

2 files changed

+3090
-4606
lines changed
 

‎package-lock.json

+3,080-4,596
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
@@ -21,7 +21,7 @@
2121
"prebuild": "npm run clean",
2222
"build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
2323
"commitlint": "commitlint --from=master",
24-
"security": "npm audit",
24+
"security": "npm audit --production",
2525
"lint:prettier": "prettier --list-different .",
2626
"lint:js": "eslint --cache .",
2727
"lint": "npm-run-all -l -p \"lint:**\"",
@@ -49,30 +49,30 @@
4949
"serialize-javascript": "^5.0.1"
5050
},
5151
"devDependencies": {
52-
"@babel/cli": "^7.14.3",
53-
"@babel/core": "^7.14.3",
54-
"@babel/preset-env": "^7.14.2",
52+
"@babel/cli": "^7.14.5",
53+
"@babel/core": "^7.14.5",
54+
"@babel/preset-env": "^7.14.5",
5555
"@commitlint/cli": "^12.1.4",
5656
"@commitlint/config-conventional": "^12.1.4",
5757
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
58-
"babel-jest": "^26.6.3",
58+
"babel-jest": "^27.0.2",
5959
"cross-env": "^7.0.3",
6060
"del": "^6.0.0",
6161
"del-cli": "^3.0.1",
62-
"eslint": "^7.26.0",
62+
"eslint": "^7.28.0",
6363
"eslint-config-prettier": "^8.3.0",
64-
"eslint-plugin-import": "^2.23.2",
64+
"eslint-plugin-import": "^2.23.4",
6565
"file-loader": "^6.2.0",
6666
"husky": "^6.0.0",
6767
"is-gzip": "^2.0.0",
68-
"jest": "^26.6.3",
68+
"jest": "^27.0.4",
6969
"lint-staged": "^11.0.0",
7070
"memfs": "^3.2.2",
7171
"mkdirp": "^1.0.4",
7272
"npm-run-all": "^4.1.5",
73-
"prettier": "^2.3.0",
73+
"prettier": "^2.3.1",
7474
"standard-version": "^9.3.0",
75-
"webpack": "^5.37.1"
75+
"webpack": "^5.38.1"
7676
},
7777
"keywords": [
7878
"webpack",

0 commit comments

Comments
 (0)
Please sign in to comment.