create-valaxy 0.14.54 → 0.14.55

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.54",
3
+ "version": "0.14.55",
4
4
  "description": "Create Starter Template for Valaxy",
5
5
  "author": {
6
6
  "email": "me@yunyoujun.cn",
package/src/index.ts ADDED
File without changes
@@ -11,10 +11,10 @@
11
11
  "serve": "vite preview"
12
12
  },
13
13
  "dependencies": {
14
- "valaxy": "0.14.54",
15
- "valaxy-theme-yun": "0.14.54"
14
+ "valaxy": "0.14.55",
15
+ "valaxy-theme-yun": "0.14.55"
16
16
  },
17
17
  "devDependencies": {
18
- "typescript": "^5.1.6"
18
+ "typescript": "^5.2.2"
19
19
  }
20
20
  }