Upgrade dependencies
Lint / lint (push) Failing after 15s
Build / build (pull_request) Successful in 37s

This commit is contained in:
Julien Valverdé
2026-05-19 19:18:01 +02:00
parent 3a9cd2bed9
commit c1b496b98d
5 changed files with 216 additions and 286 deletions
+27 -27
View File
@@ -1,6 +1,6 @@
{
"name": "@website/webapp",
"packageManager": "bun@1.2.22",
"packageManager": "bun@1.3.14",
"private": true,
"type": "module",
"module": "./stub.ts",
@@ -14,39 +14,39 @@
"clean:modules": "rm -rf node_modules"
},
"dependencies": {
"@effect/platform": "^0.93.0",
"@effect/platform-browser": "^0.73.0",
"@effect/rpc": "^0.72.0",
"@effect/platform": "^0.96.1",
"@effect/platform-browser": "^0.76.0",
"@effect/rpc": "^0.75.1",
"@fontsource/work-sans": "^5.2.8",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-router": "^1.131.48",
"@tanstack/react-router": "^1.170.4",
"@website/common": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"effect": "^3.17.13",
"effect-fc": "^0.2.0",
"i18next": "^25.6.0",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.556.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^16.0.1",
"react-icons": "^5.5.0",
"effect": "^3.21.2",
"effect-fc": "^0.2.6",
"i18next": "^26.2.0",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^1.16.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-i18next": "^17.0.8",
"react-icons": "^5.6.0",
"react-shadow": "^20.6.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13"
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.13",
"@tanstack/react-router-devtools": "^1.131.48",
"@tanstack/router-plugin": "^1.131.48",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"globals": "^16.4.0",
"tw-animate-css": "^1.3.8",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.5"
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/router-plugin": "^1.168.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"globals": "^17.6.0",
"tw-animate-css": "^1.4.0",
"typescript-eslint": "^8.59.4",
"vite": "^8.0.13"
}
}