From 9fc31068571deeddc4beeeec11553803219165f7 Mon Sep 17 00:00:00 2001 From: Amadeusz Winogrodzki Date: Thu, 22 Aug 2024 22:54:53 +0200 Subject: [PATCH] chore(examples): update lib to v1.7.0-canary.10 --- examples/next-typescript-starter/package.json | 2 +- examples/next-typescript-starter/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/next-typescript-starter/package.json b/examples/next-typescript-starter/package.json index e435cbb2..1468659d 100644 --- a/examples/next-typescript-starter/package.json +++ b/examples/next-typescript-starter/package.json @@ -14,7 +14,7 @@ "firebase": "^10.4.0", "firebase-admin": "^11.10.1", "next": "15.0.0-rc.0", - "next-firebase-auth-edge": "1.7.0-canary.9", + "next-firebase-auth-edge": "1.7.0-canary.10", "react": "19.0.0-rc-f994737d14-20240522", "react-dom": "19.0.0-rc-f994737d14-20240522", "react-loading-hook": "1.1.2", diff --git a/examples/next-typescript-starter/yarn.lock b/examples/next-typescript-starter/yarn.lock index 82a77930..de9a5c99 100644 --- a/examples/next-typescript-starter/yarn.lock +++ b/examples/next-typescript-starter/yarn.lock @@ -3122,10 +3122,10 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -next-firebase-auth-edge@1.7.0-canary.9: - version "1.7.0-canary.9" - resolved "https://registry.yarnpkg.com/next-firebase-auth-edge/-/next-firebase-auth-edge-1.7.0-canary.9.tgz#a3f05cba748c649ffed057dc15dd9242e767ab14" - integrity sha512-AJbBu8L9CDcuVRHuTZwI76ncd515SXoQ0FX3NsI2S0ieMCU+Bpla57rsAGuZf4aycOkfmpePXKKDSehT7zbd/w== +next-firebase-auth-edge@1.7.0-canary.10: + version "1.7.0-canary.10" + resolved "https://registry.yarnpkg.com/next-firebase-auth-edge/-/next-firebase-auth-edge-1.7.0-canary.10.tgz#8afcf318b951d0a300876f5129ca371cf1f0c794" + integrity sha512-GKMyKL77PKelpZDBR/B4tjZXJJXz7H2MCS4lERVW5Hs7MDgQ4XDK5EtVf4g4kB8WZ/2YTnw4RkjfF8/uUax0ow== dependencies: cookie "^0.6.0" encoding "^0.1.13"