Skip to content

Commit

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

Expand Down

0 comments on commit abffe48

Please sign in to comment.