@vc-shell/create-vc-app 1.0.133 → 1.0.134
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/CHANGELOG.md +4 -0
- package/dist/templates/base/package.json +32 -32
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -16,54 +16,54 @@
|
|
|
16
16
|
"release": "tsx scripts/release.ts --dry"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@commitlint/cli": "^
|
|
20
|
-
"@commitlint/config-conventional": "^
|
|
21
|
-
"@laynezh/vite-plugin-lib-assets": "^0.5.
|
|
19
|
+
"@commitlint/cli": "^18.4.3",
|
|
20
|
+
"@commitlint/config-conventional": "^18.4.3",
|
|
21
|
+
"@laynezh/vite-plugin-lib-assets": "^0.5.13",
|
|
22
22
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
23
|
-
"@types/lodash-es": "^4.17.
|
|
24
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
25
|
-
"@typescript-eslint/parser": "^6.
|
|
26
|
-
"@vc-shell/api-client-generator": "^1.0.
|
|
27
|
-
"@vc-shell/release-config": "^1.0.
|
|
28
|
-
"@vc-shell/ts-config": "^1.0.
|
|
29
|
-
"@vitejs/plugin-vue": "^
|
|
30
|
-
"@vue/eslint-config-prettier": "^
|
|
23
|
+
"@types/lodash-es": "^4.17.12",
|
|
24
|
+
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
25
|
+
"@typescript-eslint/parser": "^6.16.0",
|
|
26
|
+
"@vc-shell/api-client-generator": "^1.0.134",
|
|
27
|
+
"@vc-shell/release-config": "^1.0.134",
|
|
28
|
+
"@vc-shell/ts-config": "^1.0.134",
|
|
29
|
+
"@vitejs/plugin-vue": "^5.0.0",
|
|
30
|
+
"@vue/eslint-config-prettier": "^9.0.0",
|
|
31
31
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
32
|
-
"autoprefixer": "^10.4.
|
|
33
|
-
"conventional-changelog-cli": "^
|
|
32
|
+
"autoprefixer": "^10.4.16",
|
|
33
|
+
"conventional-changelog-cli": "^4.1.0",
|
|
34
34
|
"cross-env": "^7.0.3",
|
|
35
|
-
"eslint": "^8.
|
|
35
|
+
"eslint": "^8.56.0",
|
|
36
36
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
37
|
-
"eslint-plugin-import": "^2.29.
|
|
38
|
-
"eslint-plugin-prettier": "^5.
|
|
37
|
+
"eslint-plugin-import": "^2.29.1",
|
|
38
|
+
"eslint-plugin-prettier": "^5.1.2",
|
|
39
39
|
"eslint-plugin-vue": "^9.19.2",
|
|
40
40
|
"husky": "^8.0.3",
|
|
41
|
-
"lint-staged": "^
|
|
41
|
+
"lint-staged": "^15.2.0",
|
|
42
42
|
"lodash-es": "^4.17.21",
|
|
43
43
|
"postcss": "^8.4.32",
|
|
44
|
-
"prettier": "^3.1.
|
|
44
|
+
"prettier": "^3.1.1",
|
|
45
45
|
"querystring-es3": "^0.2.1",
|
|
46
|
-
"sass": "^1.69.
|
|
47
|
-
"tailwindcss": "^3.
|
|
46
|
+
"sass": "^1.69.6",
|
|
47
|
+
"tailwindcss": "^3.4.0",
|
|
48
48
|
"tsx": "^3.13.0",
|
|
49
49
|
"typescript": "5.3.3",
|
|
50
|
-
"vite": "4.5.0",
|
|
51
|
-
"vite-plugin-checker": "^0.6.
|
|
52
|
-
"vite-plugin-mkcert": "^1.
|
|
53
|
-
"vite-plugin-pwa": "^0.17.
|
|
50
|
+
"vite": "^4.5.0",
|
|
51
|
+
"vite-plugin-checker": "^0.6.2",
|
|
52
|
+
"vite-plugin-mkcert": "^1.17.1",
|
|
53
|
+
"vite-plugin-pwa": "^0.17.4",
|
|
54
54
|
"vue-eslint-parser": "^9.3.2",
|
|
55
|
-
"vue-tsc": "^1.8.
|
|
55
|
+
"vue-tsc": "^1.8.27"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
59
|
-
"@vc-shell/config-generator": "^1.0.
|
|
60
|
-
"@vc-shell/framework": "^1.0.
|
|
61
|
-
"@vueuse/core": "^10.7.
|
|
62
|
-
"@vueuse/integrations": "^10.7.
|
|
63
|
-
"moment": "^2.
|
|
59
|
+
"@vc-shell/config-generator": "^1.0.134",
|
|
60
|
+
"@vc-shell/framework": "^1.0.134",
|
|
61
|
+
"@vueuse/core": "^10.7.1",
|
|
62
|
+
"@vueuse/integrations": "^10.7.1",
|
|
63
|
+
"moment": "^2.30.1",
|
|
64
64
|
"roboto-fontface": "^0.10.0",
|
|
65
|
-
"vee-validate": "^4.
|
|
66
|
-
"vue": "3.
|
|
65
|
+
"vee-validate": "^4.12.4",
|
|
66
|
+
"vue": "3.4.0",
|
|
67
67
|
"vue-router": "^4.2.5"
|
|
68
68
|
},
|
|
69
69
|
"lint-staged": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/create-vc-app",
|
|
3
3
|
"description": "Application scaffolding",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.134",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/prompts": "^2.4.4",
|
|
16
|
-
"@vc-shell/ts-config": "^1.0.
|
|
16
|
+
"@vc-shell/ts-config": "^1.0.134",
|
|
17
17
|
"copyfiles": "^2.4.1",
|
|
18
18
|
"cross-env": "^7.0.3",
|
|
19
19
|
"shx": "^0.3.4",
|