Skip to content

Commit

Permalink
Revert TS upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Feb 8, 2024
1 parent 2984c12 commit fdb18ff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"prettier": "^3.0.3",
"typescript": "5.4.0-dev.20240207"
"typescript": "5.3.3"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"pnpm": {
"overrides": {
"ts-expose-internals-conditionally": "5.3.3"
"ts-expose-internals-conditionally": "$typescript"
}
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/node": "^20.2.5",
"@types/semver": "^7.5.3",
"ts-expose-internals-conditionally": "1.0.0-empty.0",
"typescript": "5.4.0-dev.20240207"
"typescript": "5.3.3"
},
"dependencies": {
"@arethetypeswrong/core": "0.13.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fflate": "^0.7.4",
"semver": "^7.5.4",
"ts-expose-internals-conditionally": "1.0.0-empty.0",
"typescript": "5.4.0-dev.20240207",
"typescript": "5.3.3",
"validate-npm-package-name": "^5.0.0"
},
"devDependencies": {
Expand Down
18 changes: 6 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fdb18ff

Please sign in to comment.