diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-23 15:07:24 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-23 15:07:24 -0700 |
| commit | aabcc5f7d6d57e502b4089dc7634b2273437bdc6 (patch) | |
| tree | 4fcaeaee0c712ddf7ccf1fb1e2225e5621534550 /frontend/package.json | |
| parent | 6df78f254d98453520e8644996b917d673ee3978 (diff) | |
chore: bump deps
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/frontend/package.json b/frontend/package.json index 1abe8ba..a6b2e93 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,25 +10,25 @@ "preview": "vite preview" }, "dependencies": { - "@tailwindcss/vite": "^4.1.11", + "@tailwindcss/vite": "^4.1.13", "crypto-js": "^4.2.0", - "react": "^19.1.0", - "react-dom": "^19.1.0", - "react-router": "^7.6.3", - "tailwindcss": "^4.1.11" + "react": "^19.1.1", + "react-dom": "^19.1.1", + "react-router": "^7.9.1", + "tailwindcss": "^4.1.13" }, "devDependencies": { - "@eslint/js": "^9.25.0", + "@eslint/js": "^9.36.0", "@types/crypto-js": "^4.2.2", - "@types/react": "^19.1.2", - "@types/react-dom": "^19.1.2", - "@vitejs/plugin-react": "^4.4.1", - "eslint": "^9.25.0", + "@types/react": "^19.1.13", + "@types/react-dom": "^19.1.9", + "@vitejs/plugin-react": "^5.0.3", + "eslint": "^9.36.0", "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-react-refresh": "^0.4.19", - "globals": "^16.0.0", - "typescript": "~5.8.3", - "typescript-eslint": "^8.30.1", - "vite": "^6.3.5" + "eslint-plugin-react-refresh": "^0.4.21", + "globals": "^16.4.0", + "typescript": "~5.9.2", + "typescript-eslint": "^8.44.1", + "vite": "^7.1.7" } } |
