Skip to content

Commit

Permalink
chore: update dependency typescript to ^5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent 9feedd7 commit 00905dc
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.4.3",
"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.4.3",
"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.4.3",
"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.4.3"
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.4.3"
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.4.3"
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.4.3":
version: 5.4.3
resolution: "typescript@npm:5.4.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 91ae3e6193d0ddb8656d4c418a033f0f75dec5e077ebbc2bd6d76439b93f35683936ee1bdc0e9cf94ec76863aa49f27159b5788219b50e1cd0cd6d110aa34b07
checksum: 22443a8760c3668e256c0b34b6b45c359ef6cecc10c42558806177a7d500ab1a7d7aac1f976d712e26989ddf6731d2fbdd3212b7c73290a45127c1c43ba2005a
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.4.3#optional!builtin<compat/typescript>":
version: 5.4.3
resolution: "typescript@patch:typescript@npm%3A5.4.3#optional!builtin<compat/typescript>::version=5.4.3&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 062c1cee1990e6b9419ce8a55162b8dc917eb87f807e4de0327dbc1c2fa4e5f61bc0dd4e034d38ff541d1ed0479b53bcee8e4de3a4075c51a1724eb6216cb6f5
checksum: 1b50712759f1e4bf4bf6fe7e662235358b716972dec8aa9ca117dee531dbd7b417f5fe28f74d347b4447eec09a200c0372fe9cf1aad2e15a2bcf4a1a99db0820
languageName: node
linkType: hard

Expand Down

0 comments on commit 00905dc

Please sign in to comment.