Skip to content

Commit

Permalink
refactor(react-oidc): react 19 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Jan 10, 2025
1 parent c2e60d7 commit 2432f5b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 64 deletions.
6 changes: 3 additions & 3 deletions examples/react-oidc-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
},
"dependencies": {
"@axa-fr/react-oidc": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.2",
"@types/react": "19.0.0",
"@vitejs/plugin-react": "4.2.1",
"bootstrap": "^4.6.2",
"copyfiles": "2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-oidc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"@axa-fr/oidc-client": "workspace:*"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0 "
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.5",
"@types/react": "19.0.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "2.0.5",
"cpy": "11.1.0",
Expand Down
101 changes: 42 additions & 59 deletions pnpm-lock.yaml

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

0 comments on commit 2432f5b

Please sign in to comment.