zova-ui-empty 5.1.99 → 5.1.100
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 +4 -3
- package/package.original.json +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-empty",
|
|
3
|
-
"version": "5.1.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "5.1.100",
|
|
4
|
+
"gitHead": "7eb30b620ebb6d4be251d3642dd1cb8ae1e5ef74",
|
|
5
5
|
"description": "A vue3 empty framework with ioc",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"ioc",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"format:fix": "oxfmt --write",
|
|
37
37
|
"lint": "oxlint",
|
|
38
38
|
"lint:fix": "oxlint --fix",
|
|
39
|
+
"update": "pnpm update && zova :tools:deps",
|
|
39
40
|
"dev:ssr:admin": "npm run prerun && quasar dev --mode ssr --flavor admin",
|
|
40
41
|
"build:ssr:admin": "npm run prerun && quasar build --mode ssr --flavor admin",
|
|
41
42
|
"preview:ssr:admin": "concurrently \"node ./dist-mock/index.js\" \"node ./dist/ssr-admin/index.js\"",
|
|
@@ -122,7 +123,7 @@
|
|
|
122
123
|
"oxfmt": "^0.45.0",
|
|
123
124
|
"oxlint": "^1.66.0",
|
|
124
125
|
"quasar-app-extension-zova": "^1.2.30",
|
|
125
|
-
"sass": "^1.
|
|
126
|
+
"sass": "^1.100.0",
|
|
126
127
|
"typescript": "^5.9.3",
|
|
127
128
|
"vite": "^7.3.3",
|
|
128
129
|
"vite-plugin-fake-server-turbo": "^3.0.18",
|
package/package.original.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-empty",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.99",
|
|
4
4
|
"packageManager": "pnpm@10.19.0",
|
|
5
5
|
"description": "A vue3 empty framework with ioc",
|
|
6
6
|
"publishConfig": {
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"format:fix": "oxfmt --write",
|
|
23
23
|
"lint": "oxlint",
|
|
24
24
|
"lint:fix": "oxlint --fix",
|
|
25
|
+
"update": "pnpm update && zova :tools:deps",
|
|
25
26
|
"dev:ssr:admin": "npm run prerun && quasar dev --mode ssr --flavor admin",
|
|
26
27
|
"build:ssr:admin": "npm run prerun && quasar build --mode ssr --flavor admin",
|
|
27
28
|
"preview:ssr:admin": "concurrently \"node ./dist-mock/index.js\" \"node ./dist/ssr-admin/index.js\"",
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
"oxfmt": "^0.45.0",
|
|
58
59
|
"oxlint": "^1.66.0",
|
|
59
60
|
"quasar-app-extension-zova": "^1.2.30",
|
|
60
|
-
"sass": "^1.
|
|
61
|
+
"sass": "^1.100.0",
|
|
61
62
|
"typescript": "^5.9.3",
|
|
62
63
|
"vite": "^7.3.3",
|
|
63
64
|
"vite-plugin-fake-server-turbo": "^3.0.18",
|