Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix: revert dependencies as devDependencies (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Apr 3, 2018
1 parent d393b01 commit 6b627bb
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 209 deletions.
8 changes: 4 additions & 4 deletions packages/react-instantsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
"algoliasearch-helper": "^2.21.0",
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native": "^0.54.2"
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-cli": "6.26.0",
Expand All @@ -53,6 +50,9 @@
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.3",
"jest": "22.4.3",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-native": "0.54.2",
"react-test-renderer": "16.2.0",
"rollup": "0.57.1",
"rollup-plugin-babel": "3.0.3",
Expand Down

0 comments on commit 6b627bb

Please sign in to comment.