Skip to content

Commit

Permalink
Use NFA v1 stable in example app (#690)
Browse files Browse the repository at this point in the history
* Use NFA v1 in example

* Commit yarn.lock
  • Loading branch information
kmjennison authored Nov 5, 2023
1 parent ae83e42 commit 761e502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"firebase-admin": "^11.9.0",
"next": "13.4.9",
"next-absolute-url": "^1.2.2",
"next-firebase-auth": "^1.0.0-beta.0",
"next-firebase-auth": "1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebaseui": "^6.0.0"
Expand All @@ -25,4 +25,4 @@
"eslint-config-next": "^13.4.9",
"typescript": "^5.1.6"
}
}
}
2 changes: 1 addition & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2616,7 +2616,7 @@ next-absolute-url@^1.2.2:
resolved "https://registry.yarnpkg.com/next-absolute-url/-/next-absolute-url-1.2.2.tgz#9aba5adcee8effcffd63271d99e13213ad04c23b"
integrity sha512-Z2+LZXQTthhw2je9u4eq8QWXxXd57a6b54x9exBfQX4Dct6YxaMjcXZWNLHd9AOlCue84EsMpdSGP7wACqUnPg==

next-firebase-auth@^1.0.0-beta.0:
next-firebase-auth@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/next-firebase-auth/-/next-firebase-auth-1.0.0.tgz#c3c208ed04baedb830a39993693b31c352c979a9"
integrity sha512-ChBQqDgRzXiZ7qMKja/SQBqFIQ1i9YNXItBS51p+ozkp4PUJzkIwRQtjbZisi2HxboZhZXpkusH2yheWXOK6JA==
Expand Down

0 comments on commit 761e502

Please sign in to comment.