Skip to content

Commit

Permalink
feat: support React 18 in
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Feb 25, 2025
1 parent c1070d3 commit 464f7b2
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 29 deletions.
123 changes: 106 additions & 17 deletions package-lock.json

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

25 changes: 13 additions & 12 deletions packages/logistration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,24 @@
"sideEffects": false,
"dependencies": {
"@edx/frontend-enterprise-utils": "^9.1.1",
"prop-types": "15.8.1"
"prop-types": "^15.8.1"
},
"devDependencies": {
"@edx/browserslist-config": "1.5.0",
"@edx/frontend-platform": "8.2.1",
"@openedx/frontend-build": "14.3.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.29.0",
"react-test-renderer": "17.0.2"
"@edx/browserslist-config": "^1.5.0",
"@edx/frontend-platform": "^8.2.1",
"@openedx/frontend-build": "^14.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^16.2.0",
"@testing-library/dom": "^10.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.29.0",
"react-test-renderer": "^18.3.1"
},
"peerDependencies": {
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
"react": "^16.12.0 || ^17.0.0",
"react-dom": "^16.12.0 || ^17.0.0",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.12.0 || ^17.0.0 || ^18.0.0",
"react-router-dom": "^6.0.0"
}
}

0 comments on commit 464f7b2

Please sign in to comment.