Skip to content

Commit

Permalink
add "core" package to API package as a peerdep
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt committed Nov 22, 2023
1 parent b877493 commit b627cdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
},
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@aws-amplify/core": "6.0.4",
"@rollup/plugin-typescript": "11.1.5",
"rollup": "3.29.4",
"typescript": "5.0.2"
Expand All @@ -85,6 +86,9 @@
"@aws-amplify/api-rest": "4.0.4",
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aws-amplify/core": "6.0.4"
},
"jest": {
"globals": {
"ts-jest": {
Expand Down

0 comments on commit b627cdc

Please sign in to comment.