Fix dependencies

This commit is contained in:
Rodrigo Pombo 2019-03-03 16:58:10 -03:00
parent 0e26743517
commit 6191fc7a5d

View File

@ -14,6 +14,7 @@
"react-scripts": "2.1.3", "react-scripts": "2.1.3",
"react-swipeable": "^4.3.2", "react-swipeable": "^4.3.2",
"react-use": "^5.2.2", "react-use": "^5.2.2",
"rebound": "^0.1.0",
"workerize-loader": "^1.0.4" "workerize-loader": "^1.0.4"
}, },
"scripts": { "scripts": {
@ -37,13 +38,13 @@
"not op_mini all" "not op_mini all"
], ],
"devDependencies": { "devDependencies": {
"npm-run-all": "^4.1.5", "@babel/core": "^7.3.4",
"prettier": "^1.16.4",
"@storybook/react": "^4.1.13",
"@storybook/addon-actions": "^4.1.13", "@storybook/addon-actions": "^4.1.13",
"@storybook/addon-links": "^4.1.13", "@storybook/addon-links": "^4.1.13",
"@storybook/addons": "^4.1.13", "@storybook/addons": "^4.1.13",
"@babel/core": "^7.3.4", "@storybook/react": "^4.1.13",
"babel-loader": "8.0.4" "babel-loader": "8.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4"
} }
} }