@cnamts/vue-cli-plugin-vue-dash
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -46,4 +46,6 @@ import type { Config } from '@jest/types'; | ||
MAINTENANCE_MESSAGE: '', | ||
// Workaround of error "TypeError: Unable to require `.d.ts` file." | ||
// See https://github.com/kulshekhar/ts-jest/issues/805#issuecomment-456055213 | ||
/** | ||
* Workaround of error "TypeError: Unable to require `.d.ts` file." | ||
* @see https://github.com/kulshekhar/ts-jest/issues/805#issuecomment-456055213 | ||
*/ | ||
'ts-jest': { | ||
@@ -50,0 +52,0 @@ isolatedModules: true |
@@ -7,3 +7,3 @@ // Disable return types for import functions | ||
/** See https://router.vuejs.org/fr/essentials/navigation.html for help */ | ||
/** @see https://router.vuejs.org/fr/essentials/navigation.html for help */ | ||
export const routes = [ | ||
@@ -10,0 +10,0 @@ { |
@@ -15,7 +15,7 @@ import Vue from 'vue'; | ||
/** See https://vuex.vuejs.org/fr/getting-started.html for help */ | ||
/** @see https://vuex.vuejs.org/fr/getting-started.html for help */ | ||
const storeOptions: StoreOptions<RootState> = { | ||
strict: true, | ||
state: {}, | ||
// See https://vuex.vuejs.org/guide/modules.html for more info on modules | ||
/** @see https://vuex.vuejs.org/guide/modules.html for more informations on modules */ | ||
modules: { | ||
@@ -22,0 +22,0 @@ notification |
@@ -6,3 +6,3 @@ { | ||
"lib": [ | ||
"es5", | ||
"esnext", | ||
"dom" | ||
@@ -9,0 +9,0 @@ ], |
@@ -34,7 +34,3 @@ { | ||
"esnext", | ||
"es2017", | ||
"es2015", | ||
"dom", | ||
"dom.iterable", | ||
"scripthost" | ||
"dom" | ||
] | ||
@@ -41,0 +37,0 @@ }, |
{ | ||
"name": "@cnamts/vue-cli-plugin-vue-dash", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Vue CLI plugin to scaffold front-end projects", | ||
@@ -32,7 +32,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"@cnamts/design-tokens": "^2.4.0", | ||
"@cnamts/eslint-config": "^2.4.0", | ||
"@cnamts/eslint-config-vue": "^2.4.0", | ||
"@cnamts/form-builder": "^2.4.0", | ||
"@cnamts/vue-dot": "^2.4.0" | ||
"@cnamts/design-tokens": "^2.5.0", | ||
"@cnamts/eslint-config": "^2.5.0", | ||
"@cnamts/eslint-config-vue": "^2.5.0", | ||
"@cnamts/form-builder": "^2.5.0", | ||
"@cnamts/vue-dot": "^2.5.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "1e4d86bb298920cd901e754d5db3cf193b004506" | ||
"gitHead": "bbd656d3e97883293c6b72cc196b2fd139818038" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158663
1666