fix: add node 18 + 20 compatibility
This commit is contained in:
14
patches/extract-files+9.0.0.patch
Normal file
14
patches/extract-files+9.0.0.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff --git a/node_modules/extract-files/package.json b/node_modules/extract-files/package.json
|
||||
index 636fa03..1b75f79 100644
|
||||
--- a/node_modules/extract-files/package.json
|
||||
+++ b/node_modules/extract-files/package.json
|
||||
@@ -34,6 +34,9 @@
|
||||
"import": "./public/index.mjs",
|
||||
"require": "./public/index.js"
|
||||
},
|
||||
+ "./public/extractFiles": "./public/extractFiles.js",
|
||||
+ "./public/isExtractableFile": "./public/isExtractableFile.js",
|
||||
+ "./public/ReactNativeFile": "./public/ReactNativeFile.js",
|
||||
"./public/": "./public/",
|
||||
"./package": "./package.json",
|
||||
"./package.json": "./package.json"
|
Reference in New Issue
Block a user