create-valaxy 0.14.28 → 0.14.30

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-valaxy",
3
- "version": "0.14.28",
3
+ "version": "0.14.30",
4
4
  "description": "Create Starter Template for Valaxy",
5
5
  "author": {
6
6
  "email": "me@yunyoujun.cn",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "execa": "5",
25
- "kolorist": "^1.7.0",
25
+ "kolorist": "^1.8.0",
26
26
  "minimist": "^1.2.8",
27
27
  "prompts": "^2.4.2"
28
28
  }
@@ -11,8 +11,8 @@
11
11
  "serve": "vite preview"
12
12
  },
13
13
  "dependencies": {
14
- "valaxy": "0.14.28",
15
- "valaxy-theme-yun": "0.14.28"
14
+ "valaxy": "0.14.30",
15
+ "valaxy-theme-yun": "0.14.30"
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "^4.8.4"