Skip to content

Commit 9e90e37

Browse files
author
Setsun
committed
chore(deps): upgrade deps
1 parent bb12f6c commit 9e90e37

File tree

2 files changed

+133
-88
lines changed

2 files changed

+133
-88
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"deploy-storybook": "storybook-to-ghpages"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "7.5.0",
32+
"@babel/core": "7.5.5",
3333
"@storybook/addon-actions": "5.2.0-alpha.37",
3434
"@storybook/addon-docs": "5.2.0-alpha.37",
3535
"@storybook/addon-info": "5.2.0-alpha.37",
@@ -48,31 +48,31 @@
4848
"dotenv": "8.0.0",
4949
"enzyme": "^3.10.0",
5050
"enzyme-adapter-react-16": "^1.14.0",
51-
"eslint": "^6.0.1",
51+
"eslint": "^6.1.0",
5252
"eslint-config-eslint": "^5.0.1",
5353
"eslint-config-prettier": "^6.0.0",
5454
"eslint-config-setsun": "2.3.0",
55-
"eslint-plugin-import": "^2.18.0",
55+
"eslint-plugin-import": "^2.18.2",
5656
"eslint-plugin-node": "^9.1.0",
5757
"eslint-plugin-prettier": "3.1.0",
58-
"eslint-plugin-react": "^7.14.2",
58+
"eslint-plugin-react": "^7.14.3",
5959
"html-loader": "^0.5.5",
6060
"jest": "^24.8.0",
6161
"markdown-to-jsx": "^6.10.2",
6262
"prettier": "^1.18.2",
63-
"react": "16.8.4",
63+
"react": "16.8.6",
6464
"react-dom": "16.8.6",
6565
"react-transition-group": "4.2.1",
6666
"simplebar-react": "^1.1.0",
6767
"source-map-support": "0.5.12",
6868
"storybook-readme": "^5.0.5",
69-
"typescript": "^3.5.2",
70-
"webpack": "4.35.3",
71-
"webpack-cli": "3.3.5"
69+
"typescript": "^3.5.3",
70+
"webpack": "4.37.0",
71+
"webpack-cli": "3.3.6"
7272
},
7373
"peerDependencies": {
7474
"@types/react": "*",
75-
"@types/react-transition-group": "^2.9.2",
75+
"@types/react-transition-group": "^4.2.0",
7676
"react": "^16.8.6",
7777
"react-transition-group": ">=2.0.0"
7878
},

0 commit comments

Comments
 (0)