Skip to content

Commit 19194f9

Browse files
committed
chore: upgrade deps
1 parent ab1bea4 commit 19194f9

File tree

2 files changed

+1628
-1376
lines changed

2 files changed

+1628
-1376
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,42 +21,42 @@
2121
"url": "git@github.com:LeetCode-OpenSource/rxjs-hooks.git"
2222
},
2323
"devDependencies": {
24-
"@types/jest": "^24.0.13",
25-
"@types/lodash": "^4.14.133",
26-
"@types/react-dom": "^16.8.4",
27-
"@types/react-test-renderer": "^16.8.1",
28-
"@types/sinon": "^7.0.12",
29-
"@types/sinon-chai": "^3.2.2",
30-
"@types/webpack": "^4.4.32",
31-
"coveralls": "^3.0.3",
32-
"fork-ts-checker-webpack-plugin": "^1.3.4",
24+
"@types/jest": "^24.0.20",
25+
"@types/lodash": "^4.14.144",
26+
"@types/react-dom": "^16.9.3",
27+
"@types/react-test-renderer": "^16.9.1",
28+
"@types/sinon": "^7.5.0",
29+
"@types/sinon-chai": "^3.2.3",
30+
"@types/webpack": "^4.39.5",
31+
"coveralls": "^3.0.7",
32+
"fork-ts-checker-webpack-plugin": "^2.0.0",
3333
"happypack": "^5.0.1",
3434
"html-webpack-plugin": "^3.2.0",
35-
"husky": "^3.0.3",
36-
"jest": "^24.8.0",
37-
"lint-staged": "^9.0.0",
38-
"prettier": "^1.17.1",
35+
"husky": "^3.0.9",
36+
"jest": "^24.9.0",
37+
"lint-staged": "^9.4.2",
38+
"prettier": "^1.18.2",
3939
"react": "16.11.0",
4040
"react-dom": "16.11.0",
4141
"react-test-renderer": "16.11.0",
42-
"rxjs": "^6.5.2",
43-
"sinon": "^7.3.2",
42+
"rxjs": "^6.5.3",
43+
"sinon": "^7.5.0",
4444
"source-map-loader": "^0.2.4",
45-
"standard": "^14.0.0",
46-
"ts-jest": "^24.0.2",
47-
"ts-loader": "^6.0.2",
48-
"tslint": "^5.17.0",
45+
"standard": "^14.3.1",
46+
"ts-jest": "^24.1.0",
47+
"ts-loader": "^6.2.1",
48+
"tslint": "^5.20.0",
4949
"tslint-config-prettier": "^1.18.0",
5050
"tslint-eslint-rules": "^5.4.0",
51-
"tslint-react": "^4.0.0",
51+
"tslint-react": "^4.1.0",
5252
"tslint-sonarts": "^1.9.0",
53-
"typescript": "^3.5.1",
54-
"webpack": "^4.39.1",
55-
"webpack-cli": "^3.3.2",
56-
"webpack-dev-server": "^3.5.0"
53+
"typescript": "^3.6.4",
54+
"webpack": "^4.41.2",
55+
"webpack-cli": "^3.3.9",
56+
"webpack-dev-server": "^3.9.0"
5757
},
5858
"dependencies": {
59-
"tslib": "^1.9.3"
59+
"tslib": "^1.10.0"
6060
},
6161
"lint-staged": {
6262
"*.js": [

0 commit comments

Comments
 (0)