浏览代码

Moved all @types as devDependencies (#3639)

emiyake 6 年前
父节点
当前提交
94e0d4630a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      package.json

+ 4
- 4
package.json 查看文件

@@ -56,14 +56,14 @@
56 56
     "lodash": "4.x.x",
57 57
     "prop-types": "15.x.x",
58 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 62
     "@types/react": "16.x.x",
61 63
     "@types/react-native": "0.51.x",
62 64
     "@types/lodash": "4.x.x",
63 65
     "@types/react-test-renderer": "16.x.x",
64
-    "@types/jest": "22.x.x"
65
-  },
66
-  "devDependencies": {
66
+    "@types/jest": "22.x.x",
67 67
     "detox": "7.x.x",
68 68
     "jest": "22.x.x",
69 69
     "react": "16.2.0",