|
33 | 33 | "dist"
|
34 | 34 | ],
|
35 | 35 | "scripts": {
|
36 |
| - "build": "pnpm dev:prepare && nuxt-module-build", |
| 36 | + "build": "pnpm dev:prepare && nuxt-module-build build", |
37 | 37 | "dev": "nuxi dev playground",
|
38 | 38 | "dev:build": "nuxi build playground",
|
39 |
| - "dev:prepare": "pnpm nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground", |
| 39 | + "dev:prepare": "pnpm nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", |
40 | 40 | "docs:dev": "nuxi dev docs",
|
41 | 41 | "docs:build": "nuxi build docs",
|
42 | 42 | "lint": "pnpm lint:all:eslint && pnpm lint:all:prettier",
|
|
60 | 60 | "@ionic/vue": "^7.6.3",
|
61 | 61 | "@ionic/vue-router": "^7.6.3",
|
62 | 62 | "@kevinmarrec/nuxt-pwa": "^0.17.0",
|
63 |
| - "@nuxt/kit": "^3.1.0", |
| 63 | + "@nuxt/kit": "^3.9.1", |
64 | 64 | "ionicons": "^7.2.2",
|
65 | 65 | "pathe": "^1.1.1",
|
66 | 66 | "pkg-types": "^1.0.3",
|
|
69 | 69 | },
|
70 | 70 | "devDependencies": {
|
71 | 71 | "@nuxt/eslint-config": "0.2.0",
|
72 |
| - "@nuxt/module-builder": "0.4.0", |
73 |
| - "@nuxt/schema": "3.6.5", |
74 |
| - "@nuxt/test-utils": "3.6.5", |
| 72 | + "@nuxt/module-builder": "0.5.5", |
| 73 | + "@nuxt/schema": "3.9.1", |
| 74 | + "@nuxt/test-utils": "3.9.0", |
75 | 75 | "@types/node": "20.10.7",
|
76 | 76 | "@vitest/coverage-v8": "1.1.3",
|
77 | 77 | "bumpp": "9.2.1",
|
|
81 | 81 | "expect-type": "0.17.3",
|
82 | 82 | "husky": "8.0.3",
|
83 | 83 | "lint-staged": "15.2.0",
|
84 |
| - "nuxt": "3.6.5", |
| 84 | + "nuxt": "3.9.1", |
85 | 85 | "pinst": "3.0.0",
|
86 | 86 | "playwright": "1.40.1",
|
87 | 87 | "prettier": "3.1.1",
|
|
90 | 90 | "vue": "3.4.7"
|
91 | 91 | },
|
92 | 92 | "resolutions": {
|
93 |
| - "@nuxt/kit": "3.6.5", |
94 |
| - "@nuxt/schema": "3.6.5", |
| 93 | + "@nuxt/kit": "3.9.1", |
| 94 | + "@nuxt/schema": "3.9.1", |
95 | 95 | "@nuxtjs/ionic": "link:.",
|
96 | 96 | "consola": "^3.2.3"
|
97 | 97 | },
|
|
0 commit comments