Skip to content

Commit

Permalink
chore(deps): bump amplify peerDeps and installed version to 6.0.30 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman committed Apr 24, 2024
1 parent 3357620 commit 6206f5a
Show file tree
Hide file tree
Showing 21 changed files with 127 additions and 103 deletions.
15 changes: 15 additions & 0 deletions .changeset/silent-ghosts-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@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
"@aws-amplify/ui-vue": patch
"@aws-amplify/ui-angular": patch
---

chore(deps): update amplify scoped and RN dep versions
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ Amplify UI is an open-source UI library with cloud-connected components that are

## Component Matrix

| **Connected Components** | **React** | **React Native** | **Angular** | **Vue** |
| :----------------------- | :-------: | :--------------: | :---------: | :-----: |
| Authenticator |||||
| In-App Messaging ||| | |
| Geo (MapView) || | | |
| Account Settings || | | |
| Storage (StorageManager) || | | |
| **Connected Components** | **React** | **React Native** | **Angular** | **Vue** |
| :------------------------------ | :-------: | :--------------: | :---------: | :-----: |
| Authenticator |||||
| In-App Messaging ||| | |
| Geo (MapView) || | | |
| Account Settings || | | |
| Storage (StorageManager) || | | |
| Liveness (FaceLivenessDetector) || | | |


| **Primitives** | **React** | **Angular** | **Vue** |
| :--------------- | :-------: | :---------: | :-----: |
| Alert || |
Expand Down
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": "latest",
"@aws-amplify/geo": "^3.0.26",
"@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
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": "latest",
"@aws-amplify/rtn-web-browser": "latest",
"@aws-amplify/react-native": "1.0.27",
"@aws-amplify/rtn-web-browser": "1.0.27",
"@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.0.26",
"aws-amplify": "6.0.30",
"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.26"
"aws-amplify": "^6.0.30"
},
"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.26",
"aws-amplify": "^6.0.30",
"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.26",
"aws-amplify": "^6.0.30",
"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.26",
"aws-amplify": "^6.0.30",
"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.26",
"aws-amplify": "^6.0.30",
"react": "^16.14.0 || ^17.0 || ^18.0"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion packages/react-geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"@aws-amplify/geo": "^3.0.26",
"aws-amplify": "^6.0.26",
"aws-amplify": "^6.0.30",
"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.0.26",
"aws-amplify": "^6.0.30",
"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.26",
"aws-amplify": "^6.0.30",
"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.26",
"aws-amplify": "^6.0.30",
"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.26",
"aws-amplify": "^6.0.30",
"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.26",
"aws-amplify": "^6.0.30",
"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.26",
"aws-amplify": "^6.0.30",
"react": "^16.14.0 || ^17.0 || ^18.0",
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
},
Expand Down
7 changes: 1 addition & 6 deletions packages/react/src/primitives/Menu/__tests__/menu.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,7 @@ describe('Menu', () => {
describe('MenuButton', () => {
it('has the expected class when disabled', async () => {
const MENU_BUTTON_TEST_ID = 'amplify-menu-button-test-id';
render(
<MenuButton
isDisabled={true}
testId={MENU_BUTTON_TEST_ID}
/>
);
render(<MenuButton isDisabled={true} testId={MENU_BUTTON_TEST_ID} />);

const menuButton = await screen.findByTestId(MENU_BUTTON_TEST_ID);

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.26",
"aws-amplify": "^6.0.30",
"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.26",
"aws-amplify": "^6.0.30",
"vue": "^3.0"
}
}
Loading

0 comments on commit 6206f5a

Please sign in to comment.