create-valaxy 0.14.29 → 0.14.31

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.29",
3
+ "version": "0.14.31",
4
4
  "description": "Create Starter Template for Valaxy",
5
5
  "author": {
6
6
  "email": "me@yunyoujun.cn",
@@ -21,7 +21,7 @@
21
21
  "node": "^14.18.0 || >=16.0.0"
22
22
  },
23
23
  "dependencies": {
24
- "execa": "5",
24
+ "execa": "5.1.1",
25
25
  "kolorist": "^1.8.0",
26
26
  "minimist": "^1.2.8",
27
27
  "prompts": "^2.4.2"
@@ -11,10 +11,10 @@
11
11
  "serve": "vite preview"
12
12
  },
13
13
  "dependencies": {
14
- "valaxy": "0.14.29",
15
- "valaxy-theme-yun": "0.14.29"
14
+ "valaxy": "0.14.31",
15
+ "valaxy-theme-yun": "0.14.31"
16
16
  },
17
17
  "devDependencies": {
18
- "typescript": "^4.8.4"
18
+ "typescript": "^4.9.5"
19
19
  }
20
20
  }