@kengic/vue 0.25.4-beta.4 → 0.25.4-beta.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -12417,7 +12417,7 @@ const emptyIcon = {
12417
12417
  ...a.data
12418
12418
  }, r);
12419
12419
  }
12420
- }), version = "0.25.4-beta.4";
12420
+ }), version = "0.25.4-beta.5";
12421
12421
  import("./aim-outlined.c49e7018.mjs").then(({ default: e }) => addIcon("ant-design:aim-outlined", e));
12422
12422
  import("./audit-outlined.f37f7da2.mjs").then(({ default: e }) => addIcon("ant-design:audit-outlined", e));
12423
12423
  import("./caret-right-filled.bfffd471.mjs").then(({ default: e }) => addIcon("ant-design:caret-right-filled", e));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.25.4-beta.4",
3
+ "version": "0.25.4-beta.5",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
@@ -81,7 +81,7 @@
81
81
  "store": "2.0.12",
82
82
  "tsx": "3.12.3",
83
83
  "typescript": "~4.8.4",
84
- "vite": "3.2.5",
84
+ "vite": "3.2.3",
85
85
  "vite-plugin-compression": "0.5.1",
86
86
  "vite-plugin-html": "3.2.0",
87
87
  "vite-plugin-imagemin": "0.6.1",