Skip to content

Commit da806d5

Browse files
committed
chore: upgrade deps
1 parent 890c865 commit da806d5

File tree

5 files changed

+1009
-1061
lines changed

5 files changed

+1009
-1061
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
- uses: pnpm/action-setup@v4
27-
- uses: actions/setup-node@v5
27+
- uses: actions/setup-node@v6
2828
with:
2929
node-version: 22
3030
cache: pnpm

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: pnpm/action-setup@v4
15-
- uses: actions/setup-node@v5
15+
- uses: actions/setup-node@v6
1616
with:
1717
node-version: lts/*
1818
cache: pnpm

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
if: github.repository == 'zce/velite'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: pnpm/action-setup@v4
16-
- uses: actions/setup-node@v5
16+
- uses: actions/setup-node@v6
1717
with:
1818
registry-url: https://registry.npmjs.org/
1919
node-version: lts/*

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,41 +57,41 @@
5757
"*.{js,ts,md}": "prettier --write"
5858
},
5959
"dependencies": {
60-
"@mdx-js/mdx": "^3.1.0",
61-
"esbuild": "^0.25.9",
62-
"sharp": "^0.34.3",
63-
"terser": "^5.43.1"
60+
"@mdx-js/mdx": "^3.1.1",
61+
"esbuild": "^0.25.12",
62+
"sharp": "^0.34.5",
63+
"terser": "^5.44.1"
6464
},
6565
"devDependencies": {
66+
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
6667
"@types/hast": "^3.0.4",
6768
"@types/mdast": "^4.0.4",
68-
"@types/node": "^22.15.19",
69+
"@types/node": "^22.19.1",
6970
"@types/picomatch": "^4.0.2",
70-
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
7171
"chokidar": "^4.0.3",
7272
"fast-glob": "^3.3.3",
7373
"hast-util-raw": "^9.1.0",
7474
"hast-util-to-string": "^3.0.1",
75-
"lint-staged": "^16.1.5",
75+
"lint-staged": "^16.2.7",
7676
"mdast-util-from-markdown": "^2.0.2",
77-
"mdast-util-to-hast": "^13.2.0",
77+
"mdast-util-to-hast": "^13.2.1",
7878
"mdast-util-toc": "^7.1.0",
7979
"picomatch": "^4.0.3",
80-
"prettier": "^3.6.2",
80+
"prettier": "^3.7.4",
8181
"rehype-raw": "^7.0.0",
8282
"rehype-stringify": "^10.0.1",
8383
"remark-gfm": "^4.0.1",
8484
"remark-parse": "^11.0.0",
8585
"remark-rehype": "^11.1.2",
8686
"simple-git-hooks": "^2.13.1",
87-
"tsup": "^8.5.0",
88-
"tsx": "^4.20.5",
89-
"typescript": "^5.9.2",
87+
"tsup": "^8.5.1",
88+
"tsx": "^4.21.0",
89+
"typescript": "^5.9.3",
9090
"unified": "^11.0.5",
9191
"unist-util-visit": "^5.0.0",
9292
"vfile": "^6.0.3",
9393
"vfile-reporter": "^8.1.1",
94-
"yaml": "^2.8.1"
94+
"yaml": "^2.8.2"
9595
},
9696
"packageManager": "pnpm@10.15.0",
9797
"engines": {

0 commit comments

Comments
 (0)