@sugarat/create-theme 0.0.70 → 0.0.72

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.
@@ -65,7 +65,7 @@ jobs:
65
65
 
66
66
  # 安装依赖
67
67
  - name: Install dependencies
68
- run: pnpm install
68
+ run: pnpm install --no-frozen-lockfile
69
69
  # 锁定依赖版本
70
70
  # run: pnpm install --frozen-lockfile
71
71
 
@@ -22,7 +22,7 @@
22
22
  "pagefind": "^1.1.0",
23
23
  "sass": "^1.76.0",
24
24
  "typescript": "^5.4.5",
25
- "vitepress": "1.2.3"
25
+ "vitepress": "1.3.0"
26
26
  },
27
27
  "pnpm": {
28
28
  "peerDependencyRules": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sugarat/create-theme",
3
- "version": "0.0.70",
3
+ "version": "0.0.72",
4
4
  "description": "简约风的 Vitepress 博客主题,sugarat vitepress blog theme",
5
5
  "author": "粥里有勺糖",
6
6
  "license": "MIT",