|
53 | 53 | "author": "Amazon Web Services",
|
54 | 54 | "license": "Apache-2.0",
|
55 | 55 | "dependencies": {
|
| 56 | + "@aws-amplify/amplify-category-api": "^5.1.1", |
| 57 | + "@aws-amplify/cli-internal": "^11.0.3", |
56 | 58 | "lerna": "^5.1.6"
|
57 | 59 | },
|
58 | 60 | "workspaces": [
|
59 | 61 | "packages/*"
|
60 | 62 | ],
|
61 | 63 | "devDependencies": {
|
| 64 | + "@aws-amplify/amplify-cli-core": "^4.0.0", |
62 | 65 | "@commitlint/cli": "^17.0.3",
|
63 | 66 | "@commitlint/config-conventional": "^17.0.3",
|
64 | 67 | "@commitlint/config-lerna-scopes": "^17.0.2",
|
65 | 68 | "@types/jest": "^27.0.0",
|
66 | 69 | "@types/js-yaml": "^4.0.0",
|
67 | 70 | "@typescript-eslint/eslint-plugin": "^4.0.0",
|
68 | 71 | "@typescript-eslint/parser": "^4.0.0",
|
| 72 | + "amplify-headless-interface": "^1.13.1", |
69 | 73 | "cmd-shim": "^3.0.3",
|
70 | 74 | "codecov": "^3.7.0",
|
71 | 75 | "commitizen": "^4.2.4",
|
|
83 | 87 | "eslint-plugin-react": "^7.21.5",
|
84 | 88 | "eslint-plugin-spellcheck": "^0.0.17",
|
85 | 89 | "glob": "^7.1.6",
|
| 90 | + "graphql-transformer-core": "^8.0.0", |
86 | 91 | "husky": "^3.0.3",
|
87 | 92 | "jest": "^27.0.0",
|
88 | 93 | "jest-circus": "^27.0.0",
|
|
95 | 100 | "rimraf": "^3.0.0",
|
96 | 101 | "ts-jest": "^27.0.0",
|
97 | 102 | "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" |
102 | 104 | },
|
103 | 105 | "resolutions": {
|
104 | 106 | "minimist": "^1.2.6",
|
|
0 commit comments