Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 718aef5

Browse files
authoredJun 22, 2020
chore(deps): update (#375)
1 parent 8bc9950 commit 718aef5

File tree

3 files changed

+3600
-3162
lines changed

3 files changed

+3600
-3162
lines changed
 

‎.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Lint
4444
run: npm run lint
4545

46-
- name: Security audit
47-
run: npm run security
46+
# - name: Security audit
47+
# run: npm run security
4848

4949
- name: Check commit message
5050
uses: wagoid/commitlint-github-action@v1

‎package-lock.json

+3,584-3,146
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -42,30 +42,30 @@
4242
},
4343
"dependencies": {
4444
"loader-utils": "^2.0.0",
45-
"schema-utils": "^2.6.6"
45+
"schema-utils": "^2.7.0"
4646
},
4747
"devDependencies": {
48-
"@babel/cli": "^7.8.4",
49-
"@babel/core": "^7.9.0",
50-
"@babel/preset-env": "^7.9.5",
51-
"@commitlint/cli": "^8.3.5",
52-
"@commitlint/config-conventional": "^8.3.4",
48+
"@babel/cli": "^7.10.3",
49+
"@babel/core": "^7.10.3",
50+
"@babel/preset-env": "^7.10.3",
51+
"@commitlint/cli": "^9.0.1",
52+
"@commitlint/config-conventional": "^9.0.1",
5353
"@webpack-contrib/defaults": "^6.3.0",
5454
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
55-
"babel-jest": "^25.4.0",
55+
"babel-jest": "^26.0.1",
5656
"cross-env": "^7.0.2",
5757
"del": "^5.1.0",
58-
"del-cli": "^3.0.0",
59-
"eslint": "^6.8.0",
58+
"del-cli": "^3.0.1",
59+
"eslint": "^7.3.0",
6060
"eslint-config-prettier": "^6.11.0",
61-
"eslint-plugin-import": "^2.20.2",
61+
"eslint-plugin-import": "^2.21.2",
6262
"husky": "^4.2.5",
63-
"jest": "^25.4.0",
64-
"lint-staged": "^10.1.7",
65-
"memfs": "^3.1.2",
63+
"jest": "^26.0.1",
64+
"lint-staged": "^10.2.11",
65+
"memfs": "^3.2.0",
6666
"npm-run-all": "^4.1.5",
6767
"prettier": "^2.0.5",
68-
"standard-version": "^7.1.0",
68+
"standard-version": "^8.0.0",
6969
"url-loader": "^4.1.0",
7070
"webpack": "^4.43.0"
7171
},

0 commit comments

Comments
 (0)
This repository has been archived.