🆙 start update package to latest versions

This commit is contained in:
duckietm
2026-02-20 07:34:30 +01:00
parent 515b282888
commit eef3841c87
+19 -20
View File
@@ -25,26 +25,25 @@
"use-between": "^1.4.0" "use-between": "^1.4.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.11",
"@types/node": "^20.11.30", "@types/node": "^25.3.0",
"@types/react": "^18.3.3", "@types/react": "^19.2.14",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^19.2.3",
"@types/react-slider": "^1.3.6", "@types/react-slider": "^1.3.6",
"@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^7.13.1", "@typescript-eslint/parser": "^8.56.0",
"@vitejs/plugin-react": "^4.3.1", "@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.24",
"eslint": "^9.5.0", "eslint": "^10.0.0",
"eslint-plugin-react": "^7.34.2", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.1.0-rc-1434af3d22-20240618", "eslint-plugin-react-hooks": "^7.0.1",
"postcss": "^8.4.38", "postcss": "^8.5.6",
"postcss-nested": "^6.0.1", "postcss-nested": "^7.0.2",
"sass": "^1.77.4", "sass": "^1.97.3",
"tailwindcss": "^3.4.4", "tailwindcss": "^3.4.17",
"typescript": "^5.4.5", "typescript": "^5.9.3",
"typescript-eslint": "^7.13.1", "typescript-eslint": "^8.56.0",
"vite": "^5.2.13", "vite": "^7.3.1",
"vite-tsconfig-paths": "^4.3.2" "vite-tsconfig-paths": "^6.1.1"
} }
} }