Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency typescript to v5 #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prettier": "3.0.3",
"rimraf": "5.0.1",
"shell-quote": "1.8.1",
"typescript": "4.9.5"
"typescript": "5.8.2"
},
"resolutions?": {
"eslint-plugin-react-hooks": "https://github.com/vercel/next.js/issues/52365"
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"tsup": "6.5.0",
"typedoc": "0.25.1",
"typedoc-plugin-markdown": "3.16.0",
"typescript": "4.9.5",
"typescript": "5.8.2",
"vite": "4.4.9",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ __metadata:
tsup: "npm:6.5.0"
typedoc: "npm:0.25.1"
typedoc-plugin-markdown: "npm:3.16.0"
typescript: "npm:4.9.5"
typescript: "npm:5.8.2"
vite: "npm:4.4.9"
vite-tsconfig-paths: "npm:4.2.1"
vitest: "npm:0.34.3"
Expand Down Expand Up @@ -8008,7 +8008,7 @@ __metadata:
prettier: "npm:3.0.3"
rimraf: "npm:5.0.1"
shell-quote: "npm:1.8.1"
typescript: "npm:4.9.5"
typescript: "npm:5.8.2"
languageName: unknown
linkType: soft

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

"typescript@npm:^4.6.4 || ^5.0.0":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
"typescript@npm:5.8.2, typescript@npm:^4.6.4 || ^5.0.0":
version: 5.8.2
resolution: "typescript@npm:5.8.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/91ae3e6193d0ddb8656d4c418a033f0f75dec5e077ebbc2bd6d76439b93f35683936ee1bdc0e9cf94ec76863aa49f27159b5788219b50e1cd0cd6d110aa34b07
checksum: 10c0/5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
languageName: node
linkType: hard

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

"typescript@patch:typescript@npm%3A^4.6.4 || ^5.0.0#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.8.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^4.6.4 || ^5.0.0#optional!builtin<compat/typescript>":
version: 5.8.2
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=d69c25"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/062c1cee1990e6b9419ce8a55162b8dc917eb87f807e4de0327dbc1c2fa4e5f61bc0dd4e034d38ff541d1ed0479b53bcee8e4de3a4075c51a1724eb6216cb6f5
checksum: 10c0/8a6cd29dfb59bd5a978407b93ae0edb530ee9376a5b95a42ad057a6f80ffb0c410489ccd6fe48d1d0dfad6e8adf5d62d3874bbd251f488ae30e11a1ce6dabd28
languageName: node
linkType: hard

Expand Down
Loading