Skip to content

Commit

Permalink
Pin dependency react to 18.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and weeman1337 committed Nov 12, 2024
1 parent b605da1 commit 09b3adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"vitest": "2.1.3"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "18.3.1"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-use": "17.5.1"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "18.3.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 09b3adb

Please sign in to comment.