@cnamts/vue-cli-plugin-vue-dash
Advanced tools
Comparing version 2.0.0-beta.9 to 2.0.0-beta.10
@@ -42,3 +42,3 @@ const { devDependencies } = require('../../package.json'); | ||
'axios': '^0.21.1', | ||
'core-js': '^3.11.0', | ||
'core-js': '^3.12.1', | ||
'custom-event-polyfill': '^1.0.7', | ||
@@ -48,35 +48,36 @@ 'dayjs': '^1.10.4', | ||
'vue': '^2.6.12', | ||
'vue-input-facade': '^1.3.2', | ||
'vue-input-facade': '^1.3.4', | ||
'vue-meta': '^2.4.0', | ||
'vue-router': '^3.5.1', | ||
'vuetify': '^2.4.11' | ||
'vuetify': '^2.5.0', | ||
'vuex': '^3.6.2' | ||
}, | ||
devDependencies: { | ||
'@babel/core': '^7.13.16', | ||
'@babel/core': '^7.14.3', | ||
'@mdi/js': '^5.9.55', | ||
'@types/jest': '^26.0.22', | ||
'@types/webfontloader': '^1.6.0', | ||
'@typescript-eslint/eslint-plugin': '^4.22.0', | ||
'@typescript-eslint/parser': '^4.22.0', | ||
'@vue/cli-plugin-babel': '~4.5.12', | ||
'@vue/cli-plugin-eslint': '~4.5.12', | ||
'@vue/cli-plugin-router': '~4.5.12', | ||
'@vue/cli-plugin-typescript': '~4.5.12', | ||
'@vue/cli-plugin-unit-jest': '~4.5.12', | ||
'@vue/cli-plugin-vuex': '~4.5.12', | ||
'@vue/cli-service': '~4.5.12', | ||
'@types/jest': '^26.0.23', | ||
'@types/webfontloader': '^1.6.32', | ||
'@typescript-eslint/eslint-plugin': '^4.25.0', | ||
'@typescript-eslint/parser': '^4.25.0', | ||
'@vue/cli-plugin-babel': '~4.5.13', | ||
'@vue/cli-plugin-eslint': '~4.5.13', | ||
'@vue/cli-plugin-router': '~4.5.13', | ||
'@vue/cli-plugin-typescript': '~4.5.13', | ||
'@vue/cli-plugin-unit-jest': '~4.5.13', | ||
'@vue/cli-plugin-vuex': '~4.5.13', | ||
'@vue/cli-service': '~4.5.13', | ||
'@vue/eslint-config-standard': '^6.0.0', | ||
'@vue/eslint-config-typescript': '^7.0.0', | ||
'@vue/test-utils': '^1.1.4', | ||
'eslint': '^7.24.0', | ||
'eslint-plugin-import': '^2.22.1', | ||
'@vue/test-utils': '^1.2.0', | ||
'eslint': '^7.74.0', | ||
'eslint-plugin-import': '^2.23.3', | ||
'eslint-plugin-node': '^11.1.0', | ||
'eslint-plugin-promise': '^4.3.1', | ||
'eslint-plugin-promise': '^5.1.0', | ||
'eslint-plugin-vue': '^7.9.0', | ||
'jest-serializer-vue': '^2.0.2', | ||
'sass': '^1.32.11', | ||
'sass': '^1.34.0', | ||
'sass-loader': '^10.1.1', | ||
'typescript': '~4.2.4', | ||
'vue-class-component': '^7.2.6', | ||
'vue-cli-plugin-vuetify': '^2.3.1', | ||
'vue-cli-plugin-vuetify': '^2.4.0', | ||
'vue-template-compiler': '^2.6.12', | ||
@@ -89,3 +90,3 @@ 'vuetify-loader': '^1.7.2', | ||
'jest': '^26.6.3', | ||
'ts-jest': '^26.5.5', | ||
'ts-jest': '^26.5.6', | ||
'babel-jest': '^26.6.3' | ||
@@ -100,3 +101,3 @@ }, | ||
if (options.i18n) { | ||
newPackageProperties.dependencies['vue-i18n'] = '^8.24.3'; | ||
newPackageProperties.dependencies['vue-i18n'] = '^8.24.4'; | ||
} | ||
@@ -116,3 +117,3 @@ | ||
if (options.cypress) { | ||
newPackageProperties.devDependencies['@vue/cli-plugin-e2e-cypress'] = '~4.5.12'; | ||
newPackageProperties.devDependencies['@vue/cli-plugin-e2e-cypress'] = '~4.5.13'; | ||
@@ -123,3 +124,3 @@ newPackageProperties.scripts = {}; | ||
newPackageProperties.resolutions['cypress'] = '^7.1.0'; | ||
newPackageProperties.resolutions['cypress'] = '^7.4.0'; | ||
} | ||
@@ -126,0 +127,0 @@ |
@@ -23,2 +23,6 @@ /** | ||
type: 'file', | ||
path: 'src/main.js' | ||
}, | ||
{ | ||
type: 'file', | ||
path: 'src/components/HelloWorld.vue' | ||
@@ -25,0 +29,0 @@ }, |
{ | ||
"name": "@cnamts/vue-cli-plugin-vue-dash", | ||
"version": "2.0.0-beta.9", | ||
"version": "2.0.0-beta.10", | ||
"description": "Vue CLI plugin to scaffold front-end projects", | ||
@@ -26,11 +26,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@cnamts/cli-helpers": "^2.0.0-beta.8", | ||
"@cnamts/cli-helpers": "^2.0.0-beta.10", | ||
"dayjs": "^1.8.34", | ||
"fs-extra": "^9.0.1", | ||
"fs-extra": "^10.0.0", | ||
"superb": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@cnamts/design-tokens": "^2.0.0-beta.7", | ||
"@cnamts/form-builder": "^2.0.0-beta.9", | ||
"@cnamts/vue-dot": "^2.0.0-beta.9" | ||
"@cnamts/design-tokens": "^2.0.0-beta.10", | ||
"@cnamts/form-builder": "^2.0.0-beta.10", | ||
"@cnamts/vue-dot": "^2.0.0-beta.10" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "2a52a8f00623f7e3adbd5e0320f24cca1acfc50b" | ||
"gitHead": "98f40251fc44e6d36f9011b50300a62e3a779a0f" | ||
} |
@@ -12,3 +12,2 @@ // Vue CLI configuration | ||
HeaderLoading: 'elements', | ||
PageCard: 'elements', | ||
PageContainer: 'elements', | ||
@@ -15,0 +14,0 @@ // Patterns |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
182609
1930
+ Addedfs-extra@10.1.0(transitive)
- Removedat-least-node@1.0.0(transitive)
- Removedfs-extra@9.1.0(transitive)
Updatedfs-extra@^10.0.0