Compare commits

..

1 Commits

Author SHA1 Message Date
59a30aa788 chore(deps): update react monorepo to v19
Some checks failed
renovate/artifacts Artifact file update failure
2025-01-12 01:28:33 +00:00

View File

@ -9,15 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "14.1.4"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",