Skip to content

Commit 08e9073

Browse files
committed
Cleaned package.json for bare-bones demo and removed test command.
1 parent ca156db commit 08e9073

File tree

3 files changed

+43
-164
lines changed

3 files changed

+43
-164
lines changed

demos/react-native-barebones-opsqlite/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ PODS:
3131
- ReactCommon/turbomodule/bridging
3232
- ReactCommon/turbomodule/core
3333
- Yoga
34-
- powersync-op-sqlite (0.4.0):
34+
- powersync-op-sqlite (0.4.1):
3535
- DoubleConversion
3636
- glog
3737
- hermes-engine
38-
- powersync-sqlite-core (~> 0.3.11)
38+
- powersync-sqlite-core (~> 0.3.12)
3939
- RCT-Folly (= 2024.11.18.00)
4040
- RCTRequired
4141
- RCTTypeSafety
@@ -1775,7 +1775,7 @@ SPEC CHECKSUMS:
17751775
glog: eb93e2f488219332457c3c4eafd2738ddc7e80b8
17761776
hermes-engine: 1f783c3d53940aed0d2c84586f0b7a85ab7827ef
17771777
op-sqlite: bd34d3b5e46b2d2ab132f9188dad981024f7e1db
1778-
powersync-op-sqlite: 9268e1d1660f83e96ff9f2cfe101f030eb3ca60c
1778+
powersync-op-sqlite: f540332fcc3d11fd04774e5a4245a8f4e0f5c9ed
17791779
powersync-sqlite-core: fcc32da5528fca9d50b185fcd777705c034e255b
17801780
RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809
17811781
RCTDeprecation: f5c19ebdb8804b53ed029123eb69914356192fc8

demos/react-native-barebones-opsqlite/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"android": "react-native run-android",
77
"ios": "react-native run-ios",
88
"lint": "eslint .",
9-
"start": "react-native start",
10-
"test": "jest"
9+
"start": "react-native start"
1110
},
1211
"dependencies": {
1312
"@azure/core-asynciterator-polyfill": "^1.0.2",
@@ -31,10 +30,8 @@
3130
"@react-native/eslint-config": "0.77.0",
3231
"@react-native/metro-config": "0.77.0",
3332
"@react-native/typescript-config": "0.77.0",
34-
"@types/jest": "^29.5.14",
3533
"@types/react": "^18.3.18",
36-
"@types/react-test-renderer": "^18.3.1",
37-
"typescript": "^5.0.4"
34+
"typescript": "^5.3.3"
3835
},
3936
"engines": {
4037
"node": ">=18"

0 commit comments

Comments
 (0)