Skip to content

Commit

Permalink
fix: set typescript version for api-extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Jan 6, 2025
1 parent 391ca80 commit b9ff7a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 82 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,12 @@
"yargs": "17.5.1"
},
"overrides": {
"vite": "4.5.5"
"vite": "4.5.5",
"typescript": "~5.2.2"
},
"resolutions": {
"vite": "4.5.5"
"vite": "4.5.5",
"typescript": "~5.2.2"
},
"workspaces": {
"packages": [
Expand Down
80 changes: 0 additions & 80 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40589,46 +40589,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^3 || ^4":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/5f6cad2e728a8a063521328e612d7876e12f0d8a8390d3b3aaa452a6a65e24e9ac8ea22beb72a924fd96ea0a49ea63bb4e251fb922b12eedfb7f7a26475e5c56
languageName: node
linkType: hard

"typescript@npm:^4.6.4 || ^5.2.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/a873118b5201b2ef332127ef5c63fb9d9c155e6fdbe211cbd9d8e65877283797cca76546bad742eea36ed7efbe3424a30376818f79c7318512064e8625d61622
languageName: node
linkType: hard

"typescript@npm:next":
version: 5.8.0-dev.20250106
resolution: "typescript@npm:5.8.0-dev.20250106"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/50179f4b1b500547330d96d7ec8ea9a199b42a5b3306912c3b4efb6c00c50c7a287f79d32b08488f67bc38f58a600b2b473f00095fad9191834c7affbf37b74a
languageName: node
linkType: hard

"typescript@npm:~4.8.4":
version: 4.8.4
resolution: "typescript@npm:4.8.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/663bf455b21ac024e719bb8c6a07bcaaa027a9943abfb58a694b59789e7d08578badb5556170267ad480e31786b8b4c8ab3c9c0e597d3b8df39af800e43c6ed5
languageName: node
linkType: hard

"typescript@npm:~5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
Expand All @@ -40639,46 +40599,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^3 || ^4#optional!builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#optional!builtin<compat/typescript>::version=4.9.5&hash=289587"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/e3333f887c6829dfe0ab6c1dbe0dd1e3e2aeb56c66460cb85c5440c566f900c833d370ca34eb47558c0c69e78ced4bfe09b8f4f98b6de7afed9b84b8d1dd06a1
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^4.6.4 || ^5.2.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/f3b8082c9d1d1629a215245c9087df56cb784f9fb6f27b5d55577a20e68afe2a889c040aacff6d27e35be165ecf9dca66e694c42eb9a50b3b2c451b36b5675cb
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3Anext#optional!builtin<compat/typescript>":
version: 5.8.0-dev.20250106
resolution: "typescript@patch:typescript@npm%3A5.8.0-dev.20250106#optional!builtin<compat/typescript>::version=5.8.0-dev.20250106&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/3edd76845d1082864041250a0eb9b2a6ac606edf8a62ebfbb2522ee9923b698cf43eaa90a9994c011729f2a9acdc3124b6f2a3a6452ea46661f43a5c4df726ad
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A~4.8.4#optional!builtin<compat/typescript>":
version: 4.8.4
resolution: "typescript@patch:typescript@npm%3A4.8.4#optional!builtin<compat/typescript>::version=4.8.4&hash=1a91c8"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/eecab597a5a8c6e7f14804f1447cfce02e214e32c02efcfe5219c94290e3d572490e8a0d8033fd075ac429d35babf85182541a50c50bfb0c21df33c59fb9bf82
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A~5.2.2#optional!builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#optional!builtin<compat/typescript>::version=5.2.2&hash=f3b441"
Expand Down

0 comments on commit b9ff7a0

Please sign in to comment.