Merge pull request #22 from readur/renovate/major-react-monorepo

fix(deps): update react monorepo to v19 (major)
This commit is contained in:
Jon Fuller 2025-06-22 21:45:07 -07:00 committed by GitHub
commit ee9131fa3d
1 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"axios": "^1.3.0", "axios": "^1.3.0",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"react": "^18.2.0", "react": "^19.0.0",
"react-dom": "^18.2.0", "react-dom": "^19.0.0",
"react-dropzone": "^14.2.3", "react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.0", "react-hook-form": "^7.43.0",
"react-router-dom": "^7.0.0", "react-router-dom": "^7.0.0",
@ -37,8 +37,8 @@
"@testing-library/jest-dom": "^6.0.0", "@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0", "@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.6.1", "@testing-library/user-event": "^14.6.1",
"@types/react": "^18.0.28", "@types/react": "^19.0.0",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^3.1.0", "@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"jsdom": "^26.1.0", "jsdom": "^26.1.0",