🧹 chore: update package version

This commit is contained in:
RiO
2025-01-11 14:18:13 +05:30
parent 982f0b8b07
commit 960ca1e00d
2 changed files with 277 additions and 276 deletions

View File

@@ -21,25 +21,25 @@
"deploy": "gh-pages -d dist"
},
"dependencies": {
"gh-pages": "^6.2.0",
"gh-pages": "^6.3.0",
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint": "^9.18.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.2",
"typescript-eslint": "^8.18.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^5.4.11"
}
}