Skip to content

Commit

Permalink
Update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Feb 14, 2025
1 parent d2f1af6 commit 6104a66
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 225 deletions.
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.13.1
30 changes: 15 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,42 @@
"test:e2e": "playwright test"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@playwright/test": "^1.50.0",
"@eslint/compat": "^1.2.6",
"@playwright/test": "^1.50.1",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/kit": "^2.17.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.78",
"bits-ui": "1.1.0",
"clsx": "^2.1.1",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"flatbuffers": "^25.1.24",
"globals": "^15.14.0",
"lucide-svelte": "^0.474.0",
"prettier": "^3.4.2",
"flatbuffers": "^25.2.10",
"globals": "^15.15.0",
"lucide-svelte": "^0.475.0",
"prettier": "^3.5.1",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.17.3",
"svelte": "^5.20.0",
"svelte-check": "^4.1.4",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0",
"vitest": "^3.0.5"
},
"engines": {
"node": "^20.18",
"pnpm": "^9"
"node": "^22.13.1",
"pnpm": "^10.2.0"
},
"volta": {
"node": "20.18.0"
"node": "22.13.1"
}
}
Loading

0 comments on commit 6104a66

Please sign in to comment.