Skip to content

Commit 62c1ed1

Browse files
committed
updated packages
1 parent baf24c0 commit 62c1ed1

File tree

4 files changed

+444
-444
lines changed

4 files changed

+444
-444
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "on" } } },
44
"formatter": {
55
"enabled": true,

frontend/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@radix-ui/react-toast": "^1.2.15",
2828
"@radix-ui/react-toggle": "^1.1.10",
2929
"@radix-ui/react-toggle-group": "^1.1.11",
30-
"@supabase/supabase-js": "^2.87.1",
30+
"@supabase/supabase-js": "^2.89.0",
3131
"@tailwindcss/vite": "^4.1.18",
3232
"@tanstack/react-query": "^5.90.12",
3333
"@tanstack/react-query-devtools": "^5.91.1",
@@ -36,39 +36,39 @@
3636
"@types/recharts": "^2.0.1",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
39-
"i18next": "^25.7.2",
39+
"i18next": "^25.7.3",
4040
"i18next-browser-languagedetector": "^8.2.0",
4141
"i18next-http-backend": "^3.0.2",
4242
"input-otp": "^1.4.2",
43-
"lucide-react": "^0.561.0",
43+
"lucide-react": "^0.562.0",
4444
"react": "^19.2.3",
4545
"react-dom": "^19.2.3",
4646
"react-dropzone": "^14.3.8",
4747
"react-error-boundary": "^6.0.0",
4848
"react-github-btn": "^1.4.0",
49-
"react-hook-form": "^7.68.0",
49+
"react-hook-form": "^7.69.0",
5050
"react-i18next": "^16.5.0",
5151
"react-responsive": "^10.0.1",
52-
"react-router": "^7.10.1",
52+
"react-router": "^7.11.0",
5353
"react-share": "^5.2.2",
5454
"react-tooltip": "^5.30.0",
55-
"recharts": "^3.5.1",
55+
"recharts": "^3.6.0",
5656
"tailwind-merge": "^3.4.0",
5757
"tailwindcss": "^4.1.18",
5858
"tailwindcss-animate": "^1.0.7",
5959
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
60-
"zod": "^4.1.13"
60+
"zod": "^4.2.1"
6161
},
6262
"devDependencies": {
6363
"@types/loadable__component": "^5.13.10",
64-
"@types/node": "^25.0.2",
64+
"@types/node": "^25.0.3",
6565
"@types/react": "^19.2.7",
6666
"@types/react-dom": "^19.2.3",
6767
"@vitejs/plugin-react": "^5.1.2",
6868
"babel-plugin-react-compiler": "^1.0.0",
6969
"globals": "^16.5.0",
7070
"typescript": "~5.9.3",
71-
"vite": "^7.2.7",
71+
"vite": "^7.3.0",
7272
"vite-plugin-mkcert": "^1.17.9",
7373
"vite-plugin-strip-comments": "^0.0.6"
7474
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"sync-locales": "node scripts/sync-locales.js"
1616
},
1717
"devDependencies": {
18-
"@biomejs/biome": "2.3.8",
19-
"lefthook": "^2.0.11",
18+
"@biomejs/biome": "2.3.10",
19+
"lefthook": "^2.0.12",
2020
"tsx": "^4.21.0"
2121
},
2222
"type": "module",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"cheerio": "^1.1.2",
39-
"fs-extra": "^11.3.2",
39+
"fs-extra": "^11.3.3",
4040
"glob": "^13.0.0",
4141
"node-fetch": "^3.3.2",
4242
"sharp": "0.34.5"

0 commit comments

Comments
 (0)