Skip to content

Commit 17d37a4

Browse files
committed
[rn] Dependencies
1 parent 044388f commit 17d37a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"postgres": "^3.4.7",
3838
"react": "^19.0.0",
3939
"react-dom": "^19.0.0",
40+
"react-native-sqlite-storage": "^6.0.1",
4041
"sqlite3": "^5.1.7",
4142
"ws": "^8.18.3",
4243
"yjs": "^13.6.27"
@@ -180,6 +181,7 @@
180181
"@types/puppeteer": "^7.0.4",
181182
"@types/react": "^19.1.8",
182183
"@types/react-dom": "^19.1.6",
184+
"@types/react-native-sqlite-storage": "^6.0.5",
183185
"@types/tmp": "^0.2.6",
184186
"@types/ws": "^8.18.1",
185187
"@vlcn.io/crsqlite-wasm": "^0.16.0",
@@ -219,6 +221,7 @@
219221
"puppeteer": "^24.12.0",
220222
"react": "^19.1.0",
221223
"react-dom": "^19.1.0",
224+
"react-native-sqlite-storage": "^6.0.1",
222225
"rollup": "^4.44.2",
223226
"rollup-plugin-esbuild": "^6.2.1",
224227
"rollup-plugin-preserve-shebang": "^1.0.1",
@@ -234,4 +237,4 @@
234237
"ws": "^8.18.3",
235238
"yjs": "^13.6.27"
236239
}
237-
}
240+
}

0 commit comments

Comments
 (0)