Skip to content

Commit

Permalink
chore: set amplify dependencies to be ^ instead of >= (#4321)
Browse files Browse the repository at this point in the history
* chore: set amplify dependencies to be ^ instead of >=

* Create grumpy-feet-raise.md
  • Loading branch information
thaddmt committed Aug 7, 2023
1 parent dfac728 commit d0d9ac2
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 11 deletions.
15 changes: 15 additions & 0 deletions .changeset/grumpy-feet-raise.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: set amplify dependencies to be ^ instead of >=
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 @@ -16,7 +16,7 @@
},
"peerDependencies": {
"@angular/core": ">= 14.0.0",
"aws-amplify": ">= 5.0.1"
"aws-amplify": "^5.0.1"
},
"dependencies": {
"@aws-amplify/ui": "5.6.9",
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 @@ -40,7 +40,7 @@
"@aws-amplify/ui-react-core": "2.1.28"
},
"peerDependencies": {
"aws-amplify": ">= 5.0.1",
"aws-amplify": "^5.0.1",
"react": ">= 16.14.0"
},
"devDependencies": {
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 @@ -37,7 +37,7 @@
"xstate": "^4.33.6"
},
"peerDependencies": {
"aws-amplify": ">= 5.0.1",
"aws-amplify": "^5.0.1",
"react": ">= 16.14.0"
},
"devDependencies": {
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 @@ -47,7 +47,7 @@
"tslib": "2.4.1"
},
"peerDependencies": {
"aws-amplify": ">= 5.0.1",
"aws-amplify": "^5.0.1",
"react": ">= 16.14.0",
"react-dom": ">= 16.14.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": ">= 5.0.1",
"aws-amplify": "^5.0.1",
"react": ">= 16.14.0",
"react-dom": ">= 16.14.0"
},
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 @@ -45,7 +45,7 @@
"@aws-amplify/ui-react-core-notifications": "1.0.5"
},
"peerDependencies": {
"aws-amplify": ">= 5.0.1",
"aws-amplify": "^5.0.1",
"react": ">= 16.14.0",
"react-native": ">= 0.63.4",
"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 @@ -47,7 +47,7 @@
"tinycolor2": "1.4.2"
},
"peerDependencies": {
"aws-amplify": ">= 5.0.1",
"aws-amplify": "^5.0.1",
"react": ">= 16.14.0",
"react-dom": ">= 16.14.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 @@ -48,7 +48,7 @@
"tslib": "2.4.1"
},
"peerDependencies": {
"aws-amplify": ">= 5.0.1",
"aws-amplify": "^5.0.1",
"react": ">= 16.14.0",
"react-dom": ">= 16.14.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 @@ -63,7 +63,7 @@
"tslib": "2.4.1"
},
"peerDependencies": {
"aws-amplify": ">= 5.0.1",
"aws-amplify": "^5.0.1",
"react": ">= 16.14.0",
"react-dom": ">= 16.14.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 @@ -51,7 +51,7 @@
"tslib": "2.4.1"
},
"peerDependencies": {
"aws-amplify": ">= 5.0.1",
"aws-amplify": "^5.0.1",
"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 @@ -78,6 +78,6 @@
"vue-tsc": "~0.40.10"
},
"peerDependencies": {
"aws-amplify": ">= 5.0.1"
"aws-amplify": "^5.0.1"
}
}

0 comments on commit d0d9ac2

Please sign in to comment.