Skip to content

Commit

Permalink
Update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 1b2fc19 commit 8ebd5af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sandbox-templates/mdx-evaulate-node/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@mdx-js/mdx": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"license": "MIT",
"name": "node-http-server",
Expand Down
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 @@ -2,8 +2,8 @@
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"next": "^15.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"license": "MIT",
"name": "mdx-loader-next",
Expand Down

0 comments on commit 8ebd5af

Please sign in to comment.