Skip to content

Commit 809e310

Browse files
committed
move react native dependencies to peer
1 parent 3d99265 commit 809e310

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

package-lock.json

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlitecloud/drivers",
3-
"version": "1.0.401",
3+
"version": "1.0.403",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -48,13 +48,11 @@
4848
"socket.io-client": "^4.8.1",
4949
"whatwg-url": "^14.1.0"
5050
},
51-
"optionalDependencies": {
52-
"@craftzdog/react-native-buffer": "^6.0.5",
53-
"react-native-url-polyfill": "^2.0.0"
54-
},
5551
"peerDependencies": {
5652
"react-native-quick-base64": "*",
57-
"react-native-tcp-socket": "^6.2.0"
53+
"react-native-tcp-socket": "^6.2.0",
54+
"@craftzdog/react-native-buffer": "^6.0.5",
55+
"react-native-url-polyfill": "^2.0.0"
5856
},
5957
"devDependencies": {
6058
"@types/jest": "^29.5.14",

0 commit comments

Comments
 (0)