Skip to content

Commit 118b17f

Browse files
authored
Merge branch 'main' into chore/safer-config-checking
2 parents 1c53b6b + fb8fafb commit 118b17f

File tree

2 files changed

+395
-316
lines changed

2 files changed

+395
-316
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@nuxt/content": "^2.12.1",
6363
"@nuxt/devtools": "^1.1.5",
6464
"@nuxt/eslint-config": "0.3.7",
65-
"@nuxt/module-builder": "^0.5.5",
65+
"@nuxt/module-builder": "^0.6.0",
6666
"@nuxt/test-utils": "^3.12.1",
6767
"@tailwindcss/typography": "^0.5.12",
6868
"changelogen": "^0.5.5",
@@ -71,13 +71,19 @@
7171
"happy-dom": "^13.10.1",
7272
"nuxt": "^3.11.2",
7373
"typescript": "^5.4.5",
74-
"vitest": "1.5.0"
74+
"vitest": "1.5.0",
75+
"vue-tsc": "^2.0.14"
7576
},
7677
"packageManager": "pnpm@9.0.2",
7778
"resolutions": {
7879
"@nuxtjs/tailwindcss": "link:."
7980
},
81+
"build": {
82+
"externals": [
83+
"runtime/merger.mjs"
84+
]
85+
},
8086
"stackblitz": {
8187
"startCommand": "pnpm dev:prepare && pnpm dev"
8288
}
83-
}
89+
}

0 commit comments

Comments
 (0)