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 a3909f50..20a2cef7 100755 Binary files a/bun.lockb and b/bun.lockb differ 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",