|
28 | 28 | "dev": "nuxi dev playground", |
29 | 29 | "dev:build": "nuxi build playground", |
30 | 30 | "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", |
31 | | - "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", |
| 31 | + "release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release && npm publish && git push --follow-tags", |
32 | 32 | "lint": "eslint .", |
33 | 33 | "lint:fix": "eslint . --fix", |
34 | 34 | "test": "vitest run", |
35 | 35 | "test:watch": "vitest watch", |
36 | 36 | "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit", |
37 | | - "validate": "npm run lint && npm run test:types && npm run test" |
| 37 | + "validate": "pnpm lint && pnpm test:types && pnpm test" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | 40 | "defu": "^6.1.4", |
|
49 | 49 | "@nuxt/module-builder": "^1.0.2", |
50 | 50 | "@nuxt/schema": "^4.1.2", |
51 | 51 | "@nuxt/test-utils": "^3.19.2", |
52 | | - "@types/node": "^24.6.1", |
| 52 | + "@types/node": "^24.6.2", |
53 | 53 | "changelogen": "^0.6.2", |
54 | | - "eslint": "^9.36.0", |
| 54 | + "eslint": "^9.37.0", |
55 | 55 | "nuxt": "^4.1.2", |
56 | 56 | "typescript": "^5.9.3", |
57 | 57 | "vitest": "^3.2.4", |
58 | 58 | "vue-tsc": "^3.1.0" |
59 | 59 | }, |
60 | | - "packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef", |
| 60 | + "packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa", |
61 | 61 | "pnpm": { |
62 | 62 | "onlyBuiltDependencies": [ |
63 | 63 | "@parcel/watcher", |
|
0 commit comments