Skip to content

Commit

Permalink
fix(deps): update react monorepo to ~18.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent 632d4e9 commit 51d76d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"lerna": "^8.0.0",
"lint-staged": "^15.1.0",
"prettier": "^3.0.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-test-renderer": "~18.2.0",
"react": "~18.3.0",
"react-dom": "~18.3.0",
"react-test-renderer": "~18.3.0",
"tsbb": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@uiw/react-loader": "^4.22.2",
"@uiw/react-markdown-preview-example": "^2.0.0",
"@wcj/dark-mode": "^1.0.14",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "~18.3.0",
"react-dom": "~18.3.0",
"react-router-dom": "^6.20.0"
},
"devDependencies": {
Expand Down

0 comments on commit 51d76d2

Please sign in to comment.