@cnamts/vue-cli-plugin-vue-dash
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-beta.4
@@ -42,3 +42,3 @@ const { devDependencies } = require('../../package.json'); | ||
'axios': '^0.21.0', | ||
'core-js': '^3.7.0', | ||
'core-js': '^3.8.0', | ||
'custom-event-polyfill': '^1.0.7', | ||
@@ -49,18 +49,17 @@ 'dayjs': '^1.9.6', | ||
'vue-meta': '^2.4.0', | ||
'vuetify': '^2.3.18' | ||
'vuetify': '^2.3.19' | ||
}, | ||
devDependencies: { | ||
'@babel/core': '^7.12.3', | ||
'@babel/core': '^7.12.9', | ||
'@mdi/js': '^5.8.55', | ||
'@types/jest': '^26.0.15', | ||
'@types/webfontloader': '^1.6.32', | ||
'@typescript-eslint/eslint-plugin': '^4.8.1', | ||
'@typescript-eslint/parser': '^4.8.1', | ||
'@typescript-eslint/eslint-plugin': '^4.8.2', | ||
'@typescript-eslint/parser': '^4.8.2', | ||
'@vue/eslint-config-standard': '^5.1.2', | ||
'@vue/eslint-config-typescript': '^7.0.0', | ||
'eslint': '^7.13.0', | ||
'eslint': '^7.14.0', | ||
'eslint-plugin-import': '^2.22.1', | ||
'eslint-plugin-node': '^11.1.0', | ||
'eslint-plugin-promise': '^4.2.1', | ||
'eslint-plugin-standard': '^4.1.0', | ||
'eslint-plugin-vue': '^7.1.0', | ||
@@ -82,3 +81,3 @@ 'jest-serializer-vue': '^2.0.2', | ||
if (options.i18n) { | ||
newPackageProperties.dependencies['vue-i18n'] = '^8.22.1'; | ||
newPackageProperties.dependencies['vue-i18n'] = '^8.22.2'; | ||
} | ||
@@ -104,3 +103,3 @@ | ||
newPackageProperties.resolutions['cypress'] = '^5.6.0'; | ||
newPackageProperties.resolutions['cypress'] = '^6.0.0'; | ||
} | ||
@@ -107,0 +106,0 @@ |
{ | ||
"name": "@cnamts/vue-cli-plugin-vue-dash", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"description": "Vue CLI plugin to scaffold front-end projects", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@cnamts/cli-helpers": "^2.0.0-beta.3", | ||
"@cnamts/cli-helpers": "^2.0.0-beta.4", | ||
"dayjs": "^1.8.34", | ||
@@ -33,5 +33,5 @@ "fs-extra": "^9.0.1", | ||
"devDependencies": { | ||
"@cnamts/design-tokens": "^2.0.0-beta.0", | ||
"@cnamts/form-builder": "^2.0.0-beta.3", | ||
"@cnamts/vue-dot": "^2.0.0-beta.3" | ||
"@cnamts/design-tokens": "^2.0.0-beta.4", | ||
"@cnamts/form-builder": "^2.0.0-beta.4", | ||
"@cnamts/vue-dot": "^2.0.0-beta.4" | ||
}, | ||
@@ -41,3 +41,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "590b888809938b092cb1d0a118308ae05fd30b7f" | ||
"gitHead": "ecc2d61c7fda48a16bdaa5310bf5f5e961b4ed48" | ||
} |
// Vue CLI configuration | ||
// see https://cli.vuejs.org/guide/ for help | ||
process.env.VUE_APP_VERSION = require('./package.json').version; | ||
const componentMap = { | ||
@@ -7,0 +5,0 @@ // Elements |
Sorry, the diff of this file is not supported yet
6
184953
1912