|
11 | 11 | "type": "module", |
12 | 12 | "scripts": { |
13 | 13 | "build": "nuxt build", |
14 | | - "build:test": "NODE_ENV=test vp run build", |
| 14 | + "build:test": "TEST=1 vp run build", |
15 | 15 | "dev": "nuxt dev", |
16 | 16 | "dev:docs": "vp run --filter npmx-docs dev --port=3001", |
17 | 17 | "i18n:check:fix": "node scripts/compare-translations.ts --fix", |
|
38 | 38 | "test:nuxt": "vp test --project nuxt", |
39 | 39 | "test:types": "vp run generate:lexicons && nuxt prepare && vue-tsc -b --noEmit && vp run --filter npmx-connector test:types", |
40 | 40 | "test:unit": "vp test --project unit", |
41 | | - "start:playwright:webserver": "NODE_ENV=test vp run preview --port 5678", |
| 41 | + "start:playwright:webserver": "TEST=1 vp run preview --port 5678", |
42 | 42 | "storybook": "STORYBOOK=true storybook dev -p 6006", |
43 | 43 | "build-storybook": "STORYBOOK=true storybook build", |
44 | 44 | "chromatic": "chromatic" |
|
65 | 65 | "@nuxt/test-utils": "4.0.0", |
66 | 66 | "@nuxtjs/color-mode": "4.0.0", |
67 | 67 | "@nuxtjs/html-validator": "2.1.0", |
68 | | - "@nuxtjs/i18n": "10.2.3", |
| 68 | + "@nuxtjs/i18n": "10.2.4", |
69 | 69 | "@shikijs/langs": "4.0.2", |
70 | 70 | "@shikijs/markdown-exit": "4.0.2", |
71 | 71 | "@shikijs/themes": "4.0.2", |
|
90 | 90 | "ipaddr.js": "2.3.0", |
91 | 91 | "marked": "18.0.0", |
92 | 92 | "module-replacements": "2.11.0", |
93 | | - "nuxt": "4.3.1", |
| 93 | + "nuxt": "4.4.2", |
94 | 94 | "nuxt-og-image": "^6.4.3", |
95 | 95 | "ofetch": "1.5.1", |
96 | 96 | "ohash": "2.0.11", |
|
103 | 103 | "std-env": "4.0.0", |
104 | 104 | "ufo": "1.6.3", |
105 | 105 | "unocss": "66.6.7", |
106 | | - "unplugin-vue-router": "0.19.2", |
107 | 106 | "valibot": "1.3.0", |
108 | 107 | "validate-npm-package-name": "7.0.2", |
109 | 108 | "virtua": "0.48.8", |
110 | 109 | "vite-plugin-pwa": "1.2.0", |
111 | 110 | "vite-plus": "0.1.16", |
112 | 111 | "vue": "3.5.30", |
113 | | - "vue-data-ui": "3.17.13" |
| 112 | + "vue-data-ui": "3.17.13", |
| 113 | + "vue-router": "5.0.4" |
114 | 114 | }, |
115 | 115 | "devDependencies": { |
116 | 116 | "@e18e/eslint-plugin": "0.3.0", |
|
0 commit comments