diff --git a/.husky/pre-commit b/.husky/pre-commit index 84aec536..49190d4f 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,4 @@ +bun install +git add bun.lockb bun lint-staged diff --git a/bun.lockb b/bun.lockb index 20a2cef7..baa295eb 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8ed79306..a9f89147 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "release": "semantic-release" }, "dependencies": { - "@matterlabs/docs-nuxt-template": "2.8.5", + "@matterlabs/docs-nuxt-template": "2.9.1", "@iconify-json/heroicons": "^1.2.0", "@iconify-json/simple-icons": "^1.2.1", "@iconify-json/vscode-icons": "^1.2.0",