create-valaxy 0.3.6 → 0.3.7

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.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Create Starter Template for Valaxy",
5
5
  "author": {
6
6
  "email": "me@yunyoujun.cn",
@@ -11,7 +11,7 @@
11
11
  "serve": "vite preview"
12
12
  },
13
13
  "dependencies": {
14
- "valaxy": "0.3.6",
15
- "valaxy-theme-yun": "0.3.6"
14
+ "valaxy": "0.3.7",
15
+ "valaxy-theme-yun": "0.3.7"
16
16
  }
17
17
  }