Skip to content

Commit

Permalink
chore: update to latest @nuxt/module-builder (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 27, 2024
1 parent dac6a9c commit fb8fafb
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 316 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "^1.1.5",
"@nuxt/eslint-config": "0.3.7",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/test-utils": "^3.12.1",
"@tailwindcss/typography": "^0.5.12",
"changelogen": "^0.5.5",
Expand All @@ -71,13 +71,19 @@
"happy-dom": "^13.10.1",
"nuxt": "^3.11.2",
"typescript": "^5.4.5",
"vitest": "1.5.0"
"vitest": "1.5.0",
"vue-tsc": "^2.0.14"
},
"packageManager": "pnpm@9.0.2",
"resolutions": {
"@nuxtjs/tailwindcss": "link:."
},
"build": {
"externals": [
"runtime/merger.mjs"
]
},
"stackblitz": {
"startCommand": "pnpm dev:prepare && pnpm dev"
}
}
}

0 comments on commit fb8fafb

Please sign in to comment.