Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent fcb6dd8 commit 6e8bce3
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 46 deletions.
40 changes: 20 additions & 20 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": "4.8.4",
"typescript": "5.2.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": "4.8.4",
"typescript": "5.2.2",
"typescript-json-schema": "0.61.0"
},
"dependencies": {
Expand All @@ -51,6 +51,6 @@
"zod": "3.22.2"
},
"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 @@ -38,7 +38,7 @@
"semantic-release-monorepo": "7.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "5.2.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 @@ -37,7 +37,7 @@
"semantic-release-monorepo": "7.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "5.2.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": "4.8.4"
"typescript": "5.2.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 @@ -36,7 +36,7 @@
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"type-fest": "3.7.1",
"typescript": "4.8.4"
"typescript": "5.2.2"
},
"dependencies": {
"assert-never": "1.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"runtyping": "dist/cli.js"
},
"peerDependencies": {
"typescript": "^4.7.4",
"typescript": "^4.7.4 || ^5.0.0",
"zod": "^3.17.9"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"semantic-release-monorepo": "7.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"typescript": "5.2.2",
"zod": "3.22.2"
},
"dependencies": {
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2130,12 +2130,12 @@ __metadata:
ts-morph: 16.0.0
ts-node: 10.9.1
tslib: 2.6.2
typescript: 4.8.4
typescript: 5.2.2
typescript-json-schema: 0.61.0
yargs: 17.7.2
zod: 3.22.2
peerDependencies:
typescript: ^4.7.4
typescript: ^4.7.4 || ^5.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2166,7 +2166,7 @@ __metadata:
ts-morph: 16.0.0
ts-node: 10.9.1
tslib: 2.6.2
typescript: 4.8.4
typescript: 5.2.2
peerDependencies:
io-ts: ^2.0.0
bin:
Expand Down Expand Up @@ -2206,7 +2206,7 @@ __metadata:
ts-jest: 29.1.1
ts-node: 10.9.1
tslib: 2.6.2
typescript: 4.8.4
typescript: 5.2.2
yo: 4.3.1
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2234,7 +2234,7 @@ __metadata:
ts-morph: 16.0.0
ts-node: 10.9.1
tslib: 2.6.2
typescript: 4.8.4
typescript: 5.2.2
peerDependencies:
runtypes: ^6.5.1
bin:
Expand Down Expand Up @@ -2263,7 +2263,7 @@ __metadata:
semantic-release-monorepo: 7.0.5
ts-jest: 29.1.1
tslib: 2.6.2
typescript: 4.8.4
typescript: 5.2.2
yeoman-generator: 5.9.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2293,7 +2293,7 @@ __metadata:
ts-node: 10.9.1
tslib: 2.6.2
type-fest: 3.7.1
typescript: 4.8.4
typescript: 5.2.2
peerDependencies:
"@runtyping/generator": "workspace:*"
"@types/json-schema": ^7.0.11
Expand Down Expand Up @@ -2323,10 +2323,10 @@ __metadata:
ts-morph: 16.0.0
ts-node: 10.9.1
tslib: 2.6.2
typescript: 4.8.4
typescript: 5.2.2
zod: 3.22.2
peerDependencies:
typescript: ^4.7.4
typescript: ^4.7.4 || ^5.0.0
zod: ^3.17.9
bin:
runtyping: dist/cli.js
Expand Down Expand Up @@ -14251,13 +14251,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.8.4":
version: 4.8.4
resolution: "typescript@npm:4.8.4"
"typescript@npm:5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 3e4f061658e0c8f36c820802fa809e0fd812b85687a9a2f5430bc3d0368e37d1c9605c3ce9b39df9a05af2ece67b1d844f9f6ea8ff42819f13bcb80f85629af0
checksum: 7912821dac4d962d315c36800fe387cdc0a6298dba7ec171b350b4a6e988b51d7b8f051317786db1094bd7431d526b648aba7da8236607febb26cf5b871d2d3c
languageName: node
linkType: hard

Expand Down Expand Up @@ -14291,13 +14291,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@4.8.4#~builtin<compat/typescript>":
version: 4.8.4
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=1a91c8"
"typescript@patch:typescript@5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c981e82b77a5acdcc4e69af9c56cdecf5b934a87a08e7b52120596701e389a878b8e3f860e73ffb287bf649cc47a8c741262ce058148f71de4cdd88bb9c75153
checksum: 0f4da2f15e6f1245e49db15801dbee52f2bbfb267e1c39225afdab5afee1a72839cd86000e65ee9d7e4dfaff12239d28beaf5ee431357fcced15fb08583d72ca
languageName: node
linkType: hard

Expand Down

0 comments on commit 6e8bce3

Please sign in to comment.