chore: update types/react to next version

This commit is contained in:
afiqzudinhadi 2025-07-10 21:49:38 +08:00
parent f30288f9ac
commit b9e531e24c
2 changed files with 4 additions and 4 deletions

View file

@ -27,8 +27,8 @@
"devDependencies": { "devDependencies": {
"@remix-run/dev": "^2.15.2", "@remix-run/dev": "^2.15.2",
"@repo/eslint-config": "*", "@repo/eslint-config": "*",
"@types/react": "^18.3.18", "@types/react": "^19.0.10",
"@types/react-dom": "^18.3.5", "@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0", "@typescript-eslint/parser": "^8.34.0",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",

View file

@ -18,8 +18,8 @@
"devDependencies": { "devDependencies": {
"@repo/eslint-config": "*", "@repo/eslint-config": "*",
"@repo/typescript-config": "*", "@repo/typescript-config": "*",
"@types/react": "^18.3.18", "@types/react": "^19.0.10",
"@types/react-dom": "^18.3.5", "@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.5.1", "@vitejs/plugin-react": "^4.5.1",
"eslint": "^9.29.0", "eslint": "^9.29.0",
"typescript": "5.8.2", "typescript": "5.8.2",