Skip to content

Commit 16e8cd2

Browse files
authored
Update ts-node, jest and manypkg (#505)
1 parent cc98f1f commit 16e8cd2

File tree

3 files changed

+684
-510
lines changed

3 files changed

+684
-510
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "preconstruct dev",
99
"build": "preconstruct build",
1010
"watch": "preconstruct watch",
11-
"start-fixture": "ts-node --log-error ./test-helpers/src/startFixtureCLI",
11+
"start-fixture": "ts-node ./test-helpers/src/startFixtureCLI",
1212
"start": "pnpm start-fixture themed",
1313
"start-site": "manypkg run site start",
1414
"build-site": "manypkg run site build",
@@ -35,16 +35,17 @@
3535
"@babel/preset-typescript": "^7.13.0",
3636
"@changesets/changelog-github": "^0.4.0",
3737
"@changesets/cli": "^2.17.0",
38-
"@manypkg/cli": "^0.17.0",
38+
"@manypkg/cli": "^0.19.1",
3939
"@playwright/test": "^1.14.1",
4040
"@preconstruct/cli": "^2.0.1",
41-
"@types/jest": "^26.0.20",
41+
"@swc/core": "^1.2.112",
42+
"@types/jest": "^27.0.3",
4243
"@vanilla-extract/babel-plugin": "*",
43-
"babel-jest": "^26.6.3",
44+
"babel-jest": "^27.3.1",
4445
"fast-glob": "^3.2.7",
45-
"jest": "^26.6.3",
46+
"jest": "^27.3.1",
4647
"prettier": "^2.3.2",
47-
"ts-node": "^9.1.1",
48+
"ts-node": "^10.0.0",
4849
"typescript": "^4.5.0"
4950
}
5051
}

0 commit comments

Comments
 (0)