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 Jun 28, 2023
1 parent a94e65b commit 00f1e48
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.0",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"typescript": "5.1.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.0",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"typescript": "5.1.5",
"typescript-json-schema": "0.57.0"
},
"dependencies": {
Expand All @@ -51,6 +51,6 @@
"zod": "3.21.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 @@ -38,7 +38,7 @@
"semantic-release-monorepo": "7.0.5",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "5.1.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 @@ -37,7 +37,7 @@
"semantic-release-monorepo": "7.0.5",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "5.1.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.0",
"typescript": "4.8.4"
"typescript": "5.1.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 @@ -36,7 +36,7 @@
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"type-fest": "3.7.1",
"typescript": "4.8.4"
"typescript": "5.1.5"
},
"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.0",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"typescript": "5.1.5",
"zod": "3.21.4"
},
"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.5.3
typescript: 4.8.4
typescript: 5.1.5
typescript-json-schema: 0.57.0
yargs: 17.7.2
zod: 3.21.4
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.5.3
typescript: 4.8.4
typescript: 5.1.5
peerDependencies:
io-ts: ^2.0.0
bin:
Expand Down Expand Up @@ -2206,7 +2206,7 @@ __metadata:
ts-jest: 29.1.0
ts-node: 10.9.1
tslib: 2.5.3
typescript: 4.8.4
typescript: 5.1.5
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.5.3
typescript: 4.8.4
typescript: 5.1.5
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.0
tslib: 2.5.3
typescript: 4.8.4
typescript: 5.1.5
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.5.3
type-fest: 3.7.1
typescript: 4.8.4
typescript: 5.1.5
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.5.3
typescript: 4.8.4
typescript: 5.1.5
zod: 3.21.4
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 @@ -14207,13 +14207,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.8.4":
version: 4.8.4
resolution: "typescript@npm:4.8.4"
"typescript@npm:5.1.5":
version: 5.1.5
resolution: "typescript@npm:5.1.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 3e4f061658e0c8f36c820802fa809e0fd812b85687a9a2f5430bc3d0368e37d1c9605c3ce9b39df9a05af2ece67b1d844f9f6ea8ff42819f13bcb80f85629af0
checksum: 0eef8699e05ae767096924dbed633c340b4d36e953bb8ed87fb12e9dd9dcea5055ceac7182c614a556dbd346a8a82df799d330e1e286ae66e17c84e1710f6a6f
languageName: node
linkType: hard

Expand Down Expand Up @@ -14247,13 +14247,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.1.5#~builtin<compat/typescript>":
version: 5.1.5
resolution: "typescript@patch:typescript@npm%3A5.1.5#~builtin<compat/typescript>::version=5.1.5&hash=5da071"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c981e82b77a5acdcc4e69af9c56cdecf5b934a87a08e7b52120596701e389a878b8e3f860e73ffb287bf649cc47a8c741262ce058148f71de4cdd88bb9c75153
checksum: 12ff5d14888805f24479e54bc8a3f83647107a6345f6c29dffcd429fb345be55f584a37e262cca58a0105203e41d4cb4e31b1b9096c9abeca0e2ace8eb00935e
languageName: node
linkType: hard

Expand Down

0 comments on commit 00f1e48

Please sign in to comment.