Skip to content

Commit

Permalink
chore: update dependency typescript to ^5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2024
1 parent e1d924b commit fb3fe32
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"vitest": "^0.34.6",
"yarn-run-all": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/enclosure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"vitest": "^0.34.6",
"yarn-run-all": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/insider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"vitest": "^0.34.6",
"yarn-run-all": "latest"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ __metadata:
resolution: "@passerelle/core@workspace:packages/core"
dependencies:
tsup: "npm:^7.2.0"
typescript: "npm:^5.2.2"
typescript: "npm:^5.5.4"
vitest: "npm:^0.34.6"
yarn-run-all: "npm:latest"
languageName: unknown
Expand All @@ -848,7 +848,7 @@ __metadata:
dependencies:
"@passerelle/core": "npm:1.0.3"
tsup: "npm:^7.2.0"
typescript: "npm:^5.2.2"
typescript: "npm:^5.5.4"
vitest: "npm:^0.34.6"
yarn-run-all: "npm:latest"
languageName: unknown
Expand All @@ -861,7 +861,7 @@ __metadata:
"@passerelle/core": "npm:1.0.3"
tsup: "npm:^7.2.0"
type-assurer: "npm:0.1.2"
typescript: "npm:^5.2.2"
typescript: "npm:^5.5.4"
vitest: "npm:^0.34.6"
yarn-run-all: "npm:latest"
languageName: unknown
Expand Down Expand Up @@ -6101,23 +6101,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
"typescript@npm:^5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 91ae3e6193d0ddb8656d4c418a033f0f75dec5e077ebbc2bd6d76439b93f35683936ee1bdc0e9cf94ec76863aa49f27159b5788219b50e1cd0cd6d110aa34b07
checksum: 422be60f89e661eab29ac488c974b6cc0a660fb2228003b297c3d10c32c90f3bcffc1009b43876a082515a3c376b1eefcce823d6e78982e6878408b9a923199c
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"
"typescript@patch:typescript@npm%3A^5.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=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 062c1cee1990e6b9419ce8a55162b8dc917eb87f807e4de0327dbc1c2fa4e5f61bc0dd4e034d38ff541d1ed0479b53bcee8e4de3a4075c51a1724eb6216cb6f5
checksum: 10dd9881baba22763de859e8050d6cb6e2db854197495c6f1929b08d1eb2b2b00d0b5d9b0bcee8472f1c3f4a7ef6a5d7ebe0cfd703f853aa5ae465b8404bc1ba
languageName: node
linkType: hard

Expand Down

0 comments on commit fb3fe32

Please sign in to comment.