Skip to content

Commit

Permalink
Merge pull request #203 from piny940/react19
Browse files Browse the repository at this point in the history
upgrade react to v19
  • Loading branch information
piny940 authored Jan 14, 2025
2 parents fbaa030 + 4f883b9 commit b1293dd
Show file tree
Hide file tree
Showing 13 changed files with 149 additions and 173 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"jsonwebtoken": "^9.0.2",
"next": "15.1.4",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^8",
"eslint-config-next": "15.1.4",
"postcss": "^8",
Expand Down
81 changes: 35 additions & 46 deletions example/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@mui/material": "^6.1.8",
"next": "15.1.4",
"openapi-fetch": "^0.13.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.2"
},
"devDependencies": {
"@types/node": "^20.17.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-config-love": "^116.0.0",
Expand Down
Loading

0 comments on commit b1293dd

Please sign in to comment.