Skip to content

Commit

Permalink
Update dependency typescript to v5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent cf56a84 commit e586595
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"megalodon": "*",
"typescript": "5.4.5"
"typescript": "5.5.4"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand Down
2 changes: 1 addition & 1 deletion example/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"megalodon": "*"
},
"devDependencies": {
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"vite": "^4.4.5"
}
}
2 changes: 1 addition & 1 deletion example/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"http-server": "^14.1.1",
"ts-loader": "^9.5.1",
"typescript": "5.4.5",
"typescript": "5.5.4",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion megalodon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"typedoc": "^0.25.13",
"typescript": "5.4.5"
"typescript": "5.5.4"
}
}
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,7 @@ __metadata:
"@types/node": ^20.12.7
log4js: ^6.9.1
megalodon: "*"
typescript: 5.4.5
typescript: 5.5.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4300,7 +4300,7 @@ __metadata:
prettier: ^3.3.2
ts-jest: ^29.1.5
typedoc: ^0.25.13
typescript: 5.4.5
typescript: 5.5.4
uuid: ^10.0.0
ws: 8.17.1
languageName: unknown
Expand Down Expand Up @@ -5667,23 +5667,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.4.5, typescript@npm:^5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
"typescript@npm:5.5.4, typescript@npm:^5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 53c879c6fa1e3bcb194b274d4501ba1985894b2c2692fa079db03c5a5a7140587a1e04e1ba03184605d35f439b40192d9e138eb3279ca8eee313c081c8bcd9b0
checksum: b309040f3a1cd91c68a5a58af6b9fdd4e849b8c42d837b2c2e73f9a4f96a98c4f1ed398a9aab576ee0a4748f5690cf594e6b99dbe61de7839da748c41e6d6ca8
languageName: node
linkType: hard

"typescript@patch:typescript@5.4.5#~builtin<compat/typescript>, typescript@patch:typescript@^5.4.5#~builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#~builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
"typescript@patch:typescript@5.5.4#~builtin<compat/typescript>, typescript@patch:typescript@^5.5.4#~builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#~builtin<compat/typescript>::version=5.5.4&hash=b45daf"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d59e26e74f6b444517d0ba16e0ee16e75c652c2b49a59f2ebdbeb16647a855fd50c7fc786a58987e45f03bce0677092e2dd3333649fd53b11d0b0d271455837c
checksum: fc52962f31a5bcb716d4213bef516885e4f01f30cea797a831205fc9ef12b405a40561c40eae3127ab85ba1548e7df49df2bcdee6b84a94bfbe3a0d7eff16b14
languageName: node
linkType: hard

Expand Down Expand Up @@ -5823,7 +5823,7 @@ __metadata:
resolution: "vite@workspace:example/vite"
dependencies:
megalodon: "*"
typescript: ^5.4.5
typescript: ^5.5.4
vite: ^4.4.5
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -5955,7 +5955,7 @@ __metadata:
http-server: ^14.1.1
megalodon: "*"
ts-loader: ^9.5.1
typescript: 5.4.5
typescript: 5.5.4
webpack: ^5.88.2
webpack-cli: ^5.1.4
languageName: unknown
Expand Down

0 comments on commit e586595

Please sign in to comment.