Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 30cdd1c commit f4106c7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@cloudflare/workers-types": "4.20240620.0",
"@types/cookie": "0.6.0",
"@types/query-string": "6.3.0",
"typescript": "5.3.3"
"typescript": "5.7.3"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"postcss-preset-mantine": "1.15.0",
"postcss-simple-vars": "7.0.1",
"relay-compiler": "17.0.0",
"typescript": "5.3.3",
"typescript": "5.7.3",
"vite": "5.3.1",
"vite-plugin-chunk-split": "0.5.0",
"vite-plugin-pwa": "0.20.0",
Expand Down
2 changes: 1 addition & 1 deletion vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postcss": "8.4.38",
"postcss-preset-mantine": "1.15.0",
"postcss-simple-vars": "7.0.1",
"typescript": "5.3.3"
"typescript": "5.7.3"
},
"engines": {
"node": ">=18"
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6702,7 +6702,7 @@ __metadata:
fast-xml-parser: "npm:4.4.0"
http-status-codes: "npm:2.3.0"
query-string: "npm:8.2.0"
typescript: "npm:5.3.3"
typescript: "npm:5.7.3"
zod: "npm:3.23.8"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8612,7 +8612,7 @@ __metadata:
relay-runtime: "npm:16.2.0"
swr: "npm:2.2.5"
ts-array-length: "npm:0.1.2"
typescript: "npm:5.3.3"
typescript: "npm:5.7.3"
vite: "npm:5.3.1"
vite-plugin-chunk-split: "npm:0.5.0"
vite-plugin-pwa: "npm:0.20.0"
Expand Down Expand Up @@ -10389,6 +10389,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.7.3":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 6a7e556de91db3d34dc51cd2600e8e91f4c312acd8e52792f243c7818dfadb27bae677175fad6947f9c81efb6c57eb6b2d0c736f196a6ee2f1f7d57b74fc92fa
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
Expand All @@ -10399,6 +10409,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 3ac7b7e3e899273d2fbdce6e24b93d4d53a705ad7a7e4cc83b4c57bcb6d25948abcd2a21994f6b9c73ab03960f395aae95f0458de292a66ce0134233261714c3
languageName: node
linkType: hard

"ua-parser-js@npm:^1.0.35":
version: 1.0.37
resolution: "ua-parser-js@npm:1.0.37"
Expand Down Expand Up @@ -10683,7 +10703,7 @@ __metadata:
postcss-simple-vars: "npm:7.0.1"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
typescript: "npm:5.3.3"
typescript: "npm:5.7.3"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit f4106c7

Please sign in to comment.