Skip to content

Commit 5ef0257

Browse files
committed
chore: add adapter deps to rollup external and dev dependencies
1 parent 65c6384 commit 5ef0257

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/react-native/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@craftzdog/react-native-buffer": "^6.0.5",
60+
"@dr.pogodin/react-native-fs": "^2.36.1",
6061
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
6162
"@rollup/plugin-alias": "^5.1.0",
6263
"@rollup/plugin-commonjs": "^25.0.7",
@@ -66,6 +67,7 @@
6667
"@rollup/plugin-replace": "^5.0.7",
6768
"@rollup/plugin-terser": "^0.4.4",
6869
"bson": "^6.10.4",
70+
"expo-file-system": "^15.2.2",
6971
"react": "18.3.1",
7072
"react-native": "0.72.4",
7173
"react-native-fetch-api": "^3.0.0",

packages/react-native/rollup.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export default () => {
5858
'js-logger',
5959
'react-native',
6060
'react',
61+
'expo-file-system',
6162
'@dr.pogodin/react-native-fs',
6263
'async-mutex'
6364
]

0 commit comments

Comments
 (0)