Skip to content

Commit 948f5ef

Browse files
Merge commit from fork
bump react and react-dom peerDependencies
2 parents f6a7780 + 10371a7 commit 948f5ef

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

examples/nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@auth0/auth0-react": "file:../..",
12-
"next": "15.4.7",
12+
"next": "15.4.8",
1313
"react": "file:../../node_modules/react",
1414
"react-dom": "file:../../node_modules/react-dom"
1515
}

package-lock.json

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"oidc-provider": "^8.8.1",
7575
"prettier": "^2.8.1",
7676
"pretty-quick": "^3.1.3",
77-
"react": "19.1.0",
78-
"react-dom": "19.1.0",
77+
"react": "19.1.2",
78+
"react-dom": "19.1.2",
7979
"rollup": "^3.7.0",
8080
"rollup-plugin-analyzer": "^4.0.0",
8181
"rollup-plugin-delete": "^2.0.0",
@@ -91,8 +91,8 @@
9191
"typescript": "^5.8.3"
9292
},
9393
"peerDependencies": {
94-
"react": "^16.11.0 || ^17 || ^18 || ^19",
95-
"react-dom": "^16.11.0 || ^17 || ^18 || ^19"
94+
"react": "^16.11.0 || ^17 || ^18 || ~19.0.1 || ~19.1.2 || ^19.2.1",
95+
"react-dom": "^16.11.0 || ^17 || ^18 || ~19.0.1 || ~19.1.2 || ^19.2.1"
9696
},
9797
"dependencies": {
9898
"@auth0/auth0-spa-js": "^2.9.1"

0 commit comments

Comments
 (0)