diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-14 00:21:30 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-14 00:21:30 +0900 |
| commit | 6588e61674059612dc95c3216f54720b1c42f6ee (patch) | |
| tree | 4ff7cdf1b0fa97289ff5deaf795a7ed15e022a75 /frontend/package.json | |
| parent | 7258ca81812a24edd382438ce6e9ebc538549427 (diff) | |
| download | phperkaigi-2026-albatross-6588e61674059612dc95c3216f54720b1c42f6ee.tar.gz phperkaigi-2026-albatross-6588e61674059612dc95c3216f54720b1c42f6ee.tar.zst phperkaigi-2026-albatross-6588e61674059612dc95c3216f54720b1c42f6ee.zip | |
feat(frontend): update dependencies
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/frontend/package.json b/frontend/package.json index b7b5f09..97dee22 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,41 +14,41 @@ "shiki-codegen": "shiki-codegen --langs php,swift --themes github-light --engine javascript ./app/shiki.bundle.ts" }, "dependencies": { - "@base-ui-components/react": "^1.0.0-alpha.7", - "@fortawesome/fontawesome-svg-core": "^6.7.2", - "@fortawesome/free-solid-svg-icons": "^6.7.2", - "@fortawesome/react-fontawesome": "^0.2.2", + "@base-ui-components/react": "^1.0.0-rc.0", + "@fortawesome/fontawesome-svg-core": "^7.2.0", + "@fortawesome/free-solid-svg-icons": "^7.2.0", + "@fortawesome/react-fontawesome": "^3.2.0", "hast-util-to-jsx-runtime": "^2.3.6", - "jotai": "^2.12.1", - "openapi-fetch": "^0.13.4", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "jotai": "^2.17.1", + "openapi-fetch": "^0.17.0", + "react": "^19.2.4", + "react-dom": "^19.2.4", "react-use-precision-timer": "^3.5.6", - "shiki": "^3.12.2", - "use-debounce": "^10.0.4", + "shiki": "^3.22.0", + "use-debounce": "^10.1.0", "wouter": "^3.9.0" }, "devDependencies": { - "@biomejs/biome": "^1.9.4", - "@eslint/js": "^9.22.0", - "@tailwindcss/postcss": "^4.0.12", - "@tailwindcss/vite": "^4.0.12", - "@types/node": "^22.13.10", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", + "@biomejs/biome": "^2.3.15", + "@eslint/js": "^9.39.2", + "@tailwindcss/postcss": "^4.1.18", + "@tailwindcss/vite": "^4.1.18", + "@types/node": "^25.2.3", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", - "eslint": "^9.22.0", + "eslint": "^9.39.2", "eslint-plugin-jsx-a11y": "^6.10.2", - "eslint-plugin-react": "^7.37.4", - "eslint-plugin-react-hooks": "^5.2.0", - "globals": "^16.0.0", - "openapi-typescript": "^7.6.1", - "shiki-codegen": "^3.1.0", - "tailwindcss": "^4.0.12", - "typescript": "^5.8.2", - "typescript-eslint": "^8.26.0", - "vite": "^6.1.1", - "vite-tsconfig-paths": "^5.1.4" + "eslint-plugin-react": "^7.37.5", + "eslint-plugin-react-hooks": "^7.0.1", + "globals": "^17.3.0", + "openapi-typescript": "^7.13.0", + "shiki-codegen": "^3.22.0", + "tailwindcss": "^4.1.18", + "typescript": "^5.9.3", + "typescript-eslint": "^8.55.0", + "vite": "^7.3.1", + "vite-tsconfig-paths": "^6.1.1" }, "engines": { "node": ">=22.0.0" |
