Update dependencies

This commit is contained in:
2026-01-06 18:40:07 +00:00
parent 4f3e1ca288
commit a70e24f0f6
2 changed files with 10 additions and 10 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -10,22 +10,22 @@
"start": "vite preview --host"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@formkit/auto-animate": "^0.9.0",
"be": "workspace:*",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react": "^19.2.3",
"react-dom": "^19.2.2"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.7.2",
"globals": "^17.0.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.1"
"vite": "^7.3.0"
}
}