Skip to content

Commit eedcc8f

Browse files
chore(deps): Update npm dependencies
1 parent 7c0b16b commit eedcc8f

4 files changed

Lines changed: 422 additions & 1110 deletions

File tree

apps/api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
"@hono/zod-validator": "^0.8.0",
3030
"@sonory/shared-types": "file:../../packages/shared-types",
3131
"@sonory/utils": "file:../../packages/utils",
32-
"@supabase/supabase-js": "^2.108.0",
33-
"hono": "^4.12.25",
34-
"vite": "^7.3.5",
32+
"@supabase/supabase-js": "^2.109.0",
33+
"hono": "^4.12.27",
34+
"vite": "^7.3.6",
3535
"zod": "^4.4.3"
3636
},
3737
"devDependencies": {
3838
"@types/node": "^24.13.1",
3939
"tsc-alias": "^1.8.17",
4040
"tsx": "^4.22.4",
4141
"typescript": "^5.9.3",
42-
"vitest": "^4.1.8",
42+
"vitest": "^4.1.9",
4343
"vitest-environment-miniflare": "^2.14.4",
44-
"wrangler": "^4.98.0"
44+
"wrangler": "^4.105.0"
4545
}
4646
}

apps/web/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,30 @@
2727
"dependencies": {
2828
"@ducanh2912/next-pwa": "^10.2.9",
2929
"@mapbox/mapbox-gl-geocoder": "^5.1.2",
30-
"@opennextjs/cloudflare": "^1.19.11",
30+
"@opennextjs/cloudflare": "^1.20.1",
3131
"@sonory/shared-types": "*",
32-
"@supabase/supabase-js": "^2.108.0",
33-
"@tanstack/react-query": "^5.101.0",
34-
"framer-motion": "^12.40.0",
32+
"@supabase/supabase-js": "^2.109.0",
33+
"@tanstack/react-query": "^5.101.2",
34+
"framer-motion": "^12.42.0",
3535
"idb": "^8.0.3",
36-
"lucide-react": "^1.17.0",
37-
"mapbox-gl": "^3.24.0",
38-
"motion": "^12.40.0",
36+
"lucide-react": "^1.22.0",
37+
"mapbox-gl": "^3.25.0",
38+
"motion": "^12.42.0",
3939
"next": "^16.2.7",
4040
"ogl": "^1.0.11",
4141
"react": "^19.2.7",
4242
"react-dom": "^19.2.7",
43-
"react-icons": "^5.6.0",
43+
"react-icons": "^5.7.0",
4444
"react-modal-sheet": "^5.6.0",
4545
"recordrtc": "^5.6.2",
4646
"uuid": "^14.0.1",
47-
"wavesurfer.js": "^7.12.7",
48-
"wrangler": "^4.98.0",
47+
"wavesurfer.js": "^7.12.8",
48+
"wrangler": "^4.105.0",
4949
"zod": "^4.4.3",
5050
"zustand": "^5.0.14"
5151
},
5252
"devDependencies": {
53-
"@tailwindcss/postcss": "^4.3.0",
53+
"@tailwindcss/postcss": "^4.3.2",
5454
"@testing-library/jest-dom": "^6.9.1",
5555
"@testing-library/react": "^16.3.2",
5656
"@types/mapbox__mapbox-gl-geocoder": "^5.1.1",
@@ -59,8 +59,8 @@
5959
"@types/react-dom": "^19.2.3",
6060
"@types/uuid": "^11.0.0",
6161
"jsdom": "^29.1.1",
62-
"tailwindcss": "^4.3.0",
62+
"tailwindcss": "^4.3.2",
6363
"typescript": "^5.9.3",
64-
"vitest": "^4.1.8"
64+
"vitest": "^4.1.9"
6565
}
6666
}

0 commit comments

Comments
 (0)