Skip to content

Commit

Permalink
use back "nuxt-vuetify" as nuxt module
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Jan 13, 2024
1 parent c60fa32 commit 71b8db7
Show file tree
Hide file tree
Showing 4 changed files with 3,116 additions and 2,345 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"devDependencies": {
"@antfu/eslint-config": "^0.40.3",
"@storybook-vue/nuxt": "workspace:*",
"@types/node": "^16.18.60",
"@types/node": "^16.18.70",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"lint-staged": "^13.3.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"typescript": "^4.9.5",
"ufo": "^1.3.1",
"ufo": "^1.3.2",
"unbuild": "^1.2.1",
"vite": "^4.5.0",
"vite-hot-client": "^0.2.2",
"vue-tsc": "^1.8.22"
"vite": "^4.5.1",
"vite-hot-client": "^0.2.3",
"vue-tsc": "^1.8.27"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-nuxt/playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default defineNuxtConfig({
modules: [
'@nuxt/image',
'@pinia/nuxt',
'@invictus.codes/nuxt-vuetify',
'vuetify-nuxt-module',
],
runtimeConfig: {
app: {
Expand Down
20 changes: 10 additions & 10 deletions packages/storybook-nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@invictus.codes/nuxt-vuetify": "^0.3.0",
"@nuxt/devtools": "latest",
"@nuxt/image": "rc",
"@nuxt/ui-templates": "^1.3.1",
"@nuxtjs/color-mode": "^3.3.0",
"@pinia/nuxt": "^0.4.11",
"@storybook-vue/nuxt": "workspace:*",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/blocks": "7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/testing-library": "^0.2.0",
"@types/node": "^18.17.5",
"nuxt": "3.8.1",
"nuxt": "^3.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "7.5.3",
"storybook": "^7.5.3",
"typescript": "^5.1.0",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
"vue-router": "^4.2.5",
"vuetify-nuxt-module": "latest"
},
"pnpm": {
"overrides": {
"nuxt": "3.8.1",
"nuxt": "^3.8.1",
"vite": "4.5.0",
"vue": "3.3.8"
"vue": "^3.3.8"
}
}
}
Loading

0 comments on commit 71b8db7

Please sign in to comment.