Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 9989335 commit c1e1051
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.4",
"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.4",
"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.4"
},
"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.4"
},
"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.4"
},
"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.4"
},
"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.4",
"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.4"
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.4"
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.4"
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.4"
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.4"
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.4"
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.4"
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.4":
version: 5.4.4
resolution: "typescript@npm:5.4.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d65e50eb849bd21ff8677e5b9447f9c6e74777e346afd67754934264dcbf4bd59e7d2473f6062d9a015d66bd573311166357e3eb07fea0b52859cf9bb2b58555
checksum: bade322d88fd93c8179e262aca9ba7f7b4417c09117879819c87946578c782ab123e3acb4733046a6e38714c47ef927360045a1f9292a1bff3a05a6577d27ca2
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.4#optional!builtin<compat/typescript>":
version: 5.4.4
resolution: "typescript@patch:typescript@npm%3A5.4.4#optional!builtin<compat/typescript>::version=5.4.4&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: f79cc2ba802c94c2b78dbb00d767a10adb67368ae764709737dc277273ec148aa4558033a03ce901406b35fddf4eac46dabc94a1e1d12d2587e2b9cfe5707b4a
checksum: 65e8bff94e2588cd45f6349fed214863840ead79f2206be185ff9ed3e880ce9e1ef51390ab65c16506a5b1e9e65a1eb566278afb158e7b6c5ceb651a30f17ece
languageName: node
linkType: hard

Expand Down

0 comments on commit c1e1051

Please sign in to comment.