Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 9989335 commit 90ffbb9
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 40 deletions.
32 changes: 16 additions & 16 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"source-map-support": "0.5.21",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"typescript": "5.4.5",
"yo": "4.3.1"
},
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"semantic-release-monorepo": "7.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"typescript": "5.4.5",
"typescript-json-schema": "0.62.0"
},
"dependencies": {
Expand All @@ -51,6 +51,6 @@
"zod": "3.22.4"
},
"peerDependencies": {
"typescript": "^4.7.4"
"typescript": "^4.7.4 || ^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/io-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"semantic-release-monorepo": "7.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"dependencies": {
"@johngw/array": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"semantic-release-monorepo": "7.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"dependencies": {
"@runtyping/generator": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"semantic-release": "20.1.3",
"semantic-release-monorepo": "7.0.5",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"dependencies": {
"change-case": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-type-writers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"type-fest": "4.8.3",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"dependencies": {
"assert-never": "1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"semantic-release-monorepo": "7.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"typescript": "5.4.5",
"zod": "3.22.4"
},
"dependencies": {
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2157,12 +2157,12 @@ __metadata:
ts-morph: "npm:20.0.0"
ts-node: "npm:10.9.1"
tslib: "npm:2.6.2"
typescript: "npm:5.2.2"
typescript: "npm:5.4.5"
typescript-json-schema: "npm:0.62.0"
yargs: "npm:17.7.2"
zod: "npm:3.22.4"
peerDependencies:
typescript: ^4.7.4
typescript: ^4.7.4 || ^5.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2193,7 +2193,7 @@ __metadata:
ts-morph: "npm:20.0.0"
ts-node: "npm:10.9.1"
tslib: "npm:2.6.2"
typescript: "npm:5.2.2"
typescript: "npm:5.4.5"
peerDependencies:
io-ts: ^2.0.0
bin:
Expand Down Expand Up @@ -2233,7 +2233,7 @@ __metadata:
ts-jest: "npm:29.1.1"
ts-node: "npm:10.9.1"
tslib: "npm:2.6.2"
typescript: "npm:5.2.2"
typescript: "npm:5.4.5"
yo: "npm:4.3.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2261,7 +2261,7 @@ __metadata:
ts-morph: "npm:20.0.0"
ts-node: "npm:10.9.1"
tslib: "npm:2.6.2"
typescript: "npm:5.2.2"
typescript: "npm:5.4.5"
peerDependencies:
runtypes: ^6.5.1
bin:
Expand Down Expand Up @@ -2290,7 +2290,7 @@ __metadata:
semantic-release-monorepo: "npm:7.0.5"
ts-jest: "npm:29.1.1"
tslib: "npm:2.6.2"
typescript: "npm:5.2.2"
typescript: "npm:5.4.5"
yeoman-generator: "npm:5.10.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2320,7 +2320,7 @@ __metadata:
ts-node: "npm:10.9.1"
tslib: "npm:2.6.2"
type-fest: "npm:4.8.3"
typescript: "npm:5.2.2"
typescript: "npm:5.4.5"
peerDependencies:
"@runtyping/generator": "workspace:*"
"@types/json-schema": ^7.0.11
Expand Down Expand Up @@ -2350,7 +2350,7 @@ __metadata:
ts-morph: "npm:20.0.0"
ts-node: "npm:10.9.1"
tslib: "npm:2.6.2"
typescript: "npm:5.2.2"
typescript: "npm:5.4.5"
zod: "npm:3.22.4"
peerDependencies:
zod: ^3.17.9
Expand Down Expand Up @@ -14403,13 +14403,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
"typescript@npm:5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d65e50eb849bd21ff8677e5b9447f9c6e74777e346afd67754934264dcbf4bd59e7d2473f6062d9a015d66bd573311166357e3eb07fea0b52859cf9bb2b58555
checksum: d04a9e27e6d83861f2126665aa8d84847e8ebabcea9125b9ebc30370b98cb38b5dff2508d74e2326a744938191a83a69aa9fddab41f193ffa43eabfdf3f190a5
languageName: node
linkType: hard

Expand All @@ -14433,13 +14433,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.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%3A5.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=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: f79cc2ba802c94c2b78dbb00d767a10adb67368ae764709737dc277273ec148aa4558033a03ce901406b35fddf4eac46dabc94a1e1d12d2587e2b9cfe5707b4a
checksum: 584be8bac7112ad49a9eb9992f71d542b1ff2fafb5bb315e1c196145e8feab589f1d7223cfb2d5df6770789582e6918f8287d1f2f89911b38eb80e29c560ad00
languageName: node
linkType: hard

Expand Down

0 comments on commit 90ffbb9

Please sign in to comment.