Skip to content

Commit

Permalink
build(deps): downgrade typescript to v5.5.4
Browse files Browse the repository at this point in the history
v5.6.x is not compatible with tsimp.

tapjs/tsimp#29
  • Loading branch information
djcsdy committed Sep 11, 2024
1 parent ab88ec5 commit 4aa68f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"semantic-release-pinst": "1.0.4",
"tempy": "3.1.0",
"tsimp": "2.0.11",
"typescript": "5.6.2"
"typescript": "5.5.4"
},
"eslintConfig": {
"root": true,
Expand Down
26 changes: 3 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2506,7 +2506,7 @@ __metadata:
tempy: "npm:3.1.0"
tsimp: "npm:2.0.11"
tslib: "npm:^2.6.2"
typescript: "npm:5.6.2"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10104,7 +10104,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:*":
"typescript@npm:*, typescript@npm:5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
bin:
Expand All @@ -10114,17 +10114,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.6.2":
version: 5.6.2
resolution: "typescript@npm:5.6.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/3ed8297a8c7c56b7fec282532503d1ac795239d06e7c4966b42d4330c6cf433a170b53bcf93a130a7f14ccc5235de5560df4f1045eb7f3550b46ebed16d3c5e5
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A*#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A*#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
bin:
Expand All @@ -10134,16 +10124,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>":
version: 5.6.2
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/94eb47e130d3edd964b76da85975601dcb3604b0c848a36f63ac448d0104e93819d94c8bdf6b07c00120f2ce9c05256b8b6092d23cf5cf1c6fa911159e4d572f
languageName: node
linkType: hard

"uglify-js@npm:^3.1.4":
version: 3.19.2
resolution: "uglify-js@npm:3.19.2"
Expand Down

0 comments on commit 4aa68f9

Please sign in to comment.