Skip to content
Merged
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
6 changes: 3 additions & 3 deletions packages/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.2.0 || ^19.0.0",
"react-dom": "^17.0.2 || ^18.2.0 || ^19.0.0"
"react": "^17.0.2 || ^18.2.0 || ^19.2.1",
"react-dom": "^17.0.2 || ^18.2.0 || ^19.2.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
Expand All @@ -62,7 +62,7 @@
"@types/react": "19.2.7",
"parcel": "^2.16.1",
"publint": "0.3.12",
"react": "19.2.0",
"react": "19.2.1",
"typedoc": "^0.28.14",
"typedoc-plugin-rename-defaults": "^0.7.3",
"typescript": "^5.9.3"
Expand Down
14 changes: 7 additions & 7 deletions packages/react-auth/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,13 @@ __metadata:
lodash: "npm:^4.17.21"
parcel: "npm:^2.16.1"
publint: "npm:0.3.12"
react: "npm:19.2.0"
react: "npm:19.2.1"
typedoc: "npm:^0.28.14"
typedoc-plugin-rename-defaults: "npm:^0.7.3"
typescript: "npm:^5.9.3"
peerDependencies:
react: ^17.0.2 || ^18.2.0 || ^19.0.0
react-dom: ^17.0.2 || ^18.2.0 || ^19.0.0
react: ^17.0.2 || ^18.2.0 || ^19.2.1
react-dom: ^17.0.2 || ^18.2.0 || ^19.2.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3143,10 +3143,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:19.2.0":
version: 19.2.0
resolution: "react@npm:19.2.0"
checksum: 10c0/1b6d64eacb9324725bfe1e7860cb7a6b8a34bc89a482920765ebff5c10578eb487e6b46b2f0df263bd27a25edbdae2c45e5ea5d81ae61404301c1a7192c38330
"react@npm:19.2.1":
version: 19.2.1
resolution: "react@npm:19.2.1"
checksum: 10c0/2b5eaf407abb3db84090434c20d6c5a8e447ab7abcd8fe9eaf1ddc299babcf31284ee9db7ea5671d21c85ac5298bd632fa1a7da1ed78d5b368a537f5e1cd5d62
languageName: node
linkType: hard

Expand Down
Loading