mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
[iceshrimp-js] Update typescript to 5.1.6
This unifies the typescript version used throughout all packages, which removes 2 packages from the yarn cache and also makes things a bit neater. We should try to bump this for all packages at the same time in the future.
This commit is contained in:
parent
4ad02b3e65
commit
70ee2b9258
5 changed files with 5 additions and 38 deletions
13
.pnp.cjs
generated
13
.pnp.cjs
generated
|
@ -14235,7 +14235,7 @@ const RAW_RUNTIME_STATE =
|
|||
["ts-jest", "virtual:21a30884d94fbf67bcf4a1714713cc91d32809a34424c4ce678841dfdc63b58647c5e18570d56e36b3c762ee72f81c251599477127a715978fa6e1d8b9e5d952#npm:27.1.5"],\
|
||||
["ts-node", "virtual:21a30884d94fbf67bcf4a1714713cc91d32809a34424c4ce678841dfdc63b58647c5e18570d56e36b3c762ee72f81c251599477127a715978fa6e1d8b9e5d952#npm:10.4.0"],\
|
||||
["tsd", "npm:0.28.1"],\
|
||||
["typescript", "patch:typescript@npm%3A5.1.3#optional!builtin<compat/typescript>::version=5.1.3&hash=5da071"]\
|
||||
["typescript", "patch:typescript@npm%3A5.1.6#optional!builtin<compat/typescript>::version=5.1.6&hash=5da071"]\
|
||||
],\
|
||||
"linkType": "SOFT"\
|
||||
}]\
|
||||
|
@ -23882,7 +23882,7 @@ const RAW_RUNTIME_STATE =
|
|||
["lodash.memoize", "npm:4.1.2"],\
|
||||
["make-error", "npm:1.3.6"],\
|
||||
["semver", "npm:7.5.4"],\
|
||||
["typescript", "patch:typescript@npm%3A5.1.3#optional!builtin<compat/typescript>::version=5.1.3&hash=5da071"],\
|
||||
["typescript", "patch:typescript@npm%3A5.1.6#optional!builtin<compat/typescript>::version=5.1.6&hash=5da071"],\
|
||||
["yargs-parser", "npm:20.2.9"]\
|
||||
],\
|
||||
"packagePeers": [\
|
||||
|
@ -23966,7 +23966,7 @@ const RAW_RUNTIME_STATE =
|
|||
["create-require", "npm:1.1.1"],\
|
||||
["diff", "npm:4.0.2"],\
|
||||
["make-error", "npm:1.3.6"],\
|
||||
["typescript", "patch:typescript@npm%3A5.1.3#optional!builtin<compat/typescript>::version=5.1.3&hash=5da071"],\
|
||||
["typescript", "patch:typescript@npm%3A5.1.6#optional!builtin<compat/typescript>::version=5.1.6&hash=5da071"],\
|
||||
["yn", "npm:3.1.1"]\
|
||||
],\
|
||||
"packagePeers": [\
|
||||
|
@ -24430,13 +24430,6 @@ const RAW_RUNTIME_STATE =
|
|||
],\
|
||||
"linkType": "HARD"\
|
||||
}],\
|
||||
["patch:typescript@npm%3A5.1.3#optional!builtin<compat/typescript>::version=5.1.3&hash=5da071", {\
|
||||
"packageLocation": "./.yarn/cache/typescript-patch-be7942e6bf-dade91ba41.zip/node_modules/typescript/",\
|
||||
"packageDependencies": [\
|
||||
["typescript", "patch:typescript@npm%3A5.1.3#optional!builtin<compat/typescript>::version=5.1.3&hash=5da071"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}],\
|
||||
["patch:typescript@npm%3A5.1.6#optional!builtin<compat/typescript>::version=5.1.6&hash=5da071", {\
|
||||
"packageLocation": "./.yarn/cache/typescript-patch-97a611e52a-f5481fa3ba.zip/node_modules/typescript/",\
|
||||
"packageDependencies": [\
|
||||
|
|
BIN
.yarn/cache/typescript-npm-5.1.3-ff9af2aba1-2d656e635d.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/typescript-npm-5.1.3-ff9af2aba1-2d656e635d.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/typescript-patch-be7942e6bf-dade91ba41.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/typescript-patch-be7942e6bf-dade91ba41.zip
(Stored with Git LFS)
vendored
Binary file not shown.
|
@ -35,7 +35,7 @@
|
|||
"ts-jest": "^27.1.2",
|
||||
"ts-node": "10.4.0",
|
||||
"tsd": "^0.28.1",
|
||||
"typescript": "5.1.3"
|
||||
"typescript": "5.1.6"
|
||||
},
|
||||
"files": [
|
||||
"built"
|
||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -11464,7 +11464,7 @@ __metadata:
|
|||
ts-jest: "npm:^27.1.2"
|
||||
ts-node: "npm:10.4.0"
|
||||
tsd: "npm:^0.28.1"
|
||||
typescript: "npm:5.1.3"
|
||||
typescript: "npm:5.1.6"
|
||||
dependenciesMeta:
|
||||
"@swc/core-android-arm64":
|
||||
optional: true
|
||||
|
@ -20581,16 +20581,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@npm:5.1.3":
|
||||
version: 5.1.3
|
||||
resolution: "typescript@npm:5.1.3"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 2d656e635d85a8354955d4f63e5835f5217b1d2b0cea7d82409e324bd7d24f68883e43208a9b250b764bbf2833d83878c05de55dbe4b8b73996b2025c6e50140
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@npm:5.1.6":
|
||||
version: 5.1.6
|
||||
resolution: "typescript@npm:5.1.6"
|
||||
|
@ -20611,16 +20601,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@npm%3A5.1.3#optional!builtin<compat/typescript>":
|
||||
version: 5.1.3
|
||||
resolution: "typescript@patch:typescript@npm%3A5.1.3#optional!builtin<compat/typescript>::version=5.1.3&hash=5da071"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: dade91ba4155d0e9eb58a83cfec0d8271fefedc87b106443c396f9961aa8b231f8585d283b126a8373897aff7823da7874ce5c0b3b18a548b51ffb474f01565e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@npm%3A5.1.6#optional!builtin<compat/typescript>":
|
||||
version: 5.1.6
|
||||
resolution: "typescript@patch:typescript@npm%3A5.1.6#optional!builtin<compat/typescript>::version=5.1.6&hash=5da071"
|
||||
|
|
Loading…
Reference in a new issue