create-quasar 1.8.4 → 1.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/templates/app/quasar-v2/js-vite-1/BASE/_package.json +1 -1
- package/templates/app/quasar-v2/js-vite-2/BASE/_package.json +1 -1
- package/templates/app/quasar-v2/ts-vite-1/BASE/_package.json +5 -5
- package/templates/app/quasar-v2/ts-vite-2/BASE/_package.json +5 -5
- package/templates/app/quasar-v2/ts-webpack-4/BASE/_package.json +2 -2
- package/utils/index.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-quasar",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.6",
|
|
4
4
|
"description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -26,6 +26,10 @@
|
|
|
26
26
|
"engines": {
|
|
27
27
|
"node": ">=16"
|
|
28
28
|
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"lint": "eslint --ext .js,.ts ./ --fix",
|
|
31
|
+
"create-test-project": "tsx scripts/create-test-project.ts"
|
|
32
|
+
},
|
|
29
33
|
"dependencies": {
|
|
30
34
|
"fast-glob": "^3.3.2",
|
|
31
35
|
"fs-extra": "^11.2.0",
|
|
@@ -41,9 +45,5 @@
|
|
|
41
45
|
"eslint-plugin-lodash-template": "^1.0.0",
|
|
42
46
|
"tsx": "^4.7.2",
|
|
43
47
|
"typescript": "^5.4.5"
|
|
44
|
-
},
|
|
45
|
-
"scripts": {
|
|
46
|
-
"lint": "eslint --ext .js,.ts ./ --fix",
|
|
47
|
-
"create-test-project": "tsx scripts/create-test-project.ts"
|
|
48
48
|
}
|
|
49
|
-
}
|
|
49
|
+
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<% if (preset.lint) { %>
|
|
28
28
|
"eslint": "^8.57.0",
|
|
29
29
|
"eslint-plugin-vue": "^9.0.0",
|
|
30
|
-
"vite-plugin-checker": "^0.
|
|
30
|
+
"vite-plugin-checker": "^0.7.1",
|
|
31
31
|
<% if (lintConfig === 'standard') { %>
|
|
32
32
|
"eslint-config-standard": "^17.0.0",
|
|
33
33
|
"eslint-plugin-import": "^2.19.1",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
<% if (preset.lint) { %>
|
|
28
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
29
|
-
"@typescript-eslint/parser": "^
|
|
30
|
-
"vite-plugin-checker": "^0.
|
|
31
|
-
"vue-tsc": "^
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
29
|
+
"@typescript-eslint/parser": "^7.16.0",
|
|
30
|
+
"vite-plugin-checker": "^0.7.2",
|
|
31
|
+
"vue-tsc": "^2.0.29",
|
|
32
32
|
"eslint": "^8.57.0",
|
|
33
33
|
"eslint-plugin-vue": "^9.0.0",
|
|
34
34
|
<% if (lintConfig === 'standard') { %>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
<% if (preset.i18n) { %>"@intlify/vite-plugin-vue-i18n": "^3.3.1",<% } %>
|
|
48
48
|
"@quasar/app-vite": "^1.9.0",
|
|
49
49
|
"autoprefixer": "^10.4.2",
|
|
50
|
-
"typescript": "
|
|
50
|
+
"typescript": "~5.5.4"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
53
53
|
"node": "^20 || ^18 || ^16",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
<% if (preset.lint) { %>
|
|
28
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
29
|
-
"@typescript-eslint/parser": "^
|
|
30
|
-
"vite-plugin-checker": "^0.
|
|
31
|
-
"vue-tsc": "^
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
29
|
+
"@typescript-eslint/parser": "^7.16.0",
|
|
30
|
+
"vite-plugin-checker": "^0.7.2",
|
|
31
|
+
"vue-tsc": "^2.0.29",
|
|
32
32
|
"eslint": "^8.57.0",
|
|
33
33
|
"eslint-plugin-vue": "^9.0.0",
|
|
34
34
|
<% if (lintConfig === 'standard') { %>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
<% if (preset.i18n) { %>"@intlify/unplugin-vue-i18n": "^2.0.0",<% } %>
|
|
48
48
|
"@quasar/app-vite": "^2.0.0-beta.12",
|
|
49
49
|
"autoprefixer": "^10.4.2",
|
|
50
|
-
"typescript": "~5.3
|
|
50
|
+
"typescript": "~5.5.3"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
53
53
|
"node": "^24 || ^22 || ^20 || ^18",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
<% if (preset.lint) { %>
|
|
28
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
29
|
-
"@typescript-eslint/parser": "^
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
29
|
+
"@typescript-eslint/parser": "^7.16.0",
|
|
30
30
|
"eslint": "^8.57.0",
|
|
31
31
|
"eslint-plugin-vue": "^9.0.0",
|
|
32
32
|
"eslint-webpack-plugin": "^4.0.1",
|
package/utils/index.js
CHANGED
|
File without changes
|