Skip to content

Commit

Permalink
sets docs and stackblitz to track latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
vejja committed May 30, 2024
1 parent cd71712 commit 28ce4e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .stackblitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"nuxt": "3.9.3"
},
"dependencies": {
"nuxt-security": "^2.0.0"
"nuxt-security": "latest"
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 28ce4e4

Please sign in to comment.