Skip to content

Commit be098b4

Browse files
committed
Update devDependencies
1 parent c4ff4b9 commit be098b4

File tree

2 files changed

+727
-660
lines changed

2 files changed

+727
-660
lines changed

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -39,47 +39,47 @@
3939
"devDependencies": {
4040
"@babel/core": "7.9.0",
4141
"@babel/plugin-proposal-class-properties": "7.8.3",
42-
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
42+
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
4343
"@babel/plugin-proposal-optional-chaining": "7.9.0",
44-
"@babel/preset-env": "7.9.0",
44+
"@babel/preset-env": "7.9.5",
4545
"@babel/preset-react": "7.9.4",
4646
"@babel/preset-typescript": "7.9.0",
4747
"@hot-loader/react-dom": "16.13.0",
48-
"@storybook/addon-actions": "5.3.17",
49-
"@storybook/addon-knobs": "5.3.17",
50-
"@storybook/addon-links": "5.3.17",
51-
"@storybook/addons": "5.3.17",
52-
"@storybook/cli": "5.3.17",
53-
"@storybook/react": "5.3.17",
48+
"@storybook/addon-actions": "5.3.18",
49+
"@storybook/addon-knobs": "5.3.18",
50+
"@storybook/addon-links": "5.3.18",
51+
"@storybook/addons": "5.3.18",
52+
"@storybook/cli": "5.3.18",
53+
"@storybook/react": "5.3.18",
5454
"@types/clean-webpack-plugin": "0.1.3",
5555
"@types/copy-webpack-plugin": "5.0.0",
5656
"@types/faker": "4.1.11",
5757
"@types/file-loader": "4.2.0",
5858
"@types/html-webpack-plugin": "3.2.2",
59-
"@types/jest": "25.1.4",
59+
"@types/jest": "25.2.1",
6060
"@types/mini-css-extract-plugin": "0.9.1",
61-
"@types/react": "16.9.26",
62-
"@types/react-dom": "16.9.5",
63-
"@types/react-router": "5.1.4",
61+
"@types/react": "16.9.33",
62+
"@types/react-dom": "16.9.6",
63+
"@types/react-router": "5.1.5",
6464
"@types/react-router-dom": "5.1.3",
6565
"@types/react-test-renderer": "16.9.2",
6666
"@types/styled-components": "5.0.1",
67-
"@types/webpack": "4.41.8",
67+
"@types/webpack": "4.41.10",
6868
"@types/webpack-dev-server": "3.10.1",
69-
"@typescript-eslint/eslint-plugin": "2.25.0",
70-
"@typescript-eslint/parser": "2.25.0",
69+
"@typescript-eslint/eslint-plugin": "2.27.0",
70+
"@typescript-eslint/parser": "2.27.0",
7171
"awesome-typescript-loader": "5.2.1",
7272
"babel-core": "6.26.3",
7373
"babel-loader": "8.1.0",
7474
"babel-plugin-react-remove-properties": "0.3.0",
7575
"babel-runtime": "6.26.0",
7676
"clean-webpack-plugin": "3.0.0",
7777
"copy-webpack-plugin": "5.1.1",
78-
"css-loader": "3.4.2",
78+
"css-loader": "3.5.1",
7979
"eslint": "6.8.0",
8080
"eslint-config-airbnb": "18.1.0",
8181
"eslint-config-prettier": "6.10.1",
82-
"eslint-plugin-import": "2.20.1",
82+
"eslint-plugin-import": "2.20.2",
8383
"eslint-plugin-jsx-a11y": "6.2.3",
8484
"eslint-plugin-prettier": "3.1.2",
8585
"eslint-plugin-react": "7.19.0",
@@ -89,16 +89,16 @@
8989
"html-loader": "0.5.5",
9090
"html-webpack-plugin": "3.2.0",
9191
"husky": "4.2.3",
92-
"jest": "25.2.3",
92+
"jest": "25.3.0",
9393
"less": "3.11.1",
9494
"less-loader": "5.0.0",
95-
"lint-staged": "10.0.9",
95+
"lint-staged": "10.1.3",
9696
"mini-css-extract-plugin": "0.9.0",
9797
"prettier": "1.19.1",
9898
"react-test-renderer": "16.13.1",
9999
"style-loader": "1.1.3",
100-
"ts-jest": "25.2.1",
101-
"ts-node": "8.8.1",
100+
"ts-jest": "25.3.1",
101+
"ts-node": "8.8.2",
102102
"typescript": "3.8.3",
103103
"webpack": "4.42.1",
104104
"webpack-cli": "3.3.11",
@@ -138,7 +138,7 @@
138138
]
139139
},
140140
"resolutions": {
141-
"@types/react": "16.9.26",
142-
"@types/react-dom": "16.9.5"
141+
"@types/react": "16.9.33",
142+
"@types/react-dom": "16.9.6"
143143
}
144144
}

0 commit comments

Comments
 (0)