Skip to content

Commit

Permalink
Update react monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 11, 2022
1 parent 5d756aa commit 5be26fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sandbox-templates/mdx-evaluate-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"private": true,
"dependencies": {
"@mdx-js/mdx": "2.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-scripts": "5.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions sandbox-templates/mdx-evaulate-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@mdx-js/mdx": "2.1.1",
"nodemon": "2.0.15",
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.0.0",
"react-dom": "18.0.0"
}
}
4 changes: 2 additions & 2 deletions sandbox-templates/mdx-loader-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@mdx-js/loader": "2.1.1",
"next": "12.1.4",
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.0.0",
"react-dom": "18.0.0"
}
}

0 comments on commit 5be26fc

Please sign in to comment.