Skip to content

Commit

Permalink
fix: Dependency list was not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zurg committed Jun 20, 2020
1 parent 8f85b7f commit ec84d38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@
"singleQuote": true,
"trailingComma": "es5"
},
"dependencies": {
"@material-ui/core": "^4.10.2",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@material-ui/core": "^4.10.2",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-docs": "^5.3.19",
"@storybook/addon-info": "^5.3.19",
Expand All @@ -67,7 +70,6 @@
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"styled-components": "^5.1.1",
"ts-loader": "^7.0.5",
"tsdx": "^0.13.2",
"tslib": "^2.0.0",
Expand Down

0 comments on commit ec84d38

Please sign in to comment.