bump all dependencies

This commit is contained in:
XlebyllleK
2025-01-11 13:01:04 +02:00
committed by GitHub
parent b468fc541b
commit 39cc3065dd

View File

@@ -33,24 +33,24 @@
},
"dependencies": {
"gh-pages": "^6.3.0",
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"lucide-react": "^0.471.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@eslint/js": "^9.17.0",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^5.4.11"
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.7"
}
}
}