@anzusystems/common-admin 1.46.0-alpha3 → 1.46.0-alpha4
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.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"./styles": "./dist/style.css",
|
|
14
14
|
"./*": "./*"
|
|
15
15
|
},
|
|
16
|
-
"version": "1.46.0-
|
|
16
|
+
"version": "1.46.0-alpha4",
|
|
17
17
|
"type": "module",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"scripts": {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"playground:dev": "vite",
|
|
24
24
|
"playground:build": "vite build",
|
|
25
25
|
"build": "vite build --config vite.config.lib.ts",
|
|
26
|
+
"build:dev": "vite build --minify false --sourcemap true --config vite.config.lib.ts",
|
|
26
27
|
"lib:build": "vite build --config vite.config.lib.ts",
|
|
27
28
|
"ci": "run-s --print-name lint:tsc lint:eslint lint:stylelint",
|
|
28
29
|
"lint": "yarn ci",
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
"vite-plugin-dts": "^3.7.0",
|
|
82
83
|
"vite-plugin-vuetify": "^2.0.1",
|
|
83
84
|
"vitepress": "1.0.0-rc.36",
|
|
84
|
-
"vue": "3.4.
|
|
85
|
+
"vue": "3.4.10",
|
|
85
86
|
"vue-i18n": "9.9.0",
|
|
86
87
|
"vue-router": "4.2.5",
|
|
87
88
|
"vue-tsc": "1.8.27",
|
|
@@ -96,7 +97,7 @@
|
|
|
96
97
|
"axios": "1.6.5",
|
|
97
98
|
"dayjs": "1.11.10",
|
|
98
99
|
"pinia": "2.1.7",
|
|
99
|
-
"vue": "3.4.
|
|
100
|
+
"vue": "3.4.10",
|
|
100
101
|
"vue-i18n": "9.9.0",
|
|
101
102
|
"vue-router": "4.2.5",
|
|
102
103
|
"vuetify": "3.4.10"
|