Skip to content

Commit

Permalink
Dropping unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriztiaan committed Jul 2, 2024
1 parent f752719 commit 25c70bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
10 changes: 1 addition & 9 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,26 +46,18 @@
"web-streams-polyfill": "3.2.1"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@journeyapps/react-native-quick-sqlite": "^1.1.6",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@types/async-lock": "^1.4.0",
"babel-loader": "^9.1.3",
"magic-string": "0.30.10",
"react": "18.2.0",
"react-native": "0.72.4",
"rollup": "4.14.3",
"rollup-plugin-esbuild": "^6.1.1",
"text-encoding": "^0.7.0",
"typescript": "^5.1.3",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
"typescript": "^5.1.3"
},
"keywords": [
"data sync",
Expand Down
7 changes: 4 additions & 3 deletions packages/react-native/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ const config = [
})
],
external: [
'@journeyapps/react-native-quick-sqlite',
'@powersync/react',
'bson',
'node-fetch',
'react-native',
'react-native/Libraries/Blob/BlobManager',
'react',
'@powersync/react',
'node-fetch'
'react'
]
}
];
Expand Down

0 comments on commit 25c70bd

Please sign in to comment.