|
62 | 62 | "@commitlint/cli": "^17.0.3",
|
63 | 63 | "@commitlint/config-conventional": "^17.0.3",
|
64 | 64 | "@commitlint/config-lerna-scopes": "^17.0.2",
|
65 |
| - "@types/jest": "^25.2.1", |
| 65 | + "@types/jest": "^28.1.6", |
66 | 66 | "@types/js-yaml": "^3.12.3",
|
67 |
| - "@typescript-eslint/eslint-plugin": "^2.16.0", |
68 |
| - "@typescript-eslint/parser": "^2.16.0", |
| 67 | + "@typescript-eslint/eslint-plugin": "^4.0.0", |
| 68 | + "@typescript-eslint/parser": "^4.0.0", |
69 | 69 | "cmd-shim": "^3.0.3",
|
70 | 70 | "codecov": "^3.7.0",
|
71 | 71 | "commitizen": "^4.2.4",
|
|
76 | 76 | "eslint-config-prettier": "^6.9.0",
|
77 | 77 | "eslint-import-resolver-typescript": "^2.0.0",
|
78 | 78 | "eslint-plugin-import": "^2.20.0",
|
79 |
| - "eslint-plugin-jest": "^23.6.0", |
| 79 | + "eslint-plugin-jest": "^26.6.0", |
80 | 80 | "eslint-plugin-json": "^2.0.1",
|
81 | 81 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
82 | 82 | "eslint-plugin-prettier": "^3.1.2",
|
83 | 83 | "eslint-plugin-react": "^7.21.5",
|
84 | 84 | "eslint-plugin-spellcheck": "^0.0.17",
|
85 | 85 | "glob": "^7.1.6",
|
86 | 86 | "husky": "^3.0.3",
|
87 |
| - "jest": "^25.5.4", |
88 |
| - "jest-circus": "^25.5.4", |
89 |
| - "jest-junit": "^10.0.0", |
| 87 | + "jest": "^28.1.3", |
| 88 | + "jest-circus": "^28.1.3", |
| 89 | + "jest-junit": "^14.0.0", |
90 | 90 | "js-yaml": "3.13.1",
|
91 | 91 | "lnk": "1.1.0",
|
92 | 92 | "prettier": "^1.19.1",
|
93 | 93 | "prettier-eslint": "^9.0.1",
|
94 | 94 | "pretty-quick": "^3.1.0",
|
95 | 95 | "rimraf": "^3.0.0",
|
96 |
| - "ts-jest": "^25.5.0", |
| 96 | + "ts-jest": "^28.0.7", |
97 | 97 | "ts-node": "^8.10.1",
|
98 |
| - "typescript": "^3.8.3", |
99 |
| - "amplify-cli-core": "^2.3.0", |
| 98 | + "typescript": "^4.7.4", |
| 99 | + "amplify-cli-core": "^2.3.0", |
100 | 100 | "graphql-transformer-core": "^7.2.1",
|
101 | 101 | "amplify-headless-interface": "^1.13.1"
|
102 | 102 | },
|
103 | 103 | "resolutions": {
|
104 | 104 | "minimist": "^1.2.6",
|
105 | 105 | "lodash": "^4.17.21",
|
106 |
| - "node-fetch": "^2.6.7" |
| 106 | + "node-fetch": "^2.6.7", |
| 107 | + "cross-fetch": "^2.2.6" |
107 | 108 | },
|
108 | 109 | "config": {
|
109 | 110 | "commitizen": {
|
|
0 commit comments