Skip to content

Commit

Permalink
chore(deps): upgrade aws-amplify deps (#4716)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman authored Nov 14, 2023
1 parent 41e430f commit 5bd7211
Show file tree
Hide file tree
Showing 21 changed files with 121 additions and 196 deletions.
13 changes: 13 additions & 0 deletions .changeset/weak-melons-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@aws-amplify/ui-react-core-notifications": patch
"@aws-amplify/ui-react-core": patch
"@aws-amplify/ui-react-geo": patch
"@aws-amplify/ui-react-liveness": patch
"@aws-amplify/ui-react-native": patch
"@aws-amplify/ui-react-notifications": patch
"@aws-amplify/ui-react-storage": patch
"@aws-amplify/ui-react": patch
"@aws-amplify/ui": patch
---

chore(deps): upgrade aws-amplify deps
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@mdx-js/loader": "^2.1.0",
"@mdx-js/mdx": "^2.1.0",
"@mdx-js/react": "^2.1.0",
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"countries-list": "^2.6.1",
"dotenv": "^16.0.0",
"gray-matter": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"@aws-amplify/ui-angular": "^4.0.9",
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@aws-amplify/ui-react-notifications": "^1.0.14",
"@aws-amplify/ui-react-storage": "^2.3.2",
"@aws-sdk/credential-providers": "^3.370.0",
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"next": "^13.5.5",
"next-global-css": "^1.1.1",
"react": "18.2.0",
Expand Down
14 changes: 7 additions & 7 deletions examples/react-native/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- AmplifyRTNCore (1.0.1):
- AmplifyRTNCore (1.0.2):
- React-Core
- AmplifyRTNWebBrowser (1.0.1):
- AmplifyRTNWebBrowser (1.0.2):
- React-Core
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
Expand Down Expand Up @@ -427,7 +427,7 @@ PODS:
- React-perflogger (= 0.71.14)
- RNCAsyncStorage (1.18.1):
- React-Core
- SocketRocket (0.6.0)
- SocketRocket (0.6.1)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down Expand Up @@ -603,8 +603,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
AmplifyRTNCore: 831f49816e170c0e39cc84077b360c7740ea1758
AmplifyRTNWebBrowser: bfaf79a0ff21c275c8ad1c630ed78e7cffe38db1
AmplifyRTNCore: b7c34aac2f570f195a76d081f00ace499230cb62
AmplifyRTNWebBrowser: c2d7fe98140226eb8f56ce974c600018f3f4534c
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Expand Down Expand Up @@ -656,10 +656,10 @@ SPEC CHECKSUMS:
React-runtimeexecutor: ffe826b7b1cfbc32a35ed5b64d5886c0ff75f501
ReactCommon: 7f3dd5e98a9ec627c6b03d26c062bf37ea9fc888
RNCAsyncStorage: b90b71f45b8b97be43bc4284e71a6af48ac9f547
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 3e4f239e1082010c7703deb2463550734219072a

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1
6 changes: 3 additions & 3 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"test": "jest"
},
"dependencies": {
"@aws-amplify/react-native": "1.0.1",
"@aws-amplify/rtn-web-browser": "1.0.1",
"@aws-amplify/react-native": "1.0.2",
"@aws-amplify/rtn-web-browser": "1.0.2",
"@aws-amplify/ui": "*",
"@aws-amplify/ui-react-core": "*",
"@aws-amplify/ui-react-core-notifications": "*",
"@aws-amplify/ui-react-native": "*",
"@react-native-async-storage/async-storage": "^1.17.5",
"@react-native-community/netinfo": "^8.3.0",
"@xstate/react": "^3.2.2",
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react": "18.2.0",
"react-native": "0.71.14",
"react-native-get-random-values": "^1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@aws-amplify/ui-vue": "^3.1.29",
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"vue": "^3.0.5",
"vue-router": "4"
},
Expand Down
2 changes: 1 addition & 1 deletion guides/react/protected-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^13.5.0",
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react": "latest",
"react-dom": "latest",
"react-router-dom": "^6.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
},
"dependencies": {
"@aws-amplify/ui": "5.8.1",
"@aws-amplify/ui-react": "5.3.1",
"@aws-amplify/ui-react": "5.3.2",
"@aws-amplify/ui-react-core": "2.1.33",
"@aws-amplify/ui-react-core-auth": "0.0.1",
"@xstate/react": "3.0.1",
"@xstate/react": "3.2.2",
"lodash": "4.17.21",
"tslib": "^2.5.2"
},
"peerDependencies": {
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react": "^16.14.0 || ^17.0 || ^18.0",
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-core-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"dependencies": {
"@aws-amplify/ui": "5.8.1",
"@aws-amplify/ui-react-core": "2.1.33",
"@xstate/react": "3.0.1",
"@xstate/react": "3.2.2",
"lodash": "4.17.21",
"xstate": "^4.33.6"
},
"peerDependencies": {
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react": "^16.14.0 || ^17.0 || ^18.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@aws-amplify/ui-react-core": "2.1.33"
},
"peerDependencies": {
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react": "^16.14.0 || ^17.0 || ^18.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"xstate": "^4.33.6"
},
"peerDependencies": {
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react": "^16.14.0 || ^17.0 || ^18.0"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions packages/react-geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"tslib": "^2.5.2"
},
"peerDependencies": {
"@aws-amplify/geo": "^3.0.1",
"aws-amplify": "^6.0.1",
"@aws-amplify/geo": "^3.0.2",
"aws-amplify": "^6.0.2",
"react": "^16.14.0 || ^17.0 || ^18.0",
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-liveness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react": "^16.14.0 || ^17.0 || ^18.0",
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@aws-amplify/ui-react-native": "1.2.28"
},
"peerDependencies": {
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react": "^18",
"react-native": "^0.70 || ^0.71 || ^0.72"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@aws-amplify/ui-react-core-notifications": "1.0.10"
},
"peerDependencies": {
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react-native": "^0.70 || ^0.71 || ^0.72",
"react-native-safe-area-context": "^4.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tinycolor2": "1.4.2"
},
"peerDependencies": {
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react": "^16.14.0 || ^17.0 || ^18.0",
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tslib": "^2.5.2"
},
"peerDependencies": {
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react": "^16.14.0 || ^17.0 || ^18.0",
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tslib": "^2.5.2"
},
"peerDependencies": {
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"react": "^16.14.0 || ^17.0 || ^18.0",
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tslib": "^2.5.2"
},
"peerDependencies": {
"aws-amplify": "^6.0.1",
"aws-amplify": "^6.0.2",
"xstate": "^4.33.6"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 5bd7211

Please sign in to comment.