Files
flipper/react-native/react-native-flipper/package.json
Pritesh Nandgaonkar d2fc10074f Bump react-native in react-native-flipper
Summary:
This diff bumps react-native dep in  react-native-flipper

This diff retries what D27230334 was trying to do. Looked like in the prev diff the yarn.lock had unwanted changes.

Reviewed By: passy

Differential Revision: D27297848

fbshipit-source-id: aecb4708fabb5515b9949a3eb59fffe05d49487f
2021-03-24 12:12:15 -07:00

41 lines
969 B
JSON

{
"name": "react-native-flipper",
"title": "React Native Flipper Bindings",
"version": "0.81.0",
"description": "Flipper bindings for React Native",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/flipper.git",
"baseUrl": "https://github.com/facebook/flipper/tree/master/react-native/react-native-flipper"
},
"keywords": [
"react-native",
"flipper"
],
"author": {
"name": "Facebook Inc"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-native": ">0.62.0"
},
"devDependencies": {
"react": "^17.0.1",
"react-native": "^0.64.0"
},
"resolutions": {
"logkitty": "0.7.1",
"minimist": "1.2.3",
"kind-of": "6.0.3",
"node-fetch": "^2.6.1"
}
}