Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent af8af0b commit eb4e920
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.6.3"
},
"devDependencies": {
"@types/node": "^20.16.4",
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.6.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.6.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.3",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.6",
"typescript": "5.4.5"
"typescript": "5.6.3"
}
}
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@ __metadata:
"@types/node": "npm:^20.16.4"
log4js: "npm:^6.9.1"
megalodon: "npm:*"
typescript: "npm:5.4.5"
typescript: "npm:5.6.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4390,7 +4390,7 @@ __metadata:
prettier: "npm:^3.3.3"
ts-jest: "npm:^29.2.5"
typedoc: "npm:^0.26.6"
typescript: "npm:5.4.5"
typescript: "npm:5.6.3"
uuid: "npm:^10.0.0"
ws: "npm:8.18.0"
languageName: unknown
Expand Down Expand Up @@ -5785,23 +5785,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.6.3, typescript@npm:^5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/d04a9e27e6d83861f2126665aa8d84847e8ebabcea9125b9ebc30370b98cb38b5dff2508d74e2326a744938191a83a69aa9fddab41f193ffa43eabfdf3f190a5
checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
"typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/760f7d92fb383dbf7dee2443bf902f4365db2117f96f875cf809167f6103d55064de973db9f78fe8f31ec08fff52b2c969aee0d310939c0a3798ec75d0bca2e1
checksum: 10/00504c01ee42d470c23495426af07512e25e6546bce7e24572e72a9ca2e6b2e9bea63de4286c3cfea644874da1467dcfca23f4f98f7caf20f8b03c0213bb6837
languageName: node
linkType: hard

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

0 comments on commit eb4e920

Please sign in to comment.