Skip to content

Commit 6b24c0f

Browse files
authored
chore: update dependencies (#25)
1 parent e6f986a commit 6b24c0f

File tree

2 files changed

+2026
-1547
lines changed

2 files changed

+2026
-1547
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -40,38 +40,38 @@
4040
"author": "cchanxzy",
4141
"license": "MIT",
4242
"devDependencies": {
43-
"@commitlint/cli": "^8.2.0",
44-
"@commitlint/config-conventional": "^8.2.0",
43+
"@commitlint/cli": "^8.3.5",
44+
"@commitlint/config-conventional": "^8.3.4",
4545
"@semantic-release/changelog": "^3.0.6",
46-
"@semantic-release/git": "^7.0.18",
46+
"@semantic-release/git": "^8.0.0",
4747
"@types/enzyme": "^3.10.4",
48-
"@types/jest": "^24.0.24",
48+
"@types/jest": "^24.9.0",
4949
"@types/react": "^16.9.17",
5050
"@types/react-dom": "^16.9.4",
51-
"@typescript-eslint/eslint-plugin": "^2.12.0",
52-
"@typescript-eslint/parser": "^2.12.0",
51+
"@typescript-eslint/eslint-plugin": "^2.16.0",
52+
"@typescript-eslint/parser": "^2.16.0",
5353
"awesome-typescript-loader": "^5.2.1",
5454
"codecov": "^3.6.1",
5555
"enzyme": "^3.11.0",
5656
"enzyme-adapter-react-16": "^1.15.2",
5757
"eslint": "^6.8.0",
58-
"eslint-config-prettier": "^6.7.0",
58+
"eslint-config-prettier": "^6.9.0",
5959
"eslint-plugin-prettier": "^3.1.2",
60-
"eslint-plugin-react": "^7.17.0",
61-
"gh-pages": "^2.1.1",
60+
"eslint-plugin-react": "^7.18.0",
61+
"gh-pages": "^2.2.0",
6262
"html-webpack-plugin": "^3.2.0",
63-
"husky": "^3.1.0",
63+
"husky": "^4.0.10",
6464
"jest": "^25.0.0",
6565
"lint-staged": "^9.5.0",
6666
"prettier": "^1.19.1",
6767
"react": "^16.12.0",
6868
"react-dom": "^16.12.0",
6969
"react-hot-loader": "^4.12.18",
70-
"semantic-release": "^15.4.0",
70+
"semantic-release": "^16.0.2",
7171
"source-map-loader": "^0.2.4",
72-
"ts-jest": "^24.2.0",
73-
"typescript": "^3.7.4",
74-
"webpack": "^4.41.4",
72+
"ts-jest": "^24.3.0",
73+
"typescript": "^3.7.5",
74+
"webpack": "^4.41.5",
7575
"webpack-cli": "^3.3.10",
7676
"webpack-dev-server": "^3.10.1"
7777
},

0 commit comments

Comments
 (0)