Skip to content

Commit

Permalink
chore: Bump @aws-amplify/core peer dependency across the library (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed May 1, 2024
1 parent d218d81 commit e8e8796
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore-storage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://aws-amplify.github.io/",
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/predictions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"url": "0.11.0"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"@aws-amplify/core": "^6.0.0"
"@aws-amplify/core": "^6.1.0"
},
"devDependencies": {
"@aws-amplify/core": "6.1.0",
Expand Down

0 comments on commit e8e8796

Please sign in to comment.