Browse Source

Moved all @types as devDependencies (#3639)

emiyake 6 years ago
parent
commit
94e0d4630a
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      package.json

+ 4
- 4
package.json View File

56
     "lodash": "4.x.x",
56
     "lodash": "4.x.x",
57
     "prop-types": "15.x.x",
57
     "prop-types": "15.x.x",
58
     "react-lifecycles-compat": "2.0.0",
58
     "react-lifecycles-compat": "2.0.0",
59
-    "hoist-non-react-statics": "2.x.x",
59
+    "hoist-non-react-statics": "2.x.x"
60
+  },
61
+  "devDependencies": {
60
     "@types/react": "16.x.x",
62
     "@types/react": "16.x.x",
61
     "@types/react-native": "0.51.x",
63
     "@types/react-native": "0.51.x",
62
     "@types/lodash": "4.x.x",
64
     "@types/lodash": "4.x.x",
63
     "@types/react-test-renderer": "16.x.x",
65
     "@types/react-test-renderer": "16.x.x",
64
-    "@types/jest": "22.x.x"
65
-  },
66
-  "devDependencies": {
66
+    "@types/jest": "22.x.x",
67
     "detox": "7.x.x",
67
     "detox": "7.x.x",
68
     "jest": "22.x.x",
68
     "jest": "22.x.x",
69
     "react": "16.2.0",
69
     "react": "16.2.0",