Skip to content

Commit 122004c

Browse files
author
Jannik Zschiesche
committed
Bump dependencies
1 parent 4e40d14 commit 122004c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"test": "npm run-script build && ava"
2020
},
2121
"optionalDependencies": {
22-
"kaba-scss": "^3.3.2",
22+
"kaba-scss": "^3.3.5",
2323
"webpack-bundle-analyzer": "^3.6.0"
2424
},
2525
"dependencies": {
26-
"@babel/core": "^7.8.3",
26+
"@babel/core": "^7.8.4",
2727
"@becklyn/typescript-error-formatter": "^1.0.4",
2828
"babel-eslint": "^10.0.3",
2929
"babel-loader": "^8.0.6",
@@ -32,27 +32,27 @@
3232
"duplicate-package-checker-webpack-plugin": "^3.0.0",
3333
"eslint": "^6.8.0",
3434
"eslint-loader": "^3.0.3",
35-
"eslint-plugin-jsdoc": "^20.3.0",
36-
"eslint-plugin-react": "^7.17.0",
35+
"eslint-plugin-jsdoc": "^21.0.0",
36+
"eslint-plugin-react": "^7.18.3",
3737
"eslint-plugin-react-hooks": "^2.3.0",
3838
"fs-extra": "^8.1.0",
39-
"kaba-babel-preset": "^4.1.1",
39+
"kaba-babel-preset": "^4.1.2",
4040
"kleur": "^3.0.3",
4141
"postcss-loader": "^3.0.0",
4242
"pretty-hrtime": "^1.0.3",
4343
"progress-bar-webpack-plugin": "^2.1.0",
4444
"raw-loader": "^4.0.0",
4545
"sade": "^1.7.0",
4646
"style-loader": "^1.1.3",
47-
"terser-webpack-plugin": "^2.3.2",
47+
"terser-webpack-plugin": "^2.3.4",
4848
"ts-loader": "^6.2.1",
49-
"typescript": "^3.7.4",
49+
"typescript": "^3.7.5",
5050
"webpack": "^4.41.5"
5151
},
5252
"devDependencies": {
5353
"@types/terser-webpack-plugin": "^2.2.0",
5454
"ava": "^2.4.0",
55-
"kaba-scss": "^3.3.2",
55+
"kaba-scss": "^3.3.5",
5656
"webpack-bundle-analyzer": "^3.6.0"
5757
},
5858
"engines": {

0 commit comments

Comments
 (0)