We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4342ff3 commit 8662c66Copy full SHA for 8662c66
docs/package.json
@@ -22,7 +22,7 @@
22
"@nuxtjs/seo": "^3.2.2",
23
"@vueuse/core": "^13.9.0",
24
"@vueuse/nuxt": "^13.9.0",
25
- "better-sqlite3": "^12.2.0",
+ "better-sqlite3": "^12.3.0",
26
"nuxt-content-twoslash": "^0.1.2",
27
"nuxt-llms": "^0.1.3",
28
"ohash": "^2.0.11",
playground/nuxt.config.ts
@@ -7,7 +7,6 @@ export default defineNuxtConfig({
7
],
8
9
devtools: { enabled: true },
10
- compatibilityDate: '2024-07-14',
11
12
nitro: {
13
prerender: {
playground/package.json
@@ -8,6 +8,8 @@
"generate": "nuxi generate"
},
"dependencies": {
- "@nuxt/scripts": "workspace:*"
+ "@nuxt/scripts": "latest",
+ "nuxt": "latest",
+ "@nuxt/ui": "latest"
14
}
15
0 commit comments