Skip to content

Commit a200630

Browse files
committed
Remove typescript 5.3.3 from package devDependencies
1 parent a34051c commit a200630

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

packages/cli/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"@types/marked-terminal": "^3.1.3",
5050
"@types/node": "^22.5.0",
5151
"@types/semver": "^7.5.3",
52-
"ts-expose-internals": "5.6.1-rc",
53-
"typescript": "5.3.3"
52+
"ts-expose-internals": "5.6.1-rc"
5453
},
5554
"dependencies": {
5655
"@arethetypeswrong/core": "workspace:../core",

packages/history/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
"semver": "^7.5.3",
4949
"ts-expose-internals": "5.6.1-rc",
5050
"tsx": "^3.12.7",
51-
"types-registry": "latest",
52-
"typescript": "5.3.3"
51+
"types-registry": "latest"
5352
},
5453
"engines": {
5554
"node": ">=18"

pnpm-lock.yaml

-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)