|
8 | 8 | "dev": "preconstruct dev", |
9 | 9 | "build": "preconstruct build", |
10 | 10 | "watch": "preconstruct watch", |
11 | | - "start-fixture": "ts-node --log-error ./test-helpers/src/startFixtureCLI", |
| 11 | + "start-fixture": "ts-node ./test-helpers/src/startFixtureCLI", |
12 | 12 | "start": "pnpm start-fixture themed", |
13 | 13 | "start-site": "manypkg run site start", |
14 | 14 | "build-site": "manypkg run site build", |
|
35 | 35 | "@babel/preset-typescript": "^7.13.0", |
36 | 36 | "@changesets/changelog-github": "^0.4.0", |
37 | 37 | "@changesets/cli": "^2.17.0", |
38 | | - "@manypkg/cli": "^0.17.0", |
| 38 | + "@manypkg/cli": "^0.19.1", |
39 | 39 | "@playwright/test": "^1.14.1", |
40 | 40 | "@preconstruct/cli": "^2.0.1", |
41 | | - "@types/jest": "^26.0.20", |
| 41 | + "@swc/core": "^1.2.112", |
| 42 | + "@types/jest": "^27.0.3", |
42 | 43 | "@vanilla-extract/babel-plugin": "*", |
43 | | - "babel-jest": "^26.6.3", |
| 44 | + "babel-jest": "^27.3.1", |
44 | 45 | "fast-glob": "^3.2.7", |
45 | | - "jest": "^26.6.3", |
| 46 | + "jest": "^27.3.1", |
46 | 47 | "prettier": "^2.3.2", |
47 | | - "ts-node": "^9.1.1", |
| 48 | + "ts-node": "^10.0.0", |
48 | 49 | "typescript": "^4.5.0" |
49 | 50 | } |
50 | 51 | } |
0 commit comments