Skip to content

Commit 0c5fd01

Browse files
fix(deps): update react monorepo
1 parent 620a238 commit 0c5fd01

File tree

2 files changed

+49
-51
lines changed

2 files changed

+49
-51
lines changed

packages/template-react-typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"lint": "eslint --quiet --ext .ts,.tsx ."
1212
},
1313
"dependencies": {
14-
"react": "^18.3.1",
15-
"react-dom": "^18.3.1"
14+
"react": "^19.0.0",
15+
"react-dom": "^19.0.0"
1616
},
1717
"devDependencies": {
1818
"@testing-library/react": "^13.4.0",
19-
"@types/react": "^18.3.18",
20-
"@types/react-dom": "^18.3.5",
19+
"@types/react": "^19.0.9",
20+
"@types/react-dom": "^19.0.3",
2121
"@typescript-eslint/eslint-plugin": "catalog:",
2222
"@typescript-eslint/parser": "catalog:",
2323
"@vitejs/plugin-react": "^4.3.4",
@@ -27,7 +27,7 @@
2727
"eslint-plugin-import": "catalog:",
2828
"eslint-plugin-prettier": "catalog:",
2929
"eslint-plugin-react": "^7.37.3",
30-
"eslint-plugin-react-hooks": "^4.6.2",
30+
"eslint-plugin-react-hooks": "^5.1.0",
3131
"husky": "catalog:",
3232
"jsdom": "catalog:",
3333
"lint-staged": "catalog:",

pnpm-lock.yaml

Lines changed: 44 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)