Skip to content

Commit

Permalink
chore(aws-amplify): point amplify to 6.2.0 (#5193)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman committed Apr 29, 2024
1 parent cf26b2d commit de24028
Show file tree
Hide file tree
Showing 18 changed files with 98 additions and 80 deletions.
18 changes: 18 additions & 0 deletions .changeset/dull-days-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
"@aws-amplify/ui-react-auth": patch
"@aws-amplify/ui-react-core-auth": patch
"@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-auth": 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
"@aws-amplify/ui-vue": patch
"@aws-amplify/ui-angular": patch
---

chore(aws-amplify): point amplify to 6.2.0
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.26",
"@aws-amplify/geo": "^3.0.29",
"@aws-amplify/ui-react": "^6.1.8",
"@aws-amplify/ui-react-geo": "^2.0.13",
"@aws-amplify/ui-react-liveness": "^3.0.18",
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.0.30",
"aws-amplify": "6.2.0",
"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.0.30"
"aws-amplify": "^6.2.0"
},
"dependencies": {
"@aws-amplify/ui": "6.0.13",
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.0.30",
"aws-amplify": "^6.2.0",
"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.0.30",
"aws-amplify": "^6.2.0",
"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.13"
},
"peerDependencies": {
"aws-amplify": "^6.0.30",
"aws-amplify": "^6.2.0",
"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.30",
"aws-amplify": "^6.2.0",
"react": "^16.14.0 || ^17.0 || ^18.0"
},
"sideEffects": false
Expand Down
6 changes: 3 additions & 3 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.26",
"aws-amplify": "^6.0.30",
"@aws-amplify/geo": "^3.0.29",
"aws-amplify": "^6.2.0",
"react": "^16.14.0 || ^17.0 || ^18.0",
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
},
Expand All @@ -63,7 +63,7 @@
"name": "LocationSearch",
"path": "dist/esm/index.mjs",
"import": "{ LocationSearch }",
"limit": "260 kB"
"limit": "261 kB"
},
{
"name": "MapView",
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.0.30",
"aws-amplify": "^6.2.0",
"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.0.30",
"aws-amplify": "^6.2.0",
"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.13"
},
"peerDependencies": {
"aws-amplify": "^6.0.30",
"aws-amplify": "^6.2.0",
"react-native": "^0.70 || ^0.71 || ^0.72 || ^0.73",
"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.30",
"aws-amplify": "^6.2.0",
"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.30",
"aws-amplify": "^6.2.0",
"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.30",
"aws-amplify": "^6.2.0",
"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.30",
"aws-amplify": "^6.2.0",
"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.0.30",
"aws-amplify": "^6.2.0",
"vue": "^3.0"
}
}
124 changes: 62 additions & 62 deletions yarn.lock

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

0 comments on commit de24028

Please sign in to comment.