From a832ee04fddfdc03c3102f3c2bb61b26bc2795cf Mon Sep 17 00:00:00 2001 From: Sabrina Date: Fri, 6 Sep 2024 16:10:25 -0400 Subject: [PATCH] chore: update layer version (#67) # Description Update nuxt template layer to avoid setting the algolia env vars in the project when running dev. --- .env.example | 1 + bun.lockb | Bin 734103 -> 734103 bytes package.json | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3b3e9303..669c9a8c 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ # Production license for @nuxt/ui-pro, get one at https://ui.nuxt.com/pro/purchase +# Only required for building the project, running dev will work without it NUXT_UI_PRO_LICENSE= diff --git a/bun.lockb b/bun.lockb index a3909f50c1ff625b5c9f7c8929bb45e28ace8f69..20a2cef76ea4f07c1d3c5c118b540394c23b0cab 100755 GIT binary patch delta 181 zcmbRKTxa@ooe6phqN$pSA6W0dy7b*f^O4Ds4-yXXhqo+QasHQ1T8-q6!!nJ2Tm2Zb z)=e%c(U`1I$kF~{9U~AkZGW+j`RWRXjCWnJtM8nWjp_3`RiKc*ixyJarqOr3;dRM6=M9BO?h+bM@iqYMB`lyhh^JuZw}`Zl6u6|{x_Tjh*^P{ZTsJF h_G}?W)Ar0Pb|B^eV$SWESzITT7)`eu_j08y0|4YIRg3@t delta 186 zcmbRKTxa@ooe6ph48o7PcIL`nxGngfNA(xurm5^Kc7lI5Oj|3N`aAMNdU~VZRzJq9 zb<JXV#)m)BiT$n0H`h<6f?mWdJR@Q<(q& diff --git a/package.json b/package.json index e82b53e5..8ed79306 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "release": "semantic-release" }, "dependencies": { - "@matterlabs/docs-nuxt-template": "2.8.4", + "@matterlabs/docs-nuxt-template": "2.8.5", "@iconify-json/heroicons": "^1.2.0", "@iconify-json/simple-icons": "^1.2.1", "@iconify-json/vscode-icons": "^1.2.0",