|
17 | 17 | "packages/*" |
18 | 18 | ], |
19 | 19 | "devDependencies": { |
20 | | - "@babel/cli": "^7.17.6", |
21 | | - "@babel/core": "^7.17.9", |
22 | | - "@babel/preset-env": "^7.16.11", |
23 | | - "@babel/preset-typescript": "^7.16.7", |
| 20 | + "@babel/core": "^7.19.1", |
| 21 | + "@babel/plugin-transform-typescript": "^7.19.1", |
| 22 | + "@babel/preset-env": "^7.19.1", |
| 23 | + "@babel/preset-typescript": "^7.18.6", |
24 | 24 | "@commitlint/cli": "^13.2.1", |
25 | 25 | "@commitlint/config-conventional": "^13.2.0", |
26 | 26 | "@tsconfig/node12": "^1.0.9", |
27 | 27 | "@types/fs-extra": "^9.0.13", |
28 | | - "@types/jest": "^27.4.1", |
| 28 | + "@types/jest": "^29.0.2", |
29 | 29 | "@types/node": "^12.20.50", |
30 | 30 | "@types/semver": "^7.3.9", |
31 | 31 | "@types/yargs": "^17.0.10", |
|
36 | 36 | "eslint-config-prettier": "^8.5.0", |
37 | 37 | "eslint-plugin-prettier": "^4.0.0", |
38 | 38 | "husky": "^7.0.4", |
39 | | - "jest": "^27.5.1", |
| 39 | + "jest": "^29.0.3", |
| 40 | + "jest-extended": "^3.1.0", |
| 41 | + "jest-jasmine2": "^29.7.0", |
40 | 42 | "prettier": "^2.6.2", |
41 | 43 | "source-map-support": "^0.5.21", |
42 | 44 | "ts-node": "^10.7.0", |
43 | | - "typescript": "~4.6.3" |
| 45 | + "typescript": "~4.8.3" |
44 | 46 | }, |
45 | 47 | "resolutions": { |
46 | 48 | "minimist": "^1.2.6" |
|
0 commit comments