Skip to content

Commit

Permalink
fix(nuxt): update nuxt version and disable devtools (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 25, 2023
1 parent 439d53a commit 27ca2c1
Show file tree
Hide file tree
Showing 21 changed files with 1,926 additions and 2,488 deletions.
2 changes: 1 addition & 1 deletion examples/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@nuxtjs/tailwindcss": "^6.8.0",
"cypress": "^13.3.0",
"histoire": "workspace:*",
"nuxt": "^3.7.3",
"nuxt": "^3.8.0",
"start-server-and-test": "^1.15.4",
"vue": "^3.3.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"histoire": "workspace:*",
"start-server-and-test": "^1.15.4",
"svelte-preprocess": "^5.0.4",
"vite": "^4.4.9"
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"svelte-preprocess": "^4.10.7",
"tslib": "^2.6.1",
"typescript": "^4.9.5",
"vite": "^4.4.9"
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@histoire/plugin-vue2": "workspace:*",
"@vitejs/plugin-vue2": "^2.2.0",
"histoire": "workspace:*",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vue-template-compiler": "^2.7.14"
}
}
4 changes: 2 additions & 2 deletions examples/vue3-percy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"histoire": "workspace:*",
"vite": "^4.4.9"
"vite": "^4.5.0"
}
}
}
4 changes: 2 additions & 2 deletions examples/vue3-screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"histoire": "workspace:*",
"vite": "^4.4.9"
"vite": "^4.5.0"
}
}
}
4 changes: 2 additions & 2 deletions examples/vue3-themed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"histoire": "workspace:*",
"vite": "^4.4.9"
"vite": "^4.5.0"
}
}
}
4 changes: 2 additions & 2 deletions examples/vue3-vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^2.3.4",
"histoire": "workspace:*",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-plugin-vuetify": "1.0.0-alpha.12"
}
}
}
4 changes: 2 additions & 2 deletions examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"nodemon": "^2.0.22",
"sass": "^1.65.1",
"start-server-and-test": "^1.15.4",
"vite": "^4.4.9"
"vite": "^4.5.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/histoire-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"postcss-import": "^14.1.0",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vue": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/histoire-controls-stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^4.2.3",
"histoire": "workspace:*",
"vite": "^4.4.9"
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/histoire-controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"postcss-import": "^14.1.0",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vitest": "^0.34.1",
"vue": "^3.3.4",
"vue-tsc": "^1.8.8"
Expand Down
12 changes: 6 additions & 6 deletions packages/histoire-plugin-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"watch": "tsc -d -w --sourceMap"
},
"dependencies": {
"@nuxt/kit": "^3.6.5",
"@nuxt/kit": "^3.8.0",
"@rollup/plugin-replace": "^5.0.2",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"h3": "^1.7.1",
"ofetch": "^1.1.1",
"unenv": "^1.7.1"
"h3": "^1.8.2",
"ofetch": "^1.3.3",
"unenv": "^1.7.4"
},
"devDependencies": {
"@nuxt/schema": "^3.6.5",
"@nuxt/schema": "^3.8.0",
"@types/node": "^17.0.45",
"histoire": "workspace:*",
"typescript": "^4.9.5",
"vite": "^4.4.9"
"vite": "^4.5.0"
},
"peerDependencies": {
"@histoire/plugin-vue": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-nuxt/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ async function useNuxtViteConfig () {
ready: false,
dev: true,
overrides: {
devtools: { enabled: false },
ssr: false,
experimental: {
// @ts-ignore coming in Nuxt v3.8
appManifest: false,
},
app: {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"svelte": "^4.2.0",
"svelte-preprocess": "^4.10.7",
"typescript": "^4.9.5",
"vite": "^4.4.9"
"vite": "^4.5.0"
},
"peerDependencies": {
"histoire": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"concurrently": "^7.6.0",
"histoire": "workspace:*",
"typescript": "^4.9.5",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vue": "^3.3.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"globby": "^13.2.2",
"histoire": "workspace:*",
"typescript": "^4.9.5",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vue": "^2.7.14"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"devDependencies": {
"typescript": "^4.9.5",
"vite": "^4.4.9"
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/histoire-vendors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fs-extra": "^10.1.0",
"globby": "^13.2.2",
"pinia": "^2.1.6",
"rollup": "^3.28.0",
"rollup": "^3.29.4",
"rollup-plugin-typescript2": "^0.34.1",
"scroll-into-view-if-needed": "^2.2.31",
"typescript": "^4.9.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/histoire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
"@types/micromatch": "^4.0.2",
"@types/node": "^17.0.45",
"esbuild": "^0.18.20",
"rollup": "^3.28.0",
"rollup": "^3.29.4",
"typescript": "^4.9.5",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vitest": "^0.34.1"
}
}

0 comments on commit 27ca2c1

Please sign in to comment.