Skip to content

Commit ef08f5b

Browse files
chore(deps): update all non-major dependencies
1 parent e285e79 commit ef08f5b

File tree

5 files changed

+152
-221
lines changed

5 files changed

+152
-221
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
"nano-staged": "^0.8.0",
5555
"nx": "^20.8.1",
5656
"prettier": "^3.5.3",
57-
"prettier-plugin-packagejson": "^2.5.11",
57+
"prettier-plugin-packagejson": "^2.5.12",
5858
"simple-git-hooks": "^2.13.0",
5959
"typescript": "^5.8.3",
6060
"vitest": "^3.1.3",
61-
"zx": "^8.5.3"
61+
"zx": "^8.5.4"
6262
},
6363
"packageManager": "[email protected]",
6464
"engines": {

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"memfs": "^4.17.1",
5757
"picocolors": "1.1.1",
5858
"prebundle": "1.3.3",
59-
"rsbuild-plugin-publint": "^0.3.1",
60-
"rslib": "npm:@rslib/[email protected].8",
59+
"rsbuild-plugin-publint": "^0.3.2",
60+
"rslib": "npm:@rslib/[email protected].9",
6161
"rslog": "^1.2.3",
6262
"tsconfck": "3.1.5",
6363
"typescript": "^5.8.3"

packages/create-rslib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"test": "vitest run"
3030
},
3131
"dependencies": {
32-
"create-rstack": "1.4.1"
32+
"create-rstack": "1.4.2"
3333
},
3434
"devDependencies": {
3535
"@rslib/tsconfig": "workspace:*",
3636
"@types/fs-extra": "^11.0.4",
3737
"@types/node": "^22.8.1",
3838
"fs-extra": "^11.3.0",
39-
"rsbuild-plugin-publint": "^0.3.1",
40-
"rslib": "npm:@rslib/[email protected].8",
39+
"rsbuild-plugin-publint": "^0.3.2",
40+
"rslib": "npm:@rslib/[email protected].9",
4141
"tsx": "^4.19.4",
4242
"typescript": "^5.8.3"
4343
},

packages/plugin-dts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dev": "rslib build --watch"
3030
},
3131
"dependencies": {
32-
"@ast-grep/napi": "^0.37.0",
32+
"@ast-grep/napi": "^0.38.1",
3333
"magic-string": "^0.30.17",
3434
"picocolors": "1.1.1",
3535
"tinyglobby": "^0.2.13",
@@ -39,8 +39,8 @@
3939
"@microsoft/api-extractor": "^7.52.7",
4040
"@rsbuild/core": "1.3.18",
4141
"@rslib/tsconfig": "workspace:*",
42-
"rsbuild-plugin-publint": "^0.3.1",
43-
"rslib": "npm:@rslib/[email protected].8",
42+
"rsbuild-plugin-publint": "^0.3.2",
43+
"rslib": "npm:@rslib/[email protected].9",
4444
"typescript": "^5.8.3"
4545
},
4646
"peerDependencies": {

0 commit comments

Comments
 (0)