diff --git a/.stackblitz/package.json b/.stackblitz/package.json index ec5226e4..7511f3f1 100644 --- a/.stackblitz/package.json +++ b/.stackblitz/package.json @@ -11,6 +11,6 @@ "nuxt": "3.9.3" }, "dependencies": { - "nuxt-security": "^2.0.0" + "nuxt-security": "latest" } } diff --git a/docs/package.json b/docs/package.json index a1559afb..f07c93fe 100755 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "@nuxtjs/plausible": "^1.0.0", "@nuxtlabs/github-module": "^1.6.3", "nuxt": "^3.11.2", - "nuxt-security": "^2.0.0" + "nuxt-security": "latest" }, "resolutions": { "string-width": "4.2.3", diff --git a/package.json b/package.json index 5a5d5d0b..b1885a2e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dev:generate": "nuxi generate playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", "dev:preview": "nuxi preview playground", - "dev:docs": "cd docs && yarn dev", + "dev:docs": "rm -rf dist && cd docs && yarn dev", "lint": "eslint .", "test": "vitest run --silent", "test:watch": "vitest watch", @@ -76,10 +76,10 @@ }, "unbuild": { "entries": [ - "src/utils/hash.ts", - "src/utils/headers.ts", - "src/utils/merge.ts", - "src/defaultConfig.ts" + "./src/utils/hash.ts", + "./src/utils/headers.ts", + "./src/utils/merge.ts", + "./src/defaultConfig.ts" ], "externals": [ "unstorage"