Browse Source

remove uncessary @types/react from package.json

KaFai Choi 6 years ago
parent
commit
bdbb07e518
2 changed files with 1 additions and 10 deletions
  1. 1
    2
      package.json
  2. 0
    8
      yarn.lock

+ 1
- 2
package.json View File

30
   "devDependencies": {
30
   "devDependencies": {
31
     "@semantic-release/git": "7.0.5",
31
     "@semantic-release/git": "7.0.5",
32
     "@types/invariant": "^2.2.29",
32
     "@types/invariant": "^2.2.29",
33
-    "@types/react": "^16.4.18",
34
-    "@types/react-native": "^0.57.6",    
33
+    "@types/react-native": "^0.57.6",
35
     "react-native": "^0.57",
34
     "react-native": "^0.57",
36
     "rimraf": "^2.6.2",
35
     "rimraf": "^2.6.2",
37
     "semantic-release": "15.10.3",
36
     "semantic-release": "15.10.3",

+ 0
- 8
yarn.lock View File

763
     "@types/prop-types" "*"
763
     "@types/prop-types" "*"
764
     csstype "^2.2.0"
764
     csstype "^2.2.0"
765
 
765
 
766
-"@types/react@^16.4.18":
767
-  version "16.7.7"
768
-  resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.7.tgz#1e5e23e7dd922968ed4b484cdec00a5402c9f31b"
769
-  integrity sha512-dJiq7CKxD1XJ/GqmbnsQisFnzG4z5lntKBw9X9qeSrguxFbrrhGa8cK9s0ONBp8wL1EfGfofEDVhjen26U46pw==
770
-  dependencies:
771
-    "@types/prop-types" "*"
772
-    csstype "^2.2.0"
773
-
774
 JSONStream@^1.0.4, JSONStream@^1.3.4:
766
 JSONStream@^1.0.4, JSONStream@^1.3.4:
775
   version "1.3.5"
767
   version "1.3.5"
776
   resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
768
   resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"