upgrade deps

This commit is contained in:
2025-12-17 13:27:15 +01:00
parent 8cc35455a9
commit ed30bf6bb1

View File

@@ -10,28 +10,29 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"bulma": "^1.0.4",
"jwt-decode": "^4.0.0", "jwt-decode": "^4.0.0",
"react": "18.3.1", "react": "^19.2.3",
"react-dom": "18.3.1", "react-dom": "^19.2.3",
"react-sortablejs": "^6.1.4", "react-sortablejs": "^6.1.4",
"reagraph": "^4.21.2", "reagraph": "^4.30.7",
"sortablejs": "^1.15.6" "sortablejs": "^1.15.6"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.17.0", "@eslint/js": "^9.39.2",
"@types/node": "^22.13.10", "@types/node": "^25.0.3",
"@types/react": "18.3.18", "@types/react": "^19.2.7",
"@types/react-dom": "18.3.5", "@types/react-dom": "^19.2.3",
"@types/sortablejs": "^1.15.8", "@types/sortablejs": "^1.15.9",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.17.0", "eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.16", "eslint-plugin-react-refresh": "^0.4.26",
"globals": "^15.14.0", "globals": "^16.5.0",
"react-router": "^7.1.5", "react-router": "^7.10.1",
"typescript": "~5.6.2", "typescript": "~5.9.3",
"typescript-eslint": "^8.18.2", "typescript-eslint": "^8.50.0",
"vite": "^6.0.5" "vite": "^7.3.0"
}, },
"prettier": { "prettier": {
"trailingComma": "es5", "trailingComma": "es5",