Skip to content

Commit 557a131

Browse files
Fix dep version for svelte-navigator crashing the npm i step
1 parent 1aa77da commit 557a131

File tree

1 file changed

+1
-1
lines changed
  • examples/with-svelte-react-thirdpartyemailpassword

1 file changed

+1
-1
lines changed

examples/with-svelte-react-thirdpartyemailpassword/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"sirv-cli": "^2.0.0",
4444
"supertokens-auth-react": "latest",
4545
"supertokens-node": "latest",
46-
"svelte-navigator": "^3.1.5"
46+
"svelte-navigator": "latest"
4747
}
4848
}

0 commit comments

Comments
 (0)