Skip to content

Commit 794b6fd

Browse files
committed
Update dependencies
1 parent 78a1bb4 commit 794b6fd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,37 @@
3232
]
3333
},
3434
"dependencies": {
35-
"@types/lodash.foreach": "^4.4.6",
35+
"@types/lodash.foreach": "^4.5.6",
3636
"@types/lodash.get": "^4.4.6",
3737
"lodash.assign": "^4.2.0",
3838
"lodash.defaults": "^4.2.0",
39-
"lodash.foreach": "^4.2.0",
39+
"lodash.foreach": "^4.5.0",
4040
"lodash.get": "^4.4.2",
4141
"strip-ansi": "^6.0.0"
4242
},
4343
"devDependencies": {
4444
"@types/lodash.assign": "^4.2.6",
4545
"@types/lodash.defaults": "^4.2.6",
46-
"@types/mkdirp": "^1.0.0",
47-
"@types/node": "^13.9.1",
48-
"@types/webpack": "^4.41.7",
49-
"@typescript-eslint/eslint-plugin": "^2.23.0",
50-
"@typescript-eslint/parser": "^2.23.0",
51-
"commitizen": "^4.0.3",
46+
"@types/mkdirp": "^1.0.1",
47+
"@types/node": "^13.13.52",
48+
"@types/webpack": "^4.41.28",
49+
"@typescript-eslint/eslint-plugin": "^2.34.0",
50+
"@typescript-eslint/parser": "^2.34.0",
51+
"commitizen": "^4.2.4",
5252
"compression-webpack-plugin": "^7.1.2",
53-
"css-loader": "^3.4.2",
54-
"cz-conventional-changelog": "3.1.0",
53+
"css-loader": "^3.6.0",
54+
"cz-conventional-changelog": "3.3.0",
5555
"eslint": "^6.8.0",
5656
"file-loader": "^5.1.0",
57-
"jest": "^25.1.0",
57+
"jest": "^25.5.4",
5858
"jest-extended": "^0.11.5",
59-
"mini-css-extract-plugin": "^0.9.0",
59+
"mini-css-extract-plugin": "^0.12.0",
6060
"prettier": "^1.19.1",
6161
"standard-version": "^7.1.0",
62-
"style-loader": "^1.1.3",
62+
"style-loader": "^1.3.0",
6363
"tslint": "^6.1.0",
64-
"typescript": "^3.8.3",
65-
"webpack": "^4.42.0"
64+
"typescript": "^3.9.9",
65+
"webpack": "^4.46.0"
6666
},
6767
"config": {
6868
"commitizen": {

0 commit comments

Comments
 (0)