Remove @types/react-native

This commit is contained in:
kazukinagata 2020-07-24 17:45:26 +09:00
parent 7a8b7134da
commit a1748afd09
2 changed files with 0 additions and 10 deletions

9
package-lock.json generated
View File

@ -1000,15 +1000,6 @@
"csstype": "^2.2.0"
}
},
"@types/react-native": {
"version": "0.63.2",
"resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.63.2.tgz",
"integrity": "sha512-oxbp084lUsZvwfdWmWxKjJAuqEraQDRf+cE/JgwmrHQMguSrmgIHZ3xkeoQ5FYnW5NHIPpHudB3BbjL1Zn3vnA==",
"dev": true,
"requires": {
"@types/react": "*"
}
},
"@types/react-redux": {
"version": "7.1.9",
"resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.9.tgz",

View File

@ -40,7 +40,6 @@
"devDependencies": {
"@types/jest": "^26.0.7",
"@types/react": "^16.9.43",
"@types/react-native": "^0.63.2",
"@types/react-redux": "^7.1.9",
"codecov": "^3.7.2",
"jest": "^26.1.0",