|
10 | 10 | "workspaces": [ |
11 | 11 | "packages/**" |
12 | 12 | ], |
13 | | - "packageManager": "[email protected].19", |
| 13 | + "packageManager": "[email protected].21", |
14 | 14 | "scripts": { |
15 | 15 | "build": "run-s build:ts build:r", |
16 | 16 | "build:r": "tsx packages/rollup/src/cli.ts -f cjs -d false", |
|
27 | 27 | "typecov": "type-coverage" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@1stg/common-config": "^9.0.0", |
31 | | - "@changesets/changelog-github": "^0.4.8", |
32 | | - "@changesets/cli": "^2.26.2", |
33 | | - "@types/cross-spawn": "^6.0.2", |
34 | | - "@types/debug": "^4.1.8", |
35 | | - "@types/imagemin": "^8.0.1", |
36 | | - "@types/is-glob": "^4.0.2", |
37 | | - "@types/jest": "^29.5.3", |
38 | | - "@types/lodash-es": "^4.17.8", |
39 | | - "@types/micromatch": "^4.0.2", |
40 | | - "@types/node": "^20.4.6", |
41 | | - "jest": "^29.6.2", |
| 30 | + "@1stg/common-config": "^9.0.1", |
| 31 | + "@changesets/changelog-github": "^0.5.0", |
| 32 | + "@changesets/cli": "^2.27.1", |
| 33 | + "@types/cross-spawn": "^6.0.6", |
| 34 | + "@types/debug": "^4.1.12", |
| 35 | + "@types/imagemin": "^8.0.5", |
| 36 | + "@types/is-glob": "^4.0.4", |
| 37 | + "@types/jest": "^29.5.11", |
| 38 | + "@types/lodash-es": "^4.17.12", |
| 39 | + "@types/micromatch": "^4.0.6", |
| 40 | + "@types/node": "^20.10.5", |
| 41 | + "jest": "^29.7.0", |
42 | 42 | "patch-package": "^8.0.0", |
43 | | - "rimraf": "^5.0.1", |
| 43 | + "rimraf": "^5.0.5", |
44 | 44 | "ts-jest": "^29.1.1", |
45 | | - "tsx": "^3.12.7", |
46 | | - "type-coverage": "^2.26.0", |
47 | | - "typescript": "^5.1.6", |
| 45 | + "tsx": "^4.7.0", |
| 46 | + "type-coverage": "^2.27.1", |
| 47 | + "typescript": "^5.3.3", |
48 | 48 | "yarn-deduplicate": "^6.0.2" |
49 | 49 | }, |
50 | 50 | "resolutions": { |
|
0 commit comments