mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
fix(react): move @bbob/preset-react to dev deps due to circular deps
This commit is contained in:
@@ -11,15 +11,15 @@
|
||||
"dependencies": {
|
||||
"@bbob/core": "^2.4.0",
|
||||
"@bbob/html": "^2.4.0",
|
||||
"@bbob/plugin-helper": "^2.4.0",
|
||||
"@bbob/preset-react": "^2.4.0"
|
||||
"@bbob/plugin-helper": "^2.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"prop-types": "15.x",
|
||||
"react": "15.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"enzyme": "^3.4.0",
|
||||
"@bbob/preset-react": "^2.4.0",
|
||||
"enzyme": "^3.9.0",
|
||||
"enzyme-adapter-react-15": "^1.0.6",
|
||||
"react": "15.x",
|
||||
"react-dom": "^15.6.2",
|
||||
|
||||
Reference in New Issue
Block a user