@varlet/cli 2.11.4 → 2.11.6-alpha.1686800314469

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.
@@ -223,7 +223,7 @@ export default defineConfig({
223
223
  'color-hl-group-f': '#ff9422',
224
224
  'color-hl-group-g': '#ff9422',
225
225
  'color-hl-group-h': '#06a6e9',
226
- 'color-hl-group-i': '#f23733',
226
+ 'color-hl-group-i': '#2196f3',
227
227
  },
228
228
  darkTheme: {
229
229
  'color-body': '#121212',
@@ -264,7 +264,7 @@ export default defineConfig({
264
264
  'color-hl-group-f': '#ff7b1e',
265
265
  'color-hl-group-g': '#ff7b1e',
266
266
  'color-hl-group-h': '#14a6e9',
267
- 'color-hl-group-i': '#ed4648',
267
+ 'color-hl-group-i': '#96cbfe',
268
268
  },
269
269
  icons: {
270
270
  name: 'varlet-icons',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "2.11.4",
3
+ "version": "2.11.6-alpha.1686800314469",
4
4
  "type": "module",
5
5
  "description": "cli of varlet",
6
6
  "bin": {
@@ -70,8 +70,8 @@
70
70
  "vite": "4.3.5",
71
71
  "vue": "3.3.2",
72
72
  "webfont": "^9.0.0",
73
- "@varlet/shared": "2.11.4",
74
- "@varlet/vite-plugins": "2.11.4"
73
+ "@varlet/shared": "2.11.6-alpha.1686800314469",
74
+ "@varlet/vite-plugins": "2.11.6-alpha.1686800314469"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/babel__core": "^7.1.12",
@@ -85,8 +85,8 @@
85
85
  "@types/node": "^18.7.20",
86
86
  "@types/semver": "^7.3.9",
87
87
  "@types/sharp": "0.31.1",
88
- "@varlet/icons": "2.11.4",
89
- "@varlet/touch-emulator": "2.11.4"
88
+ "@varlet/touch-emulator": "2.11.6-alpha.1686800314469",
89
+ "@varlet/icons": "2.11.6-alpha.1686800314469"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@vue/runtime-core": "3.2.47",
@@ -96,8 +96,8 @@
96
96
  "lodash-es": "^4.17.21",
97
97
  "vue": "3.3.1",
98
98
  "vue-router": "4.2.0",
99
- "@varlet/icons": "2.11.4",
100
- "@varlet/touch-emulator": "2.11.4"
99
+ "@varlet/icons": "2.11.6-alpha.1686800314469",
100
+ "@varlet/touch-emulator": "2.11.6-alpha.1686800314469"
101
101
  },
102
102
  "scripts": {
103
103
  "dev": "tsc --watch",