Skip to content

Commit

Permalink
chore(deps): update amplify scoped and RN dep versions (#5258)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman committed May 16, 2024
1 parent 44964ba commit dc1b3be
Show file tree
Hide file tree
Showing 19 changed files with 99 additions and 84 deletions.
15 changes: 15 additions & 0 deletions .changeset/spicy-items-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@aws-amplify/ui-angular": patch
"@aws-amplify/ui-react": patch
"@aws-amplify/ui-react-geo": patch
"@aws-amplify/ui-react-liveness": patch
"@aws-amplify/ui-react-notifications": patch
"@aws-amplify/ui-react-storage": patch
"@aws-amplify/ui-react-core": patch
"@aws-amplify/ui-react-core-notifications": patch
"@aws-amplify/ui-react-native": patch
"@aws-amplify/ui-vue": patch
"@aws-amplify/ui": patch
---

chore(deps): update amplify scoped and RN dep versions
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/geo": "^3.0.29",
"@aws-amplify/geo": "3.0.31",
"@aws-amplify/ui-react": "^6.1.10",
"@aws-amplify/ui-react-geo": "^2.0.15",
"@aws-amplify/ui-react-liveness": "^3.0.20",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "jest"
},
"dependencies": {
"@aws-amplify/react-native": "1.0.27",
"@aws-amplify/rtn-web-browser": "1.0.27",
"@aws-amplify/react-native": "1.1.1",
"@aws-amplify/rtn-web-browser": "1.0.30",
"@aws-amplify/ui": "*",
"@aws-amplify/ui-react-core": "*",
"@aws-amplify/ui-react-core-notifications": "*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@types/jest": "^29.5.5",
"@types/react-test-renderer": "^18.0.2",
"@vitejs/plugin-vue": "^2.3.4",
"aws-amplify": "6.2.0",
"aws-amplify": "6.3.2",
"esbuild-register": "^3.5.0",
"eslint": "^8.44.0",
"fs-extra": "^11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/projects/ui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"peerDependencies": {
"@angular/core": ">= 14.0.0",
"aws-amplify": "^6.2.0"
"aws-amplify": "^6.3.2"
},
"dependencies": {
"@aws-amplify/ui": "6.0.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tslib": "^2.5.2"
},
"peerDependencies": {
"aws-amplify": "^6.2.0",
"aws-amplify": "^6.3.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-core-auth/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.2.0",
"aws-amplify": "^6.3.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": "3.0.15"
},
"peerDependencies": {
"aws-amplify": "^6.2.0",
"aws-amplify": "^6.3.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.2.0",
"aws-amplify": "^6.3.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.29",
"aws-amplify": "^6.2.0",
"@aws-amplify/geo": "^3.0.31",
"aws-amplify": "^6.3.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 @@ -42,7 +42,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"aws-amplify": "^6.2.0",
"aws-amplify": "^6.3.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 @@ -34,7 +34,7 @@
"qrcode": "1.5.0"
},
"peerDependencies": {
"aws-amplify": "^6.2.0",
"aws-amplify": "^6.3.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": "2.0.15"
},
"peerDependencies": {
"aws-amplify": "^6.2.0",
"aws-amplify": "^6.3.2",
"react-native": "^0.70 || ^0.71 || ^0.72 || ^0.73 || ^0.74",
"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.2.0",
"aws-amplify": "^6.3.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.2.0",
"aws-amplify": "^6.3.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.2.0",
"aws-amplify": "^6.3.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.2.0",
"aws-amplify": "^6.3.2",
"xstate": "^4.33.6"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"vite-jest": "^0.1.4"
},
"peerDependencies": {
"aws-amplify": "^6.2.0",
"aws-amplify": "^6.3.2",
"vue": "^3.0"
}
}
130 changes: 65 additions & 65 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc1b3be

Please sign in to comment.