aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-10 00:39:16 +0900
committernsfisis <nsfisis@gmail.com>2025-03-10 01:02:12 +0900
commitd14fd1f6751cec8923a79c15851562640a861b8c (patch)
treea9f2c727148302562f1bdb48d15f07149c9a9bf3 /frontend/package.json
parentc807d6e47b11a91ec56225ed8358e3f2ef903e5c (diff)
downloadphperkaigi-2025-albatross-d14fd1f6751cec8923a79c15851562640a861b8c.tar.gz
phperkaigi-2025-albatross-d14fd1f6751cec8923a79c15851562640a861b8c.tar.zst
phperkaigi-2025-albatross-d14fd1f6751cec8923a79c15851562640a861b8c.zip
feat(frontend): upgrade packages
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json14
1 files changed, 6 insertions, 8 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 3b899c1..8dc65f0 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -20,12 +20,11 @@
"@remix-run/node": "^2.16.0",
"@remix-run/react": "^2.16.0",
"@remix-run/serve": "^2.16.0",
- "cookie": "^0.6.0",
+ "cookie": "^1.0.2",
"isbot": "^5.1.23",
"jotai": "^2.12.1",
- "jotai-effect": "^1.1.6",
"jwt-decode": "^4.0.0",
- "openapi-fetch": "^0.10.6",
+ "openapi-fetch": "^0.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use-precision-timer": "^3.5.6",
@@ -37,11 +36,11 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@remix-run/dev": "^2.16.0",
+ "@tailwindcss/postcss": "^4.0.12",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
- "autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import": "^2.31.0",
@@ -49,11 +48,10 @@
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"openapi-typescript": "^7.6.1",
- "postcss": "^8.5.3",
- "tailwindcss": "^3.4.17",
+ "tailwindcss": "^4.0.12",
"typescript": "^5.8.2",
- "vite": "^5.4.14",
- "vite-tsconfig-paths": "^4.3.2"
+ "vite": "^6.1.1",
+ "vite-tsconfig-paths": "^5.1.4"
},
"engines": {
"node": ">=22.0.0"