Skip to content

Commit

Permalink
Updated react packages and peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenbloemsma committed Dec 14, 2024
1 parent 9689935 commit 5636347
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 57 deletions.
14 changes: 7 additions & 7 deletions lib/msal-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,28 @@
},
"peerDependencies": {
"@azure/msal-browser": "^3.27.0",
"react": "^16.8.0 || ^17 || ^18"
"react": "^16.8.0 || ^17 || ^18 || ^19"
},
"devDependencies": {
"@azure/msal-browser": "^3.27.0",
"@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",
"@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"
}
}
}
151 changes: 101 additions & 50 deletions package-lock.json

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

0 comments on commit 5636347

Please sign in to comment.