2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-17 19:21:20 +03:00

fix(react): move @bbob/preset-react to dev deps due to circular deps

This commit is contained in:
Nikolay Kostyurin
2019-03-29 13:21:42 +02:00
parent c0b4eb7c05
commit 3af3ea8539
+3 -3
View File
@@ -11,15 +11,15 @@
"dependencies": { "dependencies": {
"@bbob/core": "^2.4.0", "@bbob/core": "^2.4.0",
"@bbob/html": "^2.4.0", "@bbob/html": "^2.4.0",
"@bbob/plugin-helper": "^2.4.0", "@bbob/plugin-helper": "^2.4.0"
"@bbob/preset-react": "^2.4.0"
}, },
"peerDependencies": { "peerDependencies": {
"prop-types": "15.x", "prop-types": "15.x",
"react": "15.x" "react": "15.x"
}, },
"devDependencies": { "devDependencies": {
"enzyme": "^3.4.0", "@bbob/preset-react": "^2.4.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-15": "^1.0.6", "enzyme-adapter-react-15": "^1.0.6",
"react": "15.x", "react": "15.x",
"react-dom": "^15.6.2", "react-dom": "^15.6.2",