Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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": "minor",
"comment": "Updated react packages and peerDependencies",
"packageName": "@azure/msal-browser",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Updated react packages and peerDependencies",
"packageName": "@azure/msal-react",
"email": "[email protected]",
"dependentChangeType": "patch"
}
20 changes: 10 additions & 10 deletions lib/msal-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-react",
"version": "2.2.0",
"version": "3.0.2",
"author": {
"name": "Microsoft",
"email": "[email protected]",
Expand Down Expand Up @@ -56,29 +56,29 @@
"apiExtractor": "api-extractor run"
},
"peerDependencies": {
"@azure/msal-browser": "^3.27.0",
"react": "^16.8.0 || ^17 || ^18"
"@azure/msal-browser": "^4.0.2",
"react": "^16.8.0 || ^17 || ^18 || ^19"
},
"devDependencies": {
"@azure/msal-browser": "^3.27.0",
"@azure/msal-browser": "^4.0.2",
"@microsoft/api-extractor": "^7.43.4",
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.5.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/react": "^19.0.01",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@types/react": "^19.0.01",
"@types/react": "^19.0.10",

"@types/react-dom": "^19.0.2",
"eslint-config-msal": "file:../../shared-configs/eslint-config-msal",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "2.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.22.4",
"ts-jest": "^29.1.0",
"ts-jest-resolver": "^2.0.1",
"tslib": "^2.0.0",
"typescript": "^4.9.5"
}
}
}
232 changes: 179 additions & 53 deletions package-lock.json

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