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 Sep 5, 2024
1 parent e79b1f3 commit 3dfa179
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@uiw/react-codemirror": "4.23.1",
"next": "14.0.3",
"react": "~18.2.0",
"react": "~18.3.0",
"react-codemirror-merge": "4.23.1",
"react-dom": "~18.2.0"
"react-dom": "~18.3.0"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@kkt/less-modules": "^7.5.4",
"@kkt/ncc": "^1.0.13",
"@types/react-test-renderer": "~18.0.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "~18.3.0",
"react-dom": "~18.3.0",
"husky": "^9.0.11",
"kkt": "^7.5.4",
"lerna": "^8.0.0",
"lint-staged": "^15.1.0",
"prettier": "^3.0.2",
"react-test-renderer": "~18.2.0",
"react-test-renderer": "~18.3.0",
"tsbb": "^4.2.4"
}
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
"@wcj/dark-mode": "~1.0.12",
"code-example": "^3.3.6",
"markdown-react-code-preview-loader": "^2.1.2",
"react": "~18.2.0",
"react": "~18.3.0",
"react-code-preview-layout": "^3.1.4",
"react-codemirror-merge": "4.23.1",
"react-dom": "~18.2.0",
"react-dom": "~18.3.0",
"react-router-dom": "^6.20.0",
"rehype-ignore": "^2.0.1",
"styled-components": "^6.1.1"
Expand Down

0 comments on commit 3dfa179

Please sign in to comment.