Skip to content

Commit 1b0fc30

Browse files
fix(deps): update react monorepo (#841)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f2f2489 commit 1b0fc30

File tree

5 files changed

+50
-50
lines changed

5 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"lint-staged": "13.0.1",
3636
"mockdate": "3.0.5",
3737
"prettier": "2.6.2",
38-
"react": "18.1.0",
39-
"react-dom": "18.1.0",
38+
"react": "18.2.0",
39+
"react-dom": "18.2.0",
4040
"read-pkg": "7.1.0",
4141
"rollup": "2.75.6",
4242
"rollup-plugin-dts": "4.2.2",

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-import": "2.26.0",
2727
"eslint-plugin-jsx-a11y": "6.5.1",
2828
"eslint-plugin-react": "7.30.0",
29-
"eslint-plugin-react-hooks": "4.5.0"
29+
"eslint-plugin-react-hooks": "4.6.0"
3030
},
3131
"peerDependencies": {
3232
"eslint": ">= 8.5"

packages/jest-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@babel/core": "7.18.5",
29-
"react": "18.1.0",
30-
"react-dom": "18.1.0"
29+
"react": "18.2.0",
30+
"react-dom": "18.2.0"
3131
}
3232
}

packages/use-query-params/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"react-router-dom": "^6.0.0"
3838
},
3939
"devDependencies": {
40-
"react": "18.1.0",
41-
"react-dom": "18.1.0",
40+
"react": "18.2.0",
41+
"react-dom": "18.2.0",
4242
"react-router-dom": "6.3.0"
4343
}
4444
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)