@cnamts/vue-cli-plugin-vue-dash
Advanced tools
Comparing version 2.0.0-beta.10 to 2.0.0-beta.11
@@ -42,20 +42,20 @@ const { devDependencies } = require('../../package.json'); | ||
'axios': '^0.21.1', | ||
'core-js': '^3.12.1', | ||
'core-js': '^3.15.0', | ||
'custom-event-polyfill': '^1.0.7', | ||
'dayjs': '^1.10.4', | ||
'dayjs': '^1.10.5', | ||
'languages': '^0.1.3', | ||
'vue': '^2.6.12', | ||
'vue-input-facade': '^1.3.4', | ||
'vue': '^2.6.14', | ||
'vue-input-facade': '^1.3.6', | ||
'vue-meta': '^2.4.0', | ||
'vue-router': '^3.5.1', | ||
'vuetify': '^2.5.0', | ||
'vue-router': '^3.5.2', | ||
'vuetify': '^2.5.4', | ||
'vuex': '^3.6.2' | ||
}, | ||
devDependencies: { | ||
'@babel/core': '^7.14.3', | ||
'@babel/core': '^7.14.6', | ||
'@mdi/js': '^5.9.55', | ||
'@types/jest': '^26.0.23', | ||
'@types/webfontloader': '^1.6.32', | ||
'@typescript-eslint/eslint-plugin': '^4.25.0', | ||
'@typescript-eslint/parser': '^4.25.0', | ||
'@typescript-eslint/eslint-plugin': '^4.28.0', | ||
'@typescript-eslint/parser': '^4.28.0', | ||
'@vue/cli-plugin-babel': '~4.5.13', | ||
@@ -70,15 +70,15 @@ '@vue/cli-plugin-eslint': '~4.5.13', | ||
'@vue/eslint-config-typescript': '^7.0.0', | ||
'@vue/test-utils': '^1.2.0', | ||
'eslint': '^7.74.0', | ||
'eslint-plugin-import': '^2.23.3', | ||
'@vue/test-utils': '^1.2.1', | ||
'eslint': '^7.29.0', | ||
'eslint-plugin-import': '^2.23.4', | ||
'eslint-plugin-node': '^11.1.0', | ||
'eslint-plugin-promise': '^5.1.0', | ||
'eslint-plugin-vue': '^7.9.0', | ||
'eslint-plugin-vue': '^7.11.1', | ||
'jest-serializer-vue': '^2.0.2', | ||
'sass': '^1.34.0', | ||
'sass-loader': '^10.1.1', | ||
'typescript': '~4.2.4', | ||
'sass': '1.32.13', // @see https://github.com/vuetifyjs/vuetify/issues/13694 | ||
'sass-loader': '^10.2.0', | ||
'typescript': '~4.3.4', | ||
'vue-class-component': '^7.2.6', | ||
'vue-cli-plugin-vuetify': '^2.4.0', | ||
'vue-template-compiler': '^2.6.12', | ||
'vue-cli-plugin-vuetify': '^2.4.1', | ||
'vue-template-compiler': '^2.6.14', | ||
'vuetify-loader': '^1.7.2', | ||
@@ -100,3 +100,3 @@ 'webfontloader': '^1.6.28', | ||
if (options.i18n) { | ||
newPackageProperties.dependencies['vue-i18n'] = '^8.24.4'; | ||
newPackageProperties.dependencies['vue-i18n'] = '^8.24.5'; | ||
} | ||
@@ -122,3 +122,3 @@ | ||
newPackageProperties.resolutions['cypress'] = '^7.4.0'; | ||
newPackageProperties.resolutions['cypress'] = '^7.5.0'; | ||
} | ||
@@ -125,0 +125,0 @@ |
{ | ||
"name": "@cnamts/vue-cli-plugin-vue-dash", | ||
"version": "2.0.0-beta.10", | ||
"version": "2.0.0-beta.11", | ||
"description": "Vue CLI plugin to scaffold front-end projects", | ||
@@ -33,4 +33,4 @@ "keywords": [ | ||
"@cnamts/design-tokens": "^2.0.0-beta.10", | ||
"@cnamts/form-builder": "^2.0.0-beta.10", | ||
"@cnamts/vue-dot": "^2.0.0-beta.10" | ||
"@cnamts/form-builder": "^2.0.0-beta.11", | ||
"@cnamts/vue-dot": "^2.0.0-beta.11" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "98f40251fc44e6d36f9011b50300a62e3a779a0f" | ||
"gitHead": "c2b3f63d4982bfe1c6a745f1ddf80472ab86018e" | ||
} |
@@ -54,3 +54,2 @@ // Vue CLI configuration | ||
* @see https://github.com/vuetifyjs/vuetify-loader#automatic-imports | ||
* | ||
* @param {string} _ The tag as it was originally used in the template | ||
@@ -57,0 +56,0 @@ * @param {object} options The options of the component |
182665
1929