Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 913fa19

Browse files
committed
fix: Upgrade react-native-flipper version
1 parent 0290da1 commit 913fa19

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rn-host-detect": "1.2.0"
4545
},
4646
"optionalDependencies": {
47-
"react-native-flipper": "^0.0.1"
47+
"react-native-flipper": "^0.32.2"
4848
},
4949
"devDependencies": {
5050
"@babel/core": "7.8.3",
@@ -72,7 +72,7 @@
7272
"prettier": "1.19.1",
7373
"react": "16.12.0",
7474
"react-native": "0.61.5",
75-
"react-native-flipper": "^0.0.1",
75+
"react-native-flipper": "0.32.2",
7676
"rollup": "1.27.14",
7777
"rollup-plugin-babel": "4.3.3",
7878
"rollup-plugin-babel-minify": "9.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9732,10 +9732,10 @@ react-is@^16.8.1, react-is@^16.8.4:
97329732
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
97339733
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
97349734

9735-
react-native-flipper@^0.0.1:
9736-
version "0.0.1"
9737-
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.0.1.tgz#0ab983343f2243ed266b0928665a284e55d125bd"
9738-
integrity sha512-CXlv55ZlO64XB9+ziGyizWge+xJl+RYnqt3fl4i6Fivw2oZwzrDhTxB7tZT1LyRaQUaZhcbOFbDLTHVS2PiLNg==
9735+
react-native-flipper@^0.32.2:
9736+
version "0.32.2"
9737+
resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.32.2.tgz#74b1662828e45362941d7fac7755f38a6ff4cc89"
9738+
integrity sha512-aaZux0IUD3czj4PfqM1d7DAk3cHqF+mh5eeUwtsSS6Zc58wdRRrZAyjdin5DDnqP83zoesaa3hyUDVL9v4EFtw==
97399739

97409740
react-native@0.61.5:
97419741
version "0.61.5"

0 commit comments

Comments
 (0)