Skip to content

Commit

Permalink
chore(theme): ⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Sep 21, 2024
1 parent e9a4979 commit 8b8b9ca
Show file tree
Hide file tree
Showing 3 changed files with 1,014 additions and 294 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/preview-pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# 第一步:检出主仓库代码
- name: 检出主仓库代码
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.ref }}
fetch-depth: 0
Expand All @@ -30,9 +30,7 @@ jobs:
# 第三步:安装 pnpm
- name: 安装 pnpm
uses: pnpm/action-setup@v3
with:
version: latest
uses: pnpm/action-setup@v4

# 第四步:安装依赖
- name: 安装依赖
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rle-wiki",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"description": "RLE 指北",
"license": "CC-BY-SA-4.0",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"@iconify-json/icon-park-outline": "^1.2.0",
"@iconify-json/octicon": "^1.2.0",
"@project-trans/suggestion-box": "^0.0.9",
"@project-trans/vitepress-theme-project-trans": "^0.3.1726906831",
"@project-trans/vitepress-theme-project-trans": "^0.3.1726924363",
"@unocss/eslint-plugin": "^0.59.4",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.2",
Expand All @@ -31,7 +31,8 @@
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@latest"
"hasown": "npm:@nolyfill/hasown@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1"
}
}
}
Loading

0 comments on commit 8b8b9ca

Please sign in to comment.