Skip to content

Commit

Permalink
fix(deps): update react monorepo to v18 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 25, 2022
1 parent f7cfc15 commit aa74162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@babel/runtime": "~7.17.2",
"@types/react": "~17.0.39",
"@types/react-dom": "~17.0.13",
"react": "~17.0.2",
"react-dom": "~17.0.2"
"react": "~18.2.0",
"react-dom": "~18.2.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"lint-staged": "~13.0.0",
"prettier": "~2.6.0",
"pretty-quick": "~3.1.3",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"tsbb": "~3.7.0"
}
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@uiw/react-layout": "4.10.2",
"@uiw/react-markdown-preview": "^4.0.16",
"@wcj/dark-mode": "^1.0.14",
"react": "~17.0.2",
"react": "~18.2.0",
"react-code-preview-layout": "^2.0.3",
"react-dom": "~17.0.2",
"react-dom": "~18.2.0",
"rehype-ignore": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit aa74162

Please sign in to comment.