Skip to content

Commit

Permalink
chore(deps): upgrade vite & nuxt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timhanlon committed Sep 7, 2024
1 parent 76bd44e commit 3a44baf
Show file tree
Hide file tree
Showing 20 changed files with 4,898 additions and 1,004 deletions.
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.1.0",
"vite": "^5.0.11"
"vite": "^5.4.3"
}
}
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.2",
"typescript": "^5.4.4",
"vite": "^5.0.11"
"vite": "^5.4.3"
}
}
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.3.1",
"histoire": "workspace:*",
"vite": "^5.0.11",
"vite": "^5.4.3",
"vue-template-compiler": "^2.7.15"
}
}
2 changes: 1 addition & 1 deletion examples/vue3-percy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^4.5.0",
"histoire": "workspace:*",
"vite": "^5.0.11"
"vite": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion examples/vue3-screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^4.5.0",
"histoire": "workspace:*",
"vite": "^5.0.11"
"vite": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion 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.5.0",
"histoire": "workspace:*",
"vite": "^5.0.11"
"vite": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion examples/vue3-vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^4.5.2",
"histoire": "workspace:*",
"vite": "^5.0.11",
"vite": "^5.4.3",
"vite-plugin-vuetify": "1.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"nodemon": "^2.0.22",
"sass": "^1.69.5",
"start-server-and-test": "^1.15.4",
"vite": "^5.0.11"
"vite": "^5.4.3"
}
}
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.5",
"typescript": "^5.4.4",
"vite": "^5.0.11",
"vite": "^5.4.3",
"vue": "^3.3.8"
}
}
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.5.0",
"histoire": "workspace:*",
"vite": "^5.0.11"
"vite": "^5.4.3"
}
}
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.5",
"typescript": "^5.4.4",
"vite": "^5.0.11",
"vite": "^5.4.3",
"vitest": "^0.34.6",
"vue": "^3.3.8",
"vue-tsc": "^2.0.11"
Expand Down
8 changes: 4 additions & 4 deletions packages/histoire-plugin-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"peerDependencies": {
"@histoire/plugin-vue": "workspace:^",
"histoire": "workspace:^",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.12.4"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@nuxt/kit": "^3.12.4",
"@rollup/plugin-replace": "^5.0.5",
"h3": "^1.9.0",
"ofetch": "^1.3.3",
"unenv": "^1.7.4"
},
"devDependencies": {
"@nuxt/schema": "^3.8.2",
"@nuxt/schema": "^3.12.4",
"@types/node": "^18.11.9",
"histoire": "workspace:*",
"typescript": "^5.4.4",
"vite": "^5.0.11"
"vite": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/histoire-plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"svelte": "^4.2.12",
"svelte-preprocess": "^5.1.3",
"typescript": "^5.4.4",
"vite": "^5.0.11"
"vite": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"concurrently": "^7.6.0",
"histoire": "workspace:*",
"typescript": "^5.4.4",
"vite": "^5.0.11",
"vite": "^5.4.3",
"vue": "^3.3.8"
}
}
2 changes: 1 addition & 1 deletion packages/histoire-plugin-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"globby": "^13.2.2",
"histoire": "workspace:*",
"typescript": "^5.4.4",
"vite": "^5.0.11",
"vite": "^5.4.3",
"vue": "^2.7.15"
}
}
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": "^5.4.4",
"vite": "^5.0.11"
"vite": "^5.4.3"
}
}
6 changes: 3 additions & 3 deletions packages/histoire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"sade": "^1.8.1",
"shiki-es": "^0.2.0",
"sirv": "^2.0.3",
"vite-node": "^0.34.6"
"vite-node": "^2.0.5"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
Expand All @@ -86,7 +86,7 @@
"esbuild": "^0.18.20",
"rollup": "^4.8.0",
"typescript": "^5.4.4",
"vite": "^5.0.11",
"vitest": "^0.34.6"
"vite": "^5.4.3",
"vitest": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/histoire/src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export { defaultColors } from './colors.js'

declare module 'rollup' {
interface PluginContextMeta {
histoire: {
histoire?: {
isCollecting: boolean
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire/src/node/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export async function getViteConfigWithPlugins(isServer: boolean, ctx: Context):
},

options() {
this.meta.histoire = {
(this.meta as any).histoire = {
isCollecting: isServer,
}
},
Expand Down
Loading

0 comments on commit 3a44baf

Please sign in to comment.