Skip to content

Commit

Permalink
use latest aws-amplify in project_creator (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Nov 16, 2023
1 parent 70685f3 commit 5cc2522
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 deletions.
6 changes: 6 additions & 0 deletions .changeset/friendly-donkeys-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@aws-amplify/integration-tests': patch
'create-amplify': patch
---

use latest aws-amplify verion in project_creator
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/backend-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-amplify/data-schema": "^0.12.1",
"@aws-amplify/data-schema": "^0.12.5",
"@aws-amplify/backend-platform-test-stubs": "^0.3.0",
"@aws-amplify/platform-core": "^0.2.0"
},
Expand All @@ -31,6 +31,6 @@
"@aws-amplify/backend-output-schemas": "^0.4.0",
"@aws-amplify/data-construct": "^1.4.0",
"@aws-amplify/plugin-types": "^0.4.1",
"@aws-amplify/data-schema-types": "^0.6.1"
"@aws-amplify/data-schema-types": "^0.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-amplify/data-schema": "^0.12.1",
"@aws-amplify/data-schema": "^0.12.5",
"@aws-amplify/backend-auth": "^0.3.1",
"@aws-amplify/backend-function": "^0.2.1",
"@aws-amplify/backend-data": "^0.6.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/create-amplify/src/amplify_project_creator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ export class AmplifyProjectCreator {
'typescript@^5.0.0',
];

// TODO after API-Next is GA change to: `aws-amplify`
// https://github.com/aws-amplify/amplify-backend/issues/332
private readonly defaultProdPackages = ['aws-amplify@unstable'];
private readonly defaultProdPackages = ['aws-amplify'];

/**
* Orchestrator for the create-amplify workflow.
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@aws-amplify/backend-auth": "0.3.1",
"@aws-amplify/backend-secret": "^0.3.0",
"@aws-amplify/backend-storage": "0.3.0",
"@aws-amplify/data-schema": "^0.12.1",
"@aws-amplify/data-schema": "^0.12.5",
"@aws-sdk/client-amplify": "^3.440.0",
"@aws-sdk/client-cloudformation": "^3.421.0",
"@aws-amplify/platform-core": "^0.2.0",
Expand Down

0 comments on commit 5cc2522

Please sign in to comment.