From ac6904138d48ef3110176a380c2ac59e820c0bc0 Mon Sep 17 00:00:00 2001 From: Kevin Jennison Date: Sun, 31 Dec 2023 11:22:09 -0500 Subject: [PATCH] Use latest experimental -- broken --- example/package.json | 4 ++-- example/yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/package.json b/example/package.json index 0f96b887..aa785a8e 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "firebase-admin": "^11.9.0", "next": "13.4.9", "next-absolute-url": "^1.2.2", - "next-firebase-auth": "^1.0.1-experimental.ae38724", + "next-firebase-auth": "^1.0.1-experimental.3ab9cfe", "react": "18.2.0", "react-dom": "18.2.0", "react-firebaseui": "^6.0.0" @@ -25,4 +25,4 @@ "eslint-config-next": "^13.4.9", "typescript": "^5.1.6" } -} \ No newline at end of file +} diff --git a/example/yarn.lock b/example/yarn.lock index 84b6755b..343c0edd 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -2616,10 +2616,10 @@ 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.1-experimental.ae38724: - version "1.0.1-experimental.ae38724" - resolved "https://registry.yarnpkg.com/next-firebase-auth/-/next-firebase-auth-1.0.1-experimental.ae38724.tgz#83485ee72c5ed95073b81ba74f69fc718c690fa9" - integrity sha512-o37X1tEFYtoFBR5L+Ruz2efVyJF51AY2w0wKrV/pobfD72tM51Jt/Kwzbbj5AYIsf5MzH+0dKj6nnuwWU78PWg== +next-firebase-auth@^1.0.1-experimental.3ab9cfe: + version "1.0.1-experimental.3ab9cfe" + resolved "https://registry.yarnpkg.com/next-firebase-auth/-/next-firebase-auth-1.0.1-experimental.3ab9cfe.tgz#beb16422423a926ab3fbdb104e073e1b95d1cafe" + integrity sha512-t722OIO4Ws99v08T9kfWfz5uJIeGEuDzBWIVDg6OQx4r2lwtdREGMwoTrOkKruAwbJnSGeGFfi+Bom9BNb4fSQ== dependencies: "@babel/runtime" "^7.22.6" cookies "^0.8.0"