Skip to content

Commit

Permalink
chore: Upgrade to UUID v9 (#11790)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc authored Aug 11, 2023
1 parent ab645e2 commit d79326d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@aws-sdk/util-utf8-browser": "3.259.0",
"lodash": "^4.17.20",
"tslib": "^2.5.0",
"uuid": "^3.2.1"
"uuid": "^9.0.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@aws-amplify/pubsub": "6.0.0",
"graphql": "15.8.0",
"tslib": "^2.5.0",
"uuid": "^3.2.1",
"uuid": "^9.0.0",
"zen-observable-ts": "0.8.19"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"amazon-cognito-identity-js": "6.4.0",
"idb": "5.0.6",
"immer": "9.0.6",
"ulid": "2.3.0",
"uuid": "3.4.0",
"ulid": "^2.3.0",
"uuid": "^9.0.0",
"zen-observable-ts": "0.8.19",
"zen-push": "0.2.1"
},
Expand All @@ -65,7 +65,7 @@
"devDependencies": {
"@aws-amplify/core": "6.0.0",
"@react-native-community/netinfo": "4.7.0",
"@types/uuid": "3.4.6",
"@types/uuid": "^9.0.0",
"@types/uuid-validate": "^0.0.1",
"dexie": "3.2.2",
"dexie-export-import": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@aws-amplify/rtn-push-notification": "1.2.0",
"lodash": "^4.17.21",
"uuid": "^3.2.1"
"uuid": "^9.0.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/predictions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@aws-sdk/util-utf8-node": "3.6.1",
"buffer": "4.9.2",
"tslib": "^2.5.0",
"uuid": "^3.2.1"
"uuid": "^9.0.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"graphql": "15.8.0",
"tslib": "^2.5.0",
"url": "0.11.0",
"uuid": "^3.2.1",
"uuid": "^9.0.0",
"zen-observable-ts": "0.8.19"
},
"peerDependencies": {
Expand Down

0 comments on commit d79326d

Please sign in to comment.