create-quasar
Advanced tools
Comparing version 1.4.4 to 1.4.5
{ | ||
"name": "create-quasar", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "Scaffolds Quasar Apps, AppExtensions or UI kits", | ||
@@ -29,3 +29,4 @@ "author": { | ||
"scripts": { | ||
"lint": "eslint --ext .js,.ts ./ --fix" | ||
"lint": "eslint --ext .js,.ts ./ --fix", | ||
"create-test-project": "tsx scripts/create-test-project.ts" | ||
}, | ||
@@ -41,2 +42,3 @@ "dependencies": { | ||
"@types/lodash": "^4.6.7", | ||
"@types/prompts": "^2.4.7", | ||
"@typescript-eslint/eslint-plugin": "^6.6.0", | ||
@@ -46,4 +48,5 @@ "@typescript-eslint/parser": "^6.6.0", | ||
"eslint-plugin-lodash-template": "^0.21.0", | ||
"tsx": "^4.7.0", | ||
"typescript": "^5.2.2" | ||
} | ||
} |
@@ -36,3 +36,11 @@ module.exports = { | ||
}, | ||
], | ||
// Due to conditional use of mixed ESM/CJS in certain files, they can't be properly parsed and checked | ||
ignorePatterns: [ | ||
'BASE/src/index.js', | ||
'install-script/src/install.js', | ||
'prompts-script/src/prompts.js', | ||
'uninstall-script/src/uninstall.js' | ||
] | ||
} |
@@ -24,3 +24,3 @@ { | ||
"@babel/eslint-parser": "^7.13.14", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -27,0 +27,0 @@ "eslint-webpack-plugin": "^2.0.0", |
@@ -29,3 +29,3 @@ { | ||
"@typescript-eslint/parser": "^5.10.0", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -32,0 +32,0 @@ <% if (lintConfig === 'standard') { %> |
module.exports = { | ||
parserOptions: { | ||
sourceType: 'module' | ||
}, | ||
settings: { | ||
@@ -3,0 +7,0 @@ 'lodash-template/globals': [ |
@@ -7,2 +7,3 @@ { | ||
"author": "<%= author %>", | ||
"type": "module", | ||
"private": true, | ||
@@ -29,3 +30,3 @@ "scripts": { | ||
<% if (preset.lint) { %> | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -32,0 +33,0 @@ <% if (lintConfig === 'standard') { %> |
@@ -57,3 +57,3 @@ /* eslint-env node */ | ||
browser: [ 'es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1' ], | ||
node: 'node16' | ||
node: 'node20' | ||
}, | ||
@@ -195,2 +195,5 @@ | ||
// Electron preload scripts (if any) from /src-electron, WITHOUT file extension | ||
preloadScripts: [ 'electron-preload' ], | ||
// specify the debugging port to use for the Electron app when running in development mode | ||
@@ -197,0 +200,0 @@ inspectPort: 5858, |
@@ -22,9 +22,9 @@ { | ||
"@quasar/extras": "^1.16.4", | ||
"quasar": "^2.6.0", | ||
"vue": "^3.0.0", | ||
"vue-router": "^4.0.0" | ||
"quasar": "^2.8.0", | ||
"vue": "^3.2.29", | ||
"vue-router": "^4.0.12" | ||
}, | ||
"devDependencies": { | ||
<% if (preset.lint) { %> | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -44,3 +44,3 @@ <% if (lintConfig === 'standard') { %> | ||
<% if (preset.i18n) { %>"@intlify/vite-plugin-vue-i18n": "^3.3.1",<% } %> | ||
"@quasar/app-vite": "^1.3.0", | ||
"@quasar/app-vite": "^1.4.3", | ||
"autoprefixer": "^10.4.2", | ||
@@ -50,3 +50,3 @@ "postcss": "^8.4.14" | ||
"engines": { | ||
"node": "^18 || ^16 || ^14.19", | ||
"node": "^20 || ^18 || ^16", | ||
"npm": ">= 6.13.4", | ||
@@ -53,0 +53,0 @@ "yarn": ">= 1.21.1" |
@@ -61,3 +61,3 @@ /* eslint-env node */ | ||
browser: [ 'es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1' ], | ||
node: 'node16' | ||
node: 'node20' | ||
}, | ||
@@ -64,0 +64,0 @@ |
module.exports = { | ||
parserOptions: { | ||
sourceType: 'module' | ||
}, | ||
settings: { | ||
@@ -3,0 +7,0 @@ 'lodash-template/globals': [ |
@@ -22,6 +22,6 @@ { | ||
"@quasar/extras": "^1.16.4", | ||
"core-js": "^3.6.5", | ||
"quasar": "^2.6.0", | ||
"vue": "^3.0.0", | ||
"vue-router": "^4.0.0" | ||
"core-js": "^3.31.1", | ||
"quasar": "^2.8.0", | ||
"vue": "^3.2.29", | ||
"vue-router": "^4.0.12" | ||
}, | ||
@@ -31,3 +31,3 @@ "devDependencies": { | ||
"@babel/eslint-parser": "^7.13.14", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -34,0 +34,0 @@ "eslint-webpack-plugin": "^3.1.1", |
@@ -62,3 +62,3 @@ /* eslint-env node */ | ||
browser: [ 'es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1' ], | ||
node: 'node16' | ||
node: 'node20' | ||
}, | ||
@@ -187,2 +187,5 @@ | ||
// Electron preload scripts (if any) from /src-electron, WITHOUT file extension | ||
preloadScripts: [ 'electron-preload' ], | ||
// specify the debugging port to use for the Electron app when running in development mode | ||
@@ -189,0 +192,0 @@ inspectPort: 5858, |
@@ -22,6 +22,6 @@ { | ||
"@quasar/extras": "^1.16.4", | ||
"core-js": "^3.6.5", | ||
"quasar": "^2.6.0", | ||
"vue": "^3.0.0", | ||
"vue-router": "^4.0.0" | ||
"core-js": "^3.31.1", | ||
"quasar": "^2.8.0", | ||
"vue": "^3.2.29", | ||
"vue-router": "^4.0.12" | ||
}, | ||
@@ -31,3 +31,3 @@ "devDependencies": { | ||
"@babel/eslint-parser": "^7.13.14", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -47,3 +47,3 @@ "eslint-webpack-plugin": "^3.1.1", | ||
<% } } %> | ||
"@quasar/app-webpack": "^3.0.0" | ||
"@quasar/app-webpack": "^3.9.2" | ||
}, | ||
@@ -62,3 +62,3 @@ "browserslist": [ | ||
"engines": { | ||
"node": ">= 12.22.1", | ||
"node": "^20 || ^18 || ^16", | ||
"npm": ">= 6.13.4", | ||
@@ -65,0 +65,0 @@ "yarn": ">= 1.21.1" |
@@ -7,2 +7,3 @@ { | ||
"author": "<%= author %>", | ||
"type": "module", | ||
"private": true, | ||
@@ -25,4 +26,4 @@ "scripts": { | ||
"quasar": "^2.6.0", | ||
"vue": "^3.0.0", | ||
"vue-router": "^4.0.0" | ||
"vue": "^3.2.29", | ||
"vue-router": "^4.0.12" | ||
}, | ||
@@ -33,3 +34,3 @@ "devDependencies": { | ||
"@typescript-eslint/parser": "^6.6.0", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -50,3 +51,3 @@ <% if (lintConfig === 'standard') { %> | ||
<% if (preset.i18n) { %>"@intlify/vite-plugin-vue-i18n": "^3.3.1",<% } %> | ||
"@quasar/app-vite": "^2.0.0-alpha.0", | ||
"@quasar/app-vite": "^2.0.0-alpha.14", | ||
"autoprefixer": "^10.4.2", | ||
@@ -53,0 +54,0 @@ "typescript": "^5.2.2" |
@@ -58,3 +58,3 @@ /* eslint-env node */ | ||
browser: [ 'es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1' ], | ||
node: 'node16' | ||
node: 'node20' | ||
}, | ||
@@ -196,2 +196,5 @@ | ||
// Electron preload scripts (if any) from /src-electron, WITHOUT file extension | ||
preloadScripts: [ 'electron-preload' ], | ||
// specify the debugging port to use for the Electron app when running in development mode | ||
@@ -198,0 +201,0 @@ inspectPort: 5858, |
@@ -40,7 +40,8 @@ import { store } from 'quasar/wrappers' | ||
// Provide typings for `this.$router` inside Vuex stores | ||
declare module "vuex" { | ||
export interface Store<S> { | ||
readonly $router: Router; | ||
} | ||
} | ||
declare module "vuex" { | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
export interface Store<S> { | ||
readonly $router: Router; | ||
} | ||
} | ||
@@ -47,0 +48,0 @@ export default store(function (/* { ssrContext } */) { |
@@ -23,5 +23,5 @@ { | ||
"@quasar/extras": "^1.16.4", | ||
"quasar": "^2.6.0", | ||
"vue": "^3.0.0", | ||
"vue-router": "^4.0.0" | ||
"quasar": "^2.8.0", | ||
"vue": "^3.2.29", | ||
"vue-router": "^4.0.12" | ||
}, | ||
@@ -32,3 +32,3 @@ "devDependencies": { | ||
"@typescript-eslint/parser": "^5.10.0", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -49,3 +49,3 @@ <% if (lintConfig === 'standard') { %> | ||
<% if (preset.i18n) { %>"@intlify/vite-plugin-vue-i18n": "^3.3.1",<% } %> | ||
"@quasar/app-vite": "^1.3.0", | ||
"@quasar/app-vite": "^1.4.3", | ||
"autoprefixer": "^10.4.2", | ||
@@ -55,3 +55,3 @@ "typescript": "^4.5.4" | ||
"engines": { | ||
"node": "^18 || ^16 || ^14.19", | ||
"node": "^20 || ^18 || ^16", | ||
"npm": ">= 6.13.4", | ||
@@ -58,0 +58,0 @@ "yarn": ">= 1.21.1" |
@@ -62,3 +62,3 @@ /* eslint-env node */ | ||
browser: [ 'es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1' ], | ||
node: 'node16' | ||
node: 'node20' | ||
}, | ||
@@ -65,0 +65,0 @@ |
@@ -40,7 +40,8 @@ import { store } from 'quasar/wrappers' | ||
// Provide typings for `this.$router` inside Vuex stores | ||
declare module "vuex" { | ||
export interface Store<S> { | ||
readonly $router: Router; | ||
} | ||
} | ||
declare module "vuex" { | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
export interface Store<S> { | ||
readonly $router: Router; | ||
} | ||
} | ||
@@ -47,0 +48,0 @@ export default store(function (/* { ssrContext } */) { |
@@ -32,3 +32,3 @@ { | ||
"@typescript-eslint/parser": "^6.6.0", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -35,0 +35,0 @@ "eslint-webpack-plugin": "^4.0.1", |
@@ -183,2 +183,5 @@ /* eslint-env node */ | ||
// Electron preload scripts (if any) from /src-electron, WITHOUT file extension | ||
preloadScripts: [ 'electron-preload' ], | ||
// specify the debugging port to use for the Electron app when running in development mode | ||
@@ -185,0 +188,0 @@ inspectPort: 5858, |
@@ -39,8 +39,9 @@ import { store } from 'quasar/wrappers' | ||
// Provide typings for `this.$router` inside Vuex store | ||
declare module "vuex" { | ||
export interface Store<S> { | ||
readonly $router: Router; | ||
} | ||
} | ||
// Provide typings for `this.$router` inside Vuex stores | ||
declare module "vuex" { | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
export interface Store<S> { | ||
readonly $router: Router; | ||
} | ||
} | ||
@@ -47,0 +48,0 @@ export default store(function (/* { ssrContext } */) { |
@@ -23,6 +23,6 @@ { | ||
"@quasar/extras": "^1.16.4", | ||
"core-js": "^3.6.5", | ||
"quasar": "^2.6.0", | ||
"vue": "^3.0.0", | ||
"vue-router": "^4.0.0" | ||
"core-js": "^3.31.1", | ||
"quasar": "^2.8.0", | ||
"vue": "^3.2.29", | ||
"vue-router": "^4.0.12" | ||
}, | ||
@@ -33,3 +33,3 @@ "devDependencies": { | ||
"@typescript-eslint/parser": "^5.10.0", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -49,3 +49,3 @@ <% if (lintConfig === 'standard') { %> | ||
"@types/node": "^12.20.21", | ||
"@quasar/app-webpack": "^3.0.0" | ||
"@quasar/app-webpack": "^3.9.2" | ||
}, | ||
@@ -64,3 +64,3 @@ "browserslist": [ | ||
"engines": { | ||
"node": ">= 12.22.1", | ||
"node": "^20 || ^18 || ^16", | ||
"npm": ">= 6.13.4", | ||
@@ -67,0 +67,0 @@ "yarn": ">= 1.21.1" |
@@ -39,8 +39,9 @@ import { store } from 'quasar/wrappers' | ||
// Provide typings for `this.$router` inside Vuex store | ||
declare module "vuex" { | ||
export interface Store<S> { | ||
readonly $router: Router; | ||
} | ||
} | ||
// Provide typings for `this.$router` inside Vuex stores | ||
declare module "vuex" { | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
export interface Store<S> { | ||
readonly $router: Router; | ||
} | ||
} | ||
@@ -47,0 +48,0 @@ export default store(function (/* { ssrContext } */) { |
@@ -10,3 +10,11 @@ module.exports = { | ||
}, | ||
], | ||
// Due to conditional use of mixed ESM/CJS in certain files, they can't be properly parsed and checked | ||
ignorePatterns: [ | ||
'ae-install/app-extension/src/install.js', | ||
'ae-prompts/app-extension/src/prompts.js', | ||
'ae-uninstall/app-extension/src/uninstall.js', | ||
'ae/app-extension/src/index.js' | ||
] | ||
} |
@@ -31,3 +31,3 @@ { | ||
"rtlcss": "^2.6.1", | ||
"sass": "1.32.0", | ||
"sass": "^1.33.0", | ||
"quasar": "^2.0.0", | ||
@@ -34,0 +34,0 @@ "@quasar/extras": "^1.16.4", |
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
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
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
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
1437064
650
9062
8