react ver 19.2.1

This commit is contained in:
Rama Priyanto 2025-12-09 12:55:48 +07:00
parent fcc34d65b8
commit 426e63511f
1 changed files with 4 additions and 4 deletions

View File

@ -59,10 +59,10 @@
"next-intl": "^3.26.0", "next-intl": "^3.26.0",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"postcss": "8.4.31", "postcss": "8.4.31",
"react": "19.1.0", "react": "19.2.1",
"react-apexcharts": "^1.4.1", "react-apexcharts": "^1.4.1",
"react-datepicker": "^6.1.0", "react-datepicker": "^6.1.0",
"react-dom": "19.1.0", "react-dom": "19.2.1",
"react-dropzone": "^14.3.5", "react-dropzone": "^14.3.5",
"react-hook-form": "^7.50.1", "react-hook-form": "^7.50.1",
"react-icons": "^5.0.1", "react-icons": "^5.0.1",
@ -84,7 +84,7 @@
"zustand": "^5.0.1" "zustand": "^5.0.1"
}, },
"overrides": { "overrides": {
"@types/react": "19.1.2", "@types/react": "19.2.1",
"@types/react-dom": "19.1.2" "@types/react-dom": "19.2.1"
} }
} }