Skip to content

Commit 53b2bad

Browse files
authored
Merge branch 'master' into codex
2 parents d4146ba + aafa8eb commit 53b2bad

File tree

4 files changed

+44
-34
lines changed

4 files changed

+44
-34
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"recommendations": [
3+
"FastAPILabs.fastapi-vscode",
34
"astral-sh.ty",
45
"biomejs.biome",
56
"bradlc.vscode-tailwindcss",

bun.lock

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

frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"@radix-ui/react-tabs": "^1.1.13",
2828
"@radix-ui/react-tooltip": "^1.2.8",
2929
"@tailwindcss/vite": "^4.1.18",
30-
"@tanstack/react-query": "^5.90.20",
30+
"@tanstack/react-query": "^5.90.21",
3131
"@tanstack/react-query-devtools": "^5.91.1",
3232
"@tanstack/react-router": "^1.157.3",
33-
"@tanstack/react-router-devtools": "^1.159.10",
33+
"@tanstack/react-router-devtools": "^1.163.3",
3434
"@tanstack/react-table": "^8.21.3",
35-
"axios": "1.13.4",
35+
"axios": "1.13.5",
3636
"class-variance-authority": "^0.7.1",
3737
"clsx": "^2.1.1",
3838
"form-data": "4.0.5",
@@ -46,7 +46,7 @@
4646
"react-icons": "^5.5.0",
4747
"sonner": "^2.0.7",
4848
"tailwind-merge": "^3.4.0",
49-
"tailwindcss": "^4.1.17",
49+
"tailwindcss": "^4.2.0",
5050
"zod": "^4.3.6"
5151
},
5252
"devDependencies": {
@@ -55,10 +55,10 @@
5555
"@playwright/test": "1.58.2",
5656
"@tanstack/router-devtools": "^1.159.10",
5757
"@tanstack/router-plugin": "^1.140.0",
58-
"@types/node": "^25.1.0",
58+
"@types/node": "^25.3.2",
5959
"@types/react": "^19.2.7",
6060
"@types/react-dom": "^19.2.3",
61-
"@vitejs/plugin-react-swc": "^4.2.2",
61+
"@vitejs/plugin-react-swc": "^4.2.3",
6262
"dotenv": "^17.3.1",
6363
"tw-animate-css": "^1.4.0",
6464
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)