Back out "Bump dependencies of ReactNativeFlipperExample"
Summary:
Original commit changeset: 7c72d541f9f2 / D26723361 (4a71a5abd1)
Pods are not released yet(?) and nor are our npm packages when our CI runs for the first time after pushing a release to GH, which would make the job always fail. Backing out of the process for now.
For the npm package, dependabot will automatically take care of it. The gradle properties / podfile will remain manually bumps for now.
Reviewed By: nikoant
Differential Revision: D27764997
fbshipit-source-id: db505c2d0882f74b2f5d4e0454463a5e08501a90
This commit is contained in:
committed by
Facebook GitHub Bot
parent
39ae6bf6b0
commit
98c3913b62
@@ -41,9 +41,6 @@ releaseReplacements =
|
|||||||
,("docs/getting-started/react-native-ios.mdx", spaces >> "flipperkit_version = '" *> releaseVersion <* "'" <* many anyChar)
|
,("docs/getting-started/react-native-ios.mdx", spaces >> "flipperkit_version = '" *> releaseVersion <* "'" <* many anyChar)
|
||||||
,("docs/getting-started/react-native.mdx", many anyChar >> "`FLIPPER_VERSION=" *> releaseVersion <* "`.")
|
,("docs/getting-started/react-native.mdx", many anyChar >> "`FLIPPER_VERSION=" *> releaseVersion <* "`.")
|
||||||
,("docs/getting-started/react-native.mdx", many anyChar >> "`use_flipper!({ 'Flipper' => '" *> releaseVersion <* "' })`.")
|
,("docs/getting-started/react-native.mdx", many anyChar >> "`use_flipper!({ 'Flipper' => '" *> releaseVersion <* "' })`.")
|
||||||
,("react-native/ReactNativeFlipperExample/package.json", many anyChar >> "\"react-native-flipper\": \"^" *> releaseVersion <* "\"")
|
|
||||||
,("react-native/ReactNativeFlipperExample/android/gradle.properties", many anyChar >> "FLIPPER_VERSION=" *> releaseVersion)
|
|
||||||
,("react-native/ReactNativeFlipperExample/ios/Podfile", spaces >> "use_flipper!({ 'Flipper' => '" *> releaseVersion <* "' })")
|
|
||||||
]
|
]
|
||||||
|
|
||||||
snapshotReplacements :: [(FilePath, Pattern Version)]
|
snapshotReplacements :: [(FilePath, Pattern Version)]
|
||||||
|
|||||||
Reference in New Issue
Block a user