Skip to content

Commit

Permalink
Update dependency typescript to v5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent cf56a84 commit c99dc8a
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.3"
},
"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.3",
"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.3",
"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.3"
}
}
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.3
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.3
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.3, typescript@npm:^5.5.3":
version: 5.5.3
resolution: "typescript@npm:5.5.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 53c879c6fa1e3bcb194b274d4501ba1985894b2c2692fa079db03c5a5a7140587a1e04e1ba03184605d35f439b40192d9e138eb3279ca8eee313c081c8bcd9b0
checksum: 4b4f14313484d5c86064d04ba892544801fa551f5cf72719b540b498056fec7fc192d0bbdb2ba1448e759b1548769956da9e43e7c16781e8d8856787b0575004
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.3#~builtin<compat/typescript>, typescript@patch:typescript@^5.5.3#~builtin<compat/typescript>":
version: 5.5.3
resolution: "typescript@patch:typescript@npm%3A5.5.3#~builtin<compat/typescript>::version=5.5.3&hash=b45daf"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d59e26e74f6b444517d0ba16e0ee16e75c652c2b49a59f2ebdbeb16647a855fd50c7fc786a58987e45f03bce0677092e2dd3333649fd53b11d0b0d271455837c
checksum: 6853be4607706cc1ad2f16047cf1cd72d39f79acd5f9716e1d23bc0e462c7f59be7458fe58a21665e7657a05433d7ab8419d093a5a4bd5f3a33f879b35d2769b
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.3
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.3
webpack: ^5.88.2
webpack-cli: ^5.1.4
languageName: unknown
Expand Down

0 comments on commit c99dc8a

Please sign in to comment.