Skip to content

Commit

Permalink
chore(deps): update react monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent 10d9166 commit ad0b33c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 28 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"license": "ISC",
"dependencies": {
"@openedx/paragon": "22.7.0",
"react": "16.14.0",
"react-dom": "16.14.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"react-test-renderer": "16.14.0"
"react-test-renderer": "18.3.1"
}
}
39 changes: 17 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.11"
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
},
"peerDependencies": {
"react": "^16.9.0 || ^17.0.0"
"react": "^16.9.0 || ^17.0.0 || ^18.0.0"
}
}

0 comments on commit ad0b33c

Please sign in to comment.