Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore: Allow react 19 usage",
"packageName": "@azure/msal-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions lib/msal-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The `@azure/msal-react` package described by the code in this folder uses the [`

| MSAL React version | MSAL support status | Supported React versions |
| ------------------ | ------------------- | -------------------------- |
| MSAL React v2 | Active development | 16, 17, 18 |
| MSAL React v2 | Active development | 16, 17, 18, 19 |
| MSAL React v1 | In maintenance | 16, 17, 18 |

**Note:** There have been no functional changes in the MSAL React v2 release.
Expand Down Expand Up @@ -151,4 +151,4 @@ Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MI

## We Value and Adhere to the Microsoft Open Source Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
10 changes: 5 additions & 5 deletions lib/msal-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"peerDependencies": {
"@azure/msal-browser": "^4.11.0",
"react": "^16.8.0 || ^17 || ^18"
"react": "^16.8.0 || ^17 || ^18 || ^19"
},
"devDependencies": {
"@azure/msal-browser": "^4.11.0",
Expand All @@ -67,15 +67,15 @@
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.5.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.13 || ^19.1.2",
"@types/react-dom": "^18.2.6 || ^19.1.2",
"eslint-config-msal": "file:../../shared-configs/eslint-config-msal",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"msal-test-utils": "file:../../shared-test-utils",
"prettier": "2.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.2.0 || ^19.1.0",
"react-dom": "^18.2.0 || ^19.1.0",
"rollup": "^4.22.4",
"ts-jest": "^29.1.0",
"ts-jest-resolver": "^2.0.1",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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