fixing dependencies
... | ... | @@ -52,7 +52,7 @@ |
"react-test-utils": "0.0.1", | ||
"webpack": "^1.13.2", | ||
"webpack-bundle-tracker": "0.0.93", | ||
"quotes-go": "^1.0.5", | ||
"startwars": "^1.0.0", | ||
"webpack-dev-server": "^1.16.2" | ||
}, | ||
"dependencies": { | ||
... | ... | @@ -60,7 +60,6 @@ |
"babel-core": "^6.24.0", | ||
"babel-preset-react": "^6.16.0", | ||
"object-assign": "^4.1.1", | ||
"quotes-go": "^1.0.5", | ||
"react": "15.4.2", | ||
"react-addons-test-utils": "15.4.2", | ||
"react-ckeditor-wrapper": "^1.0.22", | ||
... | ... | @@ -68,6 +67,7 @@ |
"react-dom": "15.4.2", | ||
"react-router": "^3.0.2", | ||
"react-tap-event-plugin": "^2.0.1", | ||
"semantic-ui-react": "^0.67.2" | ||
"semantic-ui-react": "^0.67.2", | ||
"startwars": "^1.0.0" | ||
} | ||
} |
Please register or sign in to comment