Skip to content

Commit 90255c8

Browse files
committed
build: bump @auth0/auth0-spa-js to ^2.23.0
RefreshTokenMode is not exported until 2.23.0 — the previous ^2.22.0 range let installs resolve to an older minor where RefreshTokenMode is undefined, breaking refreshTokenMode: RefreshTokenMode.Online at runtime.
1 parent dfb6b14 commit 90255c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@
9393
"react-dom": "^16.11.0 || ^17 || ^18 || ~19.0.1 || ~19.1.2 || ^19.2.1"
9494
},
9595
"dependencies": {
96-
"@auth0/auth0-spa-js": "^2.22.0"
96+
"@auth0/auth0-spa-js": "^2.23.0"
9797
}
9898
}

0 commit comments

Comments
 (0)