Skip to content

Commit

Permalink
Merge pull request #11516 from qmonmert/react19
Browse files Browse the repository at this point in the history
React 19
  • Loading branch information
pascalgrimaud authored Dec 14, 2024
2 parents a8962ca + 7d40e87 commit 9e6790c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/generator/dependencies/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@tsconfig/vite-react": "3.4.0",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"axios": "1.7.9",
"eslint-plugin-react": "7.37.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.54.0",
"react-i18next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.1",
"react-i18next": "15.2.0",
"sass": "1.82.0",
"ts-node": "10.9.2"
}
Expand Down

0 comments on commit 9e6790c

Please sign in to comment.