Skip to content

Commit 6e0e210

Browse files
fix: require @auth0/auth0-spa-js >= 2.11.0
Updates minimum version constraint from ^2.0.1 to ^2.11.0 to prevent compilation errors when package managers resolve older incompatible versions. Fixes #753
1 parent a9eb19a commit 6e0e210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/auth0-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"tslib": "^2.0.0",
35-
"@auth0/auth0-spa-js": "^2.0.1"
35+
"@auth0/auth0-spa-js": "^2.11.0"
3636
},
3737
"schematics": "./schematics/collection.json"
3838
}

0 commit comments

Comments
 (0)