diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-12 17:04:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-12 17:04:08 -0800 |
commit | b3b818671e2e71648bccc87fc7d27ab81cc68aeb (patch) | |
tree | b2c8ef601781025d4757abbd1992ea02224d6224 /patches | |
parent | 8cc1bd0c40c5eb6ba6ef7949d33f80d79d75f410 (diff) | |
download | voidsky-b3b818671e2e71648bccc87fc7d27ab81cc68aeb.tar.zst |
Bump react-native@0.73.2 (#2519)
* Bump react-native@0.73.2 * Remove old patch
Diffstat (limited to 'patches')
-rw-r--r-- | patches/babel-preset-fbjs+3.4.0.patch | 12 | ||||
-rw-r--r-- | patches/metro+0.80.4.patch (renamed from patches/metro+0.80.1.patch) | 0 | ||||
-rw-r--r-- | patches/metro-runtime+0.80.4.patch (renamed from patches/metro-runtime+0.80.1.patch) | 0 | ||||
-rw-r--r-- | patches/metro-transform-worker+0.80.4.patch (renamed from patches/metro-transform-worker+0.80.1.patch) | 2 | ||||
-rw-r--r-- | patches/react-native+0.73.2.patch (renamed from patches/react-native+0.73.1.patch) | 0 |
5 files changed, 1 insertions, 13 deletions
diff --git a/patches/babel-preset-fbjs+3.4.0.patch b/patches/babel-preset-fbjs+3.4.0.patch deleted file mode 100644 index a66f7c7d8..000000000 --- a/patches/babel-preset-fbjs+3.4.0.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/node_modules/babel-preset-fbjs/plugins/inline-requires.js b/node_modules/babel-preset-fbjs/plugins/inline-requires.js -index b11fc83..e18661a 100644 ---- a/node_modules/babel-preset-fbjs/plugins/inline-requires.js -+++ b/node_modules/babel-preset-fbjs/plugins/inline-requires.js -@@ -256,6 +256,7 @@ function getInlineableModule(path, state) { - - return moduleName == null || - state.ignoredRequires.has(moduleName) || -+ moduleName.startsWith('@babel/runtime/') || - isRequireInScope - ? null - : { moduleName, requireFnName: fnName }; diff --git a/patches/metro+0.80.1.patch b/patches/metro+0.80.4.patch index f8ef67c84..f8ef67c84 100644 --- a/patches/metro+0.80.1.patch +++ b/patches/metro+0.80.4.patch diff --git a/patches/metro-runtime+0.80.1.patch b/patches/metro-runtime+0.80.4.patch index 65303775d..65303775d 100644 --- a/patches/metro-runtime+0.80.1.patch +++ b/patches/metro-runtime+0.80.4.patch diff --git a/patches/metro-transform-worker+0.80.1.patch b/patches/metro-transform-worker+0.80.4.patch index 65f44e578..717b7c2d9 100644 --- a/patches/metro-transform-worker+0.80.1.patch +++ b/patches/metro-transform-worker+0.80.4.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/metro-transform-worker/src/index.js b/node_modules/metro-transform-worker/src/index.js -index cae11e7..42f251b 100644 +index 9f2e3d2..5222c8e 100644 --- a/node_modules/metro-transform-worker/src/index.js +++ b/node_modules/metro-transform-worker/src/index.js @@ -189,6 +189,10 @@ async function transformJS(file, { config, options, projectRoot }) { diff --git a/patches/react-native+0.73.1.patch b/patches/react-native+0.73.2.patch index 66f7f7647..66f7f7647 100644 --- a/patches/react-native+0.73.1.patch +++ b/patches/react-native+0.73.2.patch |