|
2 | 2 | "name": "nuxi-workspace", |
3 | 3 | "type": "module", |
4 | 4 | "private": true, |
5 | | - "packageManager": "pnpm@10.18.2", |
| 5 | + "packageManager": "pnpm@10.18.3", |
6 | 6 | "description": "⚡️ Nuxt Generation CLI Experience", |
7 | 7 | "license": "MIT", |
8 | 8 | "repository": "nuxt/cli", |
|
12 | 12 | "build:stub": "pnpm -r dev:prepare", |
13 | 13 | "lint": "eslint .", |
14 | 14 | "lint:fix": "eslint --fix .", |
15 | | - "nuxi": "node ./packages/nuxi/bin/nuxi.mjs", |
16 | | - "nuxt": "node ./packages/nuxt-cli/bin/nuxi.mjs", |
17 | | - "nuxi-bun": "bun --bun ./packages/nuxi/bin/nuxi.mjs", |
| 15 | + "nuxi": "pnpm build && node ./packages/nuxi/bin/nuxi.mjs", |
| 16 | + "nuxt": "pnpm build && node ./packages/nuxt-cli/bin/nuxi.mjs", |
| 17 | + "nuxi-bun": "pnpm build && bun --bun ./packages/nuxi/bin/nuxi.mjs", |
18 | 18 | "prepack": "pnpm -r build", |
19 | 19 | "test:types": "tsc --noEmit", |
20 | 20 | "test:knip": "knip", |
21 | 21 | "test:dist": "pnpm -r test:dist", |
22 | 22 | "test:unit": "vitest --coverage --run && pnpm --filter nuxt-cli-playground test --run" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@antfu/eslint-config": "^5.4.1", |
| 25 | + "@antfu/eslint-config": "^6.0.0", |
26 | 26 | "@codspeed/vitest-plugin": "^5.0.1", |
27 | 27 | "@nuxt/eslint-config": "^1.9.0", |
28 | 28 | "@nuxt/test-utils": "^3.19.2", |
29 | | - "@types/node": "^22.18.10", |
| 29 | + "@types/node": "^22.18.12", |
30 | 30 | "@types/semver": "^7.7.1", |
31 | 31 | "@vitest/coverage-v8": "^3.2.4", |
32 | 32 | "changelogen": "^0.6.2", |
33 | | - "eslint": "^9.37.0", |
34 | | - "knip": "^5.65.0", |
| 33 | + "eslint": "^9.38.0", |
| 34 | + "knip": "^5.66.2", |
35 | 35 | "nuxt": "^4.1.3", |
36 | 36 | "pkg-pr-new": "^0.0.60", |
37 | 37 | "semver": "^7.7.3", |
38 | | - "std-env": "^3.9.0", |
| 38 | + "std-env": "^3.10.0", |
39 | 39 | "tinyexec": "^1.0.1", |
40 | 40 | "typescript": "^5.9.3", |
41 | 41 | "vitest": "^3.2.4", |
|
46 | 46 | "@nuxt/schema": "4.1.3", |
47 | 47 | "create-nuxt": "workspace:*", |
48 | 48 | "create-nuxt-app": "workspace:*", |
49 | | - "eslint-plugin-jsdoc": "61.1.2", |
| 49 | + "eslint-plugin-jsdoc": "61.1.5", |
50 | 50 | "eslint-plugin-unicorn": "61.0.2", |
51 | 51 | "h3": "^1.15.4", |
52 | 52 | "nitropack": "latest", |
|
0 commit comments