|
34 | 34 | "lint": "eslint . --cache", |
35 | 35 | "lint:fix": "eslint . --cache --fix", |
36 | 36 | "prepack": "pnpm build", |
37 | | - "release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release --push --publish", |
| 37 | + "release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags", |
38 | 38 | "test": "vitest run", |
39 | 39 | "test:watch": "vitest watch" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@nuxt/devtools": "1.4.2", |
43 | | - "@nuxt/eslint-config": "0.5.7", |
44 | | - "@nuxt/kit": "3.13.2", |
45 | | - "@nuxt/module-builder": "0.8.4", |
46 | | - "@nuxt/test-utils": "3.14.2", |
47 | | - "changelogen": "0.5.5", |
48 | | - "crawler-user-agents": "1.0.149", |
49 | | - "cross-env": "7.0.3", |
50 | | - "defu": "6.1.4", |
51 | | - "eslint": "9.10.0", |
52 | | - "happy-dom": "15.7.4", |
53 | | - "node-fetch": "3.3.2", |
54 | | - "nuxt": "3.13.2", |
55 | | - "playwright": "1.47.1", |
56 | | - "typescript": "5.6.2", |
57 | | - "vitest": "2.1.1" |
| 42 | + "@nuxt/devtools": "latest", |
| 43 | + "@nuxt/eslint-config": "^0.5.7", |
| 44 | + "@nuxt/kit": "^3.13.2", |
| 45 | + "@nuxt/module-builder": "^0.8.4", |
| 46 | + "@nuxt/test-utils": "^3.14.2", |
| 47 | + "changelogen": "^0.5.5", |
| 48 | + "crawler-user-agents": "^1.0.149", |
| 49 | + "cross-env": "^7.0.3", |
| 50 | + "defu": "^6.1.4", |
| 51 | + "eslint": "^9.10.0", |
| 52 | + "happy-dom": "^15.7.4", |
| 53 | + "node-fetch": "^3.3.2", |
| 54 | + "nuxt": "^3.13.2", |
| 55 | + "playwright": "^1.47.1", |
| 56 | + "typescript": "^5.6.2", |
| 57 | + "vitest": "^2.1.1" |
58 | 58 | }, |
59 | 59 | "resolutions": { |
60 | 60 | "@nuxtjs/device": "workspace:*" |
|
0 commit comments