Skip to content

Commit

Permalink
build(examples): Move all examples to ESM fix Vuetify build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbud committed Dec 12, 2023
1 parent 0a56a06 commit c4caf39
Show file tree
Hide file tree
Showing 9 changed files with 357 additions and 524 deletions.
3 changes: 2 additions & 1 deletion examples/vue3-percy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "histoire-example-vue3-percy",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"story:dev": "histoire dev",
"story:build": "histoire build",
Expand All @@ -17,4 +18,4 @@
"histoire": "workspace:*",
"vite": "^5.0.7"
}
}
}
File renamed without changes.
3 changes: 2 additions & 1 deletion examples/vue3-screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "histoire-example-vue3-screenshot",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"story:dev": "histoire dev",
"story:build": "histoire build",
Expand All @@ -17,4 +18,4 @@
"histoire": "workspace:*",
"vite": "^5.0.7"
}
}
}
File renamed without changes.
13 changes: 7 additions & 6 deletions examples/vue3-vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@
"name": "histoire-example-vue3-vuetify",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"vue": "^3.3.8",
"vuetify": "^3.4.2"
"@mdi/font": "^7.3.67",
"vue": "^3.3.11",
"vuetify": "^3.4.6"
},
"devDependencies": {
"@histoire/plugin-vue": "workspace:*",
"@vitejs/plugin-vue": "^2.3.4",
"@vitejs/plugin-vue": "^4.5.2",
"histoire": "workspace:*",
"vite": "^5.0.7",
"vite-plugin-vuetify": "1.0.0-alpha.12"
"vite-plugin-vuetify": "1.0.2"
}
}
}
File renamed without changes.
1 change: 1 addition & 0 deletions examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "histoire-example-vue3",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev:hst": "nodemon --watch ../../packages/histoire/dist --watch ../../packages/histoire-plugin-vue/dist --exec \"rm -rf ./node_modules/.hst* && HISTOIRE_DEV=true histoire dev\"",
"story:dev": "histoire dev",
Expand Down
File renamed without changes.
Loading

0 comments on commit c4caf39

Please sign in to comment.