Skip to content

Commit e3dc5a2

Browse files
committed
docs: set pnpm version in engine
1 parent 2429335 commit e3dc5a2

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

docs/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
1515
"@nuxt/content": "^2.12.1",
1616
"@nuxt/fonts": "^0.7.0",
1717
"@nuxt/image": "^1.7.0",
18-
"@nuxt/ui": "^2.15.2",
1918
"@nuxt/ui-pro": "^1.2.0",
2019
"@nuxthq/studio": "^1.0.15",
2120
"@nuxtjs/plausible": "^1.0.0",
22-
"@nuxtjs/tailwindcss": "^6.12.0",
2321
"@vueuse/core": "^10.9.0",
2422
"@vueuse/nuxt": "^10.9.0",
2523
"medium-zoom": "^1.1.0",

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"private": false,
44
"version": "0.5.16",
55
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
6+
"engines": {
7+
"node": ">=20",
8+
"pnpm": ">=9"
9+
},
610
"repository": {
711
"type": "git",
812
"url": "git+https://github.com/nuxt-hub/core.git"

pnpm-lock.yaml

+11-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)