Skip to content

Commit c12d3a2

Browse files
fix(deps): update all non-major dependencies
1 parent 354e782 commit c12d3a2

File tree

4 files changed

+2046
-1948
lines changed

4 files changed

+2046
-1948
lines changed

.github/workflows/on_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Install dependencies
2424
- uses: pnpm/action-setup@v4
2525
with:
26-
version: 10.17.1
26+
version: 10.26.0
2727
run_install: false
2828
- name: Install dependencies
2929
run: pnpm i

.github/workflows/on_push_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Install dependencies
2525
- uses: pnpm/action-setup@v4
2626
with:
27-
version: 10.17.1
27+
version: 10.26.0
2828
run_install: false
2929
- name: Install dependencies
3030
run: pnpm i

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"@rspress/core": "^2.0.0-beta.34",
4242
"@rspress/plugin-client-redirects": "^2.0.0-beta.34",
4343
"@rspress/plugin-preview": "^2.0.0-beta.34",
44-
"@rspress/plugin-sitemap": "2.0.0-beta.34",
44+
"@rspress/plugin-sitemap": "2.0.0-rc.2",
4545
"@rspress/runtime": "^2.0.0-beta.34",
4646
"@rspress/shared": "^2.0.0-beta.34",
4747
"class-variance-authority": "^0.7.1",
4848
"clsx": "^2.1.1",
4949
"commitlint": "^20.0.0",
5050
"husky": "^9.1.7",
51-
"lucide-react": "^0.544.0",
51+
"lucide-react": "^0.562.0",
5252
"react-wrap-balancer": "^1.1.1",
5353
"rsbuild-plugin-google-analytics": "^1.0.4",
5454
"rspress-plugin-file-tree": "^0.4.0",
@@ -60,7 +60,7 @@
6060
"@commitlint/config-conventional": "^20.0.0",
6161
"@eslint/js": "^9.36.0",
6262
"@rspress/plugin-algolia": "^2.0.0-beta.34",
63-
"@rspress/plugin-llms": "2.0.0-beta.34",
63+
"@rspress/plugin-llms": "2.0.0-rc.2",
6464
"@tailwindcss/postcss": "^4.1.13",
6565
"@tailwindcss/typography": "^0.5.19",
6666
"@types/node": "^24.5.2",
@@ -84,5 +84,5 @@
8484
"rsbuild-plugin-google-analytics@1.0.4": "patches/rsbuild-plugin-google-analytics@1.0.4.patch"
8585
}
8686
},
87-
"packageManager": "pnpm@10.17.1"
87+
"packageManager": "pnpm@10.26.0"
8888
}

0 commit comments

Comments
 (0)