Skip to content

Commit 771e65d

Browse files
fix(deps): update all non-major dependencies
1 parent 8ee6190 commit 771e65d

File tree

8 files changed

+2085
-1267
lines changed

8 files changed

+2085
-1267
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: 22
33+
node-version: 22.21.1
3434
cache: "pnpm"
3535

3636
- name: Install Dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 22
30+
node-version: 22.21.1
3131
cache: 'pnpm'
3232

3333
- name: Install Dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 22.21.1
3333
cache: "pnpm"
3434

3535
- name: Install Dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"cross-spawn": "^7.0.6",
3131
"get-port": "^7.1.0",
3232
"playwright": "catalog:",
33-
"simple-git-hooks": "^2.12.1",
33+
"simple-git-hooks": "^2.13.1",
3434
"tree-kill": "^1.2.2",
3535
"typescript": "catalog:",
3636
"vitest": "catalog:"
3737
},
38-
"packageManager": "pnpm@10.7.0"
38+
"packageManager": "pnpm@10.27.0"
3939
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"preview-pack": "bash ./scripts/preview-pack.sh"
6060
},
6161
"dependencies": {
62-
"image-size": "^2.0.1",
63-
"knitwork": "^1.2.0",
62+
"image-size": "^2.0.2",
63+
"knitwork": "^1.3.0",
6464
"rslog": "catalog:",
6565
"type-fest": "catalog:",
6666
"ufo": "catalog:"

packages/rspress/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"unist-util-visit": "catalog:rspress"
4040
},
4141
"devDependencies": {
42-
"@babel/types": "^7.27.1",
42+
"@babel/types": "^7.28.5",
4343
"@rsbuild-image/react": "workspace:*",
4444
"@rsbuild/plugin-react": "catalog:",
4545
"@rslib/core": "catalog:",
4646
"@types/babel__core": "^7.20.5",
4747
"@types/babel__standalone": "^7.1.9",
48-
"@types/babel__traverse": "^7.20.7",
48+
"@types/babel__traverse": "^7.28.0",
4949
"@types/mdast": "catalog:rspress",
5050
"@types/node": "catalog:",
5151
"@types/react": "catalog:",
@@ -63,6 +63,6 @@
6363
"react": ">=18.0.0"
6464
},
6565
"engines": {
66-
"node": ">=18.0.0"
66+
"node": ">=18.20.8"
6767
}
6868
}

0 commit comments

Comments
 (0)