Skip to content

Commit e7f9d47

Browse files
fix(deps): update react monorepo (#95)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a079bf commit e7f9d47

File tree

3 files changed

+55
-64
lines changed

3 files changed

+55
-64
lines changed

apps/react-jsx/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"react": "^18.3.1",
14-
"react-dom": "^18.3.1"
13+
"react": "^19.0.0",
14+
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.3.3",
18-
"@types/react-dom": "^18.3.0",
17+
"@types/react": "^19.0.0",
18+
"@types/react-dom": "^19.0.0",
1919
"@vitejs/plugin-react": "^4.3.1",
2020
"eslint": "^9.0.0",
2121
"eslint-plugin-react": "^7.34.3",
22-
"eslint-plugin-react-hooks": "^4.6.2",
22+
"eslint-plugin-react-hooks": "^5.0.0",
2323
"eslint-plugin-react-refresh": "^0.4.7"
2424
}
2525
}

apps/react-tsx/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"react": "^18.3.1",
14-
"react-dom": "^18.3.1"
13+
"react": "^19.0.0",
14+
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.3.3",
18-
"@types/react-dom": "^18.3.0",
17+
"@types/react": "^19.0.0",
18+
"@types/react-dom": "^19.0.0",
1919
"@typescript-eslint/eslint-plugin": "^7.15.0",
2020
"@typescript-eslint/parser": "^7.15.0",
2121
"@vitejs/plugin-react": "^4.3.1",
2222
"eslint": "^9.0.0",
23-
"eslint-plugin-react-hooks": "^4.6.2",
23+
"eslint-plugin-react-hooks": "^5.0.0",
2424
"eslint-plugin-react-refresh": "^0.4.7",
2525
"typescript": "^5.2.2"
2626
}

pnpm-lock.yaml

+45-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)