Skip to content

Commit b902077

Browse files
ChriztiaanChristiaan Landman
andauthored
chore powersync-sdk-common UUID dependency bump (#130)
Co-authored-by: Christiaan Landman <christiaanlandman@Christiaans-MacBook-Pro-2.local>
1 parent 385edf8 commit b902077

File tree

9 files changed

+639
-96
lines changed

9 files changed

+639
-96
lines changed

.changeset/happy-ladybugs-bow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@journeyapps/powersync-sdk-common": patch
3+
---
4+
5+
Updated UUID dependency.

.changeset/strange-phones-fly.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@journeyapps/powersync-sdk-react-native": patch
3+
---
4+
5+
Updated react-native-quick-sqlite dependency.

.changeset/ten-geckos-sip.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"powersync-example": patch
3+
---
4+
5+
Updated UUID and react-native-quick-sqlite dependencies. Assumes that the recommended react native polyfills have been installed.

demos/django-react-native-todolist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@journeyapps/powersync-sdk-react-native": "workspace:*",
1414
"@journeyapps/powersync-react": "workspace:*",
1515
"@journeyapps/powersync-sdk-common": "workspace:*",
16-
"@journeyapps/react-native-quick-sqlite": "1.1.3",
16+
"@journeyapps/react-native-quick-sqlite": "^1.1.4",
1717
"@react-native-community/async-storage": "^1.12.1",
1818
"@react-native-community/masked-view": "^0.1.11",
1919
"@react-navigation/drawer": "^6.6.15",
@@ -53,7 +53,7 @@
5353
"react-navigation-stack": "^2.10.4",
5454
"text-encoding": "^0.7.0",
5555
"typed-async-storage": "^3.1.2",
56-
"uuid": "3.4.0",
56+
"uuid": "^9.0.1",
5757
"web-streams-polyfill": "^3.3.3"
5858
},
5959
"devDependencies": {

demos/react-native-supabase-todolist/ios/Podfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ PODS:
940940
- React-Core
941941
- react-native-get-random-values (1.10.0):
942942
- React-Core
943-
- react-native-quick-sqlite (1.1.2):
943+
- react-native-quick-sqlite (1.1.4):
944944
- powersync-sqlite-core (~> 0.1.6)
945945
- React
946946
- React-callinvoker
@@ -1148,18 +1148,18 @@ DEPENDENCIES:
11481148
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
11491149
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
11501150
- EASClient (from `../../../node_modules/expo-eas-client/ios`)
1151-
- EXConstants (from `../node_modules/expo-constants/ios`)
1151+
- EXConstants (from `../../../node_modules/expo-constants/ios`)
11521152
- EXFont (from `../../../node_modules/expo-font/ios`)
11531153
- EXJSONUtils (from `../../../node_modules/expo-json-utils/ios`)
11541154
- EXManifests (from `../../../node_modules/expo-manifests/ios`)
1155-
- Expo (from `../node_modules/expo`)
1155+
- Expo (from `../../../node_modules/expo`)
11561156
- ExpoCamera (from `../../../node_modules/expo-camera/ios`)
1157-
- ExpoFileSystem (from `../node_modules/expo-file-system/ios`)
1157+
- ExpoFileSystem (from `../../../node_modules/expo-file-system/ios`)
11581158
- ExpoHead (from `../node_modules/expo-router/ios`)
11591159
- ExpoKeepAwake (from `../../../node_modules/expo-keep-awake/ios`)
11601160
- ExpoModulesCore (from `../../../node_modules/expo-modules-core`)
11611161
- ExpoSecureStore (from `../../../node_modules/expo-secure-store/ios`)
1162-
- EXSplashScreen (from `../node_modules/expo-splash-screen/ios`)
1162+
- EXSplashScreen (from `../../../node_modules/expo-splash-screen/ios`)
11631163
- EXStructuredHeaders (from `../../../node_modules/expo-structured-headers/ios`)
11641164
- EXUpdates (from `../../../node_modules/expo-updates/ios`)
11651165
- EXUpdatesInterface (from `../../../node_modules/expo-updates-interface/ios`)
@@ -1192,9 +1192,9 @@ DEPENDENCIES:
11921192
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
11931193
- React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
11941194
- react-native-encrypted-storage (from `../../../node_modules/react-native-encrypted-storage`)
1195-
- react-native-get-random-values (from `../node_modules/react-native-get-random-values`)
1196-
- "react-native-quick-sqlite (from `../node_modules/@journeyapps/react-native-quick-sqlite`)"
1197-
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
1195+
- react-native-get-random-values (from `../../../node_modules/react-native-get-random-values`)
1196+
- "react-native-quick-sqlite (from `../../../node_modules/@journeyapps/react-native-quick-sqlite`)"
1197+
- react-native-safe-area-context (from `../../../node_modules/react-native-safe-area-context`)
11981198
- React-nativeconfig (from `../node_modules/react-native/ReactCommon`)
11991199
- React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
12001200
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
@@ -1216,9 +1216,9 @@ DEPENDENCIES:
12161216
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
12171217
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
12181218
- "RNCMaskedView (from `../../../node_modules/@react-native-community/masked-view`)"
1219-
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
1220-
- RNReanimated (from `../node_modules/react-native-reanimated`)
1221-
- RNScreens (from `../node_modules/react-native-screens`)
1219+
- RNGestureHandler (from `../../../node_modules/react-native-gesture-handler`)
1220+
- RNReanimated (from `../../../node_modules/react-native-reanimated`)
1221+
- RNScreens (from `../../../node_modules/react-native-screens`)
12221222
- RNVectorIcons (from `../../../node_modules/react-native-vector-icons`)
12231223
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
12241224

@@ -1240,19 +1240,19 @@ EXTERNAL SOURCES:
12401240
EASClient:
12411241
:path: "../../../node_modules/expo-eas-client/ios"
12421242
EXConstants:
1243-
:path: "../node_modules/expo-constants/ios"
1243+
:path: "../../../node_modules/expo-constants/ios"
12441244
EXFont:
12451245
:path: "../../../node_modules/expo-font/ios"
12461246
EXJSONUtils:
12471247
:path: "../../../node_modules/expo-json-utils/ios"
12481248
EXManifests:
12491249
:path: "../../../node_modules/expo-manifests/ios"
12501250
Expo:
1251-
:path: "../node_modules/expo"
1251+
:path: "../../../node_modules/expo"
12521252
ExpoCamera:
12531253
:path: "../../../node_modules/expo-camera/ios"
12541254
ExpoFileSystem:
1255-
:path: "../node_modules/expo-file-system/ios"
1255+
:path: "../../../node_modules/expo-file-system/ios"
12561256
ExpoHead:
12571257
:path: "../node_modules/expo-router/ios"
12581258
ExpoKeepAwake:
@@ -1262,7 +1262,7 @@ EXTERNAL SOURCES:
12621262
ExpoSecureStore:
12631263
:path: "../../../node_modules/expo-secure-store/ios"
12641264
EXSplashScreen:
1265-
:path: "../node_modules/expo-splash-screen/ios"
1265+
:path: "../../../node_modules/expo-splash-screen/ios"
12661266
EXStructuredHeaders:
12671267
:path: "../../../node_modules/expo-structured-headers/ios"
12681268
EXUpdates:
@@ -1323,11 +1323,11 @@ EXTERNAL SOURCES:
13231323
react-native-encrypted-storage:
13241324
:path: "../../../node_modules/react-native-encrypted-storage"
13251325
react-native-get-random-values:
1326-
:path: "../node_modules/react-native-get-random-values"
1326+
:path: "../../../node_modules/react-native-get-random-values"
13271327
react-native-quick-sqlite:
1328-
:path: "../node_modules/@journeyapps/react-native-quick-sqlite"
1328+
:path: "../../../node_modules/@journeyapps/react-native-quick-sqlite"
13291329
react-native-safe-area-context:
1330-
:path: "../node_modules/react-native-safe-area-context"
1330+
:path: "../../../node_modules/react-native-safe-area-context"
13311331
React-nativeconfig:
13321332
:path: "../node_modules/react-native/ReactCommon"
13331333
React-NativeModulesApple:
@@ -1371,11 +1371,11 @@ EXTERNAL SOURCES:
13711371
RNCMaskedView:
13721372
:path: "../../../node_modules/@react-native-community/masked-view"
13731373
RNGestureHandler:
1374-
:path: "../node_modules/react-native-gesture-handler"
1374+
:path: "../../../node_modules/react-native-gesture-handler"
13751375
RNReanimated:
1376-
:path: "../node_modules/react-native-reanimated"
1376+
:path: "../../../node_modules/react-native-reanimated"
13771377
RNScreens:
1378-
:path: "../node_modules/react-native-screens"
1378+
:path: "../../../node_modules/react-native-screens"
13791379
RNVectorIcons:
13801380
:path: "../../../node_modules/react-native-vector-icons"
13811381
Yoga:
@@ -1431,7 +1431,7 @@ SPEC CHECKSUMS:
14311431
React-Mapbuffer: 9ee041e1d7be96da6d76a251f92e72b711c651d6
14321432
react-native-encrypted-storage: db300a3f2f0aba1e818417c1c0a6be549038deb7
14331433
react-native-get-random-values: 384787fd76976f5aec9465aff6fa9e9129af1e74
1434-
react-native-quick-sqlite: a31ed88c8c78722f9eb6f959161ffb783bc6436e
1434+
react-native-quick-sqlite: c4b0debdbfc2bcd282834f4268071e13a3c20cb4
14351435
react-native-safe-area-context: 0ee144a6170530ccc37a0fd9388e28d06f516a89
14361436
React-nativeconfig: d753fbbc8cecc8ae413d615599ac378bbf6999bb
14371437
React-NativeModulesApple: 964f4eeab1b4325e8b6a799cf4444c3fd4eb0a9c
@@ -1465,4 +1465,4 @@ SPEC CHECKSUMS:
14651465

14661466
PODFILE CHECKSUM: 91f1b09fe73837e9fdaecdd06e4916926352d556
14671467

1468-
COCOAPODS: 1.13.0
1468+
COCOAPODS: 1.15.2

demos/react-native-supabase-todolist/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@journeyapps/powersync-react": "workspace:*",
1616
"@journeyapps/powersync-sdk-common": "workspace:*",
1717
"@journeyapps/powersync-sdk-react-native": "workspace:*",
18-
"@journeyapps/react-native-quick-sqlite": "^1.1.3",
18+
"@journeyapps/react-native-quick-sqlite": "^1.1.4",
1919
"@react-native-community/masked-view": "^0.1.11",
2020
"@react-navigation/drawer": "^6.6.3",
2121
"@react-navigation/native": "^6.0.0",
@@ -55,7 +55,7 @@
5555
"react-native-vector-icons": "^10.0.0",
5656
"react-navigation-stack": "^2.10.4",
5757
"text-encoding": "^0.7.0",
58-
"uuid": "3.4.0",
58+
"uuid": "^9.0.1",
5959
"web-streams-polyfill": "^3.3.2"
6060
},
6161
"devDependencies": {
@@ -65,7 +65,7 @@
6565
"@types/base-64": "^1.0.2",
6666
"@types/lodash": "^4.14.202",
6767
"@types/react": "~18.2.57",
68-
"@types/uuid": "3.4.11",
68+
"@types/uuid": "^9.0.1",
6969
"babel-preset-expo": "^10.0.1",
7070
"prettier": "^3.2.5",
7171
"typescript": "^5.3.3"

packages/powersync-sdk-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"event-iterator": "^2.0.0",
3232
"js-logger": "^1.6.1",
3333
"lodash": "^4.17.21",
34-
"uuid": "^3.0.0"
34+
"uuid": "^9.0.1"
3535
},
3636
"devDependencies": {
3737
"@types/lodash": "^4.14.197",
3838
"@types/node": "^20.5.9",
39-
"@types/uuid": "^3.0.0",
39+
"@types/uuid": "^9.0.1",
4040
"typescript": "^5.1.3"
4141
}
4242
}

packages/powersync-sdk-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://docs.powersync.com/",
2929
"peerDependencies": {
30-
"@journeyapps/react-native-quick-sqlite": "^1.1.3",
30+
"@journeyapps/react-native-quick-sqlite": "^1.1.4",
3131
"base-64": "^1.0.0",
3232
"react": "*",
3333
"react-native": "*",
@@ -44,7 +44,7 @@
4444
"async-lock": "^1.4.0"
4545
},
4646
"devDependencies": {
47-
"@journeyapps/react-native-quick-sqlite": "^1.1.3",
47+
"@journeyapps/react-native-quick-sqlite": "^1.1.4",
4848
"@types/async-lock": "^1.4.0",
4949
"react-native": "0.72.4",
5050
"react": "18.2.0",

0 commit comments

Comments
 (0)