From 3d307bf2af877662654b4a9262deb77fa2476355 Mon Sep 17 00:00:00 2001
From: Nate Moore <nate@skypack.dev>
Date: Sun, 27 Mar 2022 09:30:35 -0500
Subject: [PATCH] chore: update lockfile

---
 pnpm-lock.yaml | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index acae2d1afe..9c8fc09fb0 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -284,15 +284,23 @@ importers:
       astro: link:../../packages/astro
       sass: 1.49.9
 
-  examples/spa:
+  examples/router:
     specifiers:
       '@astrojs/router': ^0.0.1
+      '@astrojs/spa': ^0.0.1
+      astro: ^0.25.2
+    dependencies:
+      '@astrojs/router': link:../../packages/router
+    devDependencies:
+      '@astrojs/spa': link:../../packages/integrations/spa
+      astro: link:../../packages/astro
+
+  examples/spa:
+    specifiers:
       '@astrojs/spa': ^0.0.1
       '@astrojs/vue': ^0.0.2
       astro: ^0.25.2
       vue: ^3.2.30
-    dependencies:
-      '@astrojs/router': link:../../packages/router
     devDependencies:
       '@astrojs/spa': link:../../packages/integrations/spa
       '@astrojs/vue': link:../../packages/integrations/vue