Skip to content

Commit 7deb5ff

Browse files
committed
chore: sorting packages
1 parent 7f5e9e4 commit 7deb5ff

File tree

2 files changed

+17394
-4
lines changed

2 files changed

+17394
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,23 @@
5353
"author": "Amazon Web Services",
5454
"license": "Apache-2.0",
5555
"dependencies": {
56+
"@aws-amplify/amplify-category-api": "^5.1.1",
57+
"@aws-amplify/cli-internal": "^11.0.3",
5658
"lerna": "^5.1.6"
5759
},
5860
"workspaces": [
5961
"packages/*"
6062
],
6163
"devDependencies": {
64+
"@aws-amplify/amplify-cli-core": "^4.0.0",
6265
"@commitlint/cli": "^17.0.3",
6366
"@commitlint/config-conventional": "^17.0.3",
6467
"@commitlint/config-lerna-scopes": "^17.0.2",
6568
"@types/jest": "^27.0.0",
6669
"@types/js-yaml": "^4.0.0",
6770
"@typescript-eslint/eslint-plugin": "^4.0.0",
6871
"@typescript-eslint/parser": "^4.0.0",
72+
"amplify-headless-interface": "^1.13.1",
6973
"cmd-shim": "^3.0.3",
7074
"codecov": "^3.7.0",
7175
"commitizen": "^4.2.4",
@@ -83,6 +87,7 @@
8387
"eslint-plugin-react": "^7.21.5",
8488
"eslint-plugin-spellcheck": "^0.0.17",
8589
"glob": "^7.1.6",
90+
"graphql-transformer-core": "^8.0.0",
8691
"husky": "^3.0.3",
8792
"jest": "^27.0.0",
8893
"jest-circus": "^27.0.0",
@@ -95,10 +100,7 @@
95100
"rimraf": "^3.0.0",
96101
"ts-jest": "^27.0.0",
97102
"ts-node": "^8.10.1",
98-
"typescript": "4.7.4",
99-
"@aws-amplify/amplify-cli-core": "^4.0.0",
100-
"graphql-transformer-core": "^8.0.0",
101-
"amplify-headless-interface": "^1.13.1"
103+
"typescript": "4.7.4"
102104
},
103105
"resolutions": {
104106
"minimist": "^1.2.6",

0 commit comments

Comments
 (0)