Skip to content

Commit

Permalink
chore: move amplify backend deps to top level devDeps (#5797)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebpollman committed Sep 12, 2024
1 parent 7b9e301 commit aa07847
Show file tree
Hide file tree
Showing 5 changed files with 1,624 additions and 3,430 deletions.
2 changes: 1 addition & 1 deletion environments/ai/gen2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@aws-amplify/ui-gen2-ai-environment",
"version": "0.0.1",
"scripts": {
"generate": "AWS_REGION=us-west-2 npx ampx generate outputs --branch gen2-ai-backend --app-id dlbmj68rw0w3c"
"generate": "AWS_REGION=us-west-2 npx @aws-amplify/backend-cli@latest generate outputs --branch gen2-ai-backend --app-id dlbmj68rw0w3c"
}
}
7 changes: 0 additions & 7 deletions environments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,5 @@
"liveness": "yarn --cwd liveness/",
"storage": "yarn --cwd storage/",
"in-app-messaging": "yarn --cwd in-app-messaging/"
},
"devDependencies": {
"@aws-amplify/backend-cli": "^1.1.1",
"@aws-amplify/cli": "latest",
"aws-cdk": "^2.143.1",
"aws-cdk-lib": "^2.143.1",
"constructs": "^10.3.0"
}
}
1 change: 0 additions & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"swr": "^2.0.0"
},
"devDependencies": {
"@aws-amplify/backend": "^1.0.4",
"@types/node": "^15.12.4",
"@types/react": "^18.2.22",
"eslint": "^8.44.0",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"ws": "^8.17.1"
},
"devDependencies": {
"@aws-amplify/backend": "^1.2.1",
"@aws-amplify/eslint-config-amplify-ui": "0.0.0",
"@aws-amplify/typescript-config": "0.0.0",
"@changesets/changelog-github": "0.4.1",
Expand Down
Loading

0 comments on commit aa07847

Please sign in to comment.