Skip to content

Commit e4eba45

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

File tree

50 files changed

+428
-428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+428
-428
lines changed

examples/module-federation/mf-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rsbuild/core": "1.6.0-beta.0",
1717
"@rsbuild/plugin-react": "^1.4.1",
1818
"@types/react": "^19.2.2",
19-
"@types/react-dom": "^19.2.1",
19+
"@types/react-dom": "^19.2.2",
2020
"typescript": "^5.9.3"
2121
}
2222
}

examples/module-federation/mf-react-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"http-server": "^14.1.1",
2828
"react": "^19.2.0",
2929
"react-dom": "^19.2.0",
30-
"storybook": "^9.1.10",
30+
"storybook": "^9.1.13",
3131
"storybook-addon-rslib": "^2.1.2",
3232
"storybook-react-rsbuild": "^2.1.2"
3333
},

examples/module-federation/mf-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@rsbuild/core": "1.6.0-beta.0",
1717
"@rsbuild/plugin-react": "^1.4.1",
1818
"@types/react": "^19.2.2",
19-
"@types/react-dom": "^19.2.1",
19+
"@types/react-dom": "^19.2.2",
2020
"typescript": "^5.9.3"
2121
}
2222
}

examples/vue-component-bundleless/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
},
1515
"devDependencies": {
1616
"@rslib/core": "workspace:*",
17-
"@storybook/addon-docs": "^9.1.10",
18-
"@storybook/addon-onboarding": "^9.1.10",
19-
"@storybook/vue3": "^9.1.10",
17+
"@storybook/addon-docs": "^9.1.13",
18+
"@storybook/addon-onboarding": "^9.1.13",
19+
"@storybook/vue3": "^9.1.13",
2020
"rsbuild-plugin-unplugin-vue": "^0.1.0",
21-
"storybook": "^9.1.10",
21+
"storybook": "^9.1.13",
2222
"storybook-addon-rslib": "^2.1.2",
2323
"storybook-vue3-rsbuild": "^2.1.2",
2424
"typescript": "^5.9.3",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,24 @@
4141
"pnpm-lock.yaml": "pnpm dedupe --check"
4242
},
4343
"devDependencies": {
44-
"@biomejs/biome": "^2.2.5",
44+
"@biomejs/biome": "^2.2.6",
4545
"@changesets/cli": "^2.29.7",
4646
"@rslint/core": "^0.1.13",
47-
"@rstest/core": "^0.5.1",
47+
"@rstest/core": "^0.5.2",
4848
"@types/fs-extra": "^11.0.4",
49-
"@types/node": "^22.18.10",
49+
"@types/node": "^22.18.11",
5050
"check-dependency-version-consistency": "^5.0.1",
5151
"cross-env": "^10.1.0",
5252
"cspell-ban-words": "^0.0.4",
5353
"fs-extra": "^11.3.2",
5454
"heading-case": "^1.0.2",
5555
"nano-staged": "^0.8.0",
56-
"nx": "^21.6.4",
56+
"nx": "^21.6.5",
5757
"prettier": "^3.6.2",
5858
"prettier-plugin-packagejson": "^2.5.19",
5959
"simple-git-hooks": "^2.13.1",
6060
"typescript": "^5.9.3",
61-
"zx": "^8.8.4"
61+
"zx": "^8.8.5"
6262
},
6363
"packageManager": "pnpm@10.18.0",
6464
"engines": {

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"picocolors": "1.1.1",
5959
"prebundle": "1.4.2",
6060
"rsbuild-plugin-publint": "^0.3.3",
61-
"rslib": "npm:@rslib/core@0.15.0",
62-
"rslog": "^1.2.11",
61+
"rslib": "npm:@rslib/core@0.15.1",
62+
"rslog": "^1.3.0",
6363
"tinyglobby": "0.2.14",
6464
"tsconfck": "3.1.6",
6565
"typescript": "^5.9.3"

packages/create-rslib/fragments/base/node-dual-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@rslib/core": "workspace:*",
23-
"@types/node": "^22.18.10",
23+
"@types/node": "^22.18.11",
2424
"typescript": "^5.9.3"
2525
}
2626
}

packages/create-rslib/fragments/base/node-esm-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@rslib/core": "workspace:*",
21-
"@types/node": "^22.18.10",
21+
"@types/node": "^22.18.11",
2222
"typescript": "^5.9.3"
2323
}
2424
}

packages/create-rslib/fragments/tools/rstest-node-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"test": "rstest"
44
},
55
"devDependencies": {
6-
"@rstest/core": "^0.5.1"
6+
"@rstest/core": "^0.5.2"
77
}
88
}

packages/create-rslib/fragments/tools/rstest-node-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"test": "rstest"
44
},
55
"devDependencies": {
6-
"@rstest/core": "^0.5.1"
6+
"@rstest/core": "^0.5.2"
77
}
88
}

0 commit comments

Comments
 (0)