Skip to content

Commit 5c8eb44

Browse files
chore(deps): update dependency typescript to v5.9.3
1 parent 9fedb68 commit 5c8eb44

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

bun.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/fj-admin-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphql-codegen/typescript": "4.1.6",
1515
"@graphql-codegen/typescript-graphql-request": "6.3.0",
1616
"@graphql-codegen/typescript-operations": "4.6.1",
17-
"typescript": "5.9.2",
17+
"typescript": "5.9.3",
1818
"vite": "6.3.6",
1919
"graphql": "16.11.0",
2020
"graphql-request": "7.2.0",

clients/fj-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-plugin-react-refresh": "0.4.20",
5858
"globals": "16.3.0",
5959
"graphql-scalars": "1.24.2",
60-
"typescript": "5.9.2",
60+
"typescript": "5.9.3",
6161
"typescript-eslint": "8.43.0",
6262
"vite": "6.3.6",
6363
"vite-plugin-graphql-codegen": "3.6.3",

clients/fj-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"svelte": "5.38.7",
2929
"svelte-check": "4.3.1",
3030
"svelte-markdown": "0.4.1",
31-
"typescript": "5.9.2",
31+
"typescript": "5.9.3",
3232
"vite": "6.3.6",
3333
"vite-tsconfig-paths": "5.1.4"
3434
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lefthook": "1.12.4"
1414
},
1515
"peerDependencies": {
16-
"typescript": "5.9.2"
16+
"typescript": "5.9.3"
1717
},
1818
"scripts": {
1919
"build": "bun run -F @progsoc/* build",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"drizzle-kit": "0.31.4",
1010
"knip": "5.63.1",
1111
"tsdown": "0.12.9",
12-
"typescript": "5.9.2",
12+
"typescript": "5.9.3",
1313
"graphql-scalars": "1.24.2"
1414
},
1515
"bin": "dist/index.js",

0 commit comments

Comments
 (0)