nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
627 stars 105 forks source link

nuxtjs/vuetify doesn't import latest version of vuetify on production #403

Open cvakodobro opened 3 years ago

cvakodobro commented 3 years ago

Module version

1.11.2

Describe the bug

Here is my package.js file:

"dependencies": { "@nuxtjs/auth": "^4.9.0", "@nuxtjs/axios": "^5.3.6", "axios": "^0.20.0", "cross-env": "^5.2.0", "fs": "0.0.1-security", "json": "^9.0.6", "lodash": "^4.17.15", "nuxt": "^2.4.0", "vue-apexcharts": "^1.5.2", "vue-moment": "^4.1.0", }, "devDependencies": { "@fortawesome/fontawesome-pro": "^5.15.1", "@nuxtjs/eslint-config": "^0.0.1", "@nuxtjs/moment": "^1.6.0", "@nuxtjs/vuetify": "^1.10.3", "babel-eslint": "^8.2.1", "eslint": "^5.0.1", "eslint-config-prettier": "^3.1.0", "eslint-config-standard": ">=12.0.0", "eslint-loader": "^2.0.0", "eslint-plugin-import": ">=2.14.0", "eslint-plugin-jest": ">=21.24.1", "eslint-plugin-node": ">=7.0.1", "eslint-plugin-prettier": "2.6.2", "eslint-plugin-promise": ">=4.0.1", "eslint-plugin-standard": ">=4.0.0", "eslint-plugin-vue": "^5.0.0", "nodemon": "^1.18.9", "nuxt-fontawesome": "^0.4.0", "prettier": "1.14.3" }

In development I have vuetify 2.3.12. but I have vuetify version 2.2.32. Because of missing components and updates my app is not rendered correctly.

Expected behavior I've expected to have 2.3.12 or latest version of vuetify

oliverkan commented 3 years ago

latest version of @nuxt/vuetify is 1.11.2 but you have 1.10.3