Skip to content

Commit c90c1bb

Browse files
chore(deps): update all patch dependencies
1 parent 85de70a commit c90c1bb

File tree

20 files changed

+215
-215
lines changed

20 files changed

+215
-215
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"react-dom": "^19.0.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.8.4",
15+
"@module-federation/rsbuild-plugin": "^0.8.5",
1616
"@rsbuild/core": "~1.1.10",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.1",
18+
"@types/react": "^19.0.2",
1919
"@types/react-dom": "^19.0.2",
2020
"typescript": "^5.6.3"
2121
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"storybook": "storybook dev -p 6006"
1919
},
2020
"devDependencies": {
21-
"@module-federation/enhanced": "^0.8.4",
22-
"@module-federation/rsbuild-plugin": "^0.8.4",
23-
"@module-federation/storybook-addon": "^3.0.15",
21+
"@module-federation/enhanced": "^0.8.5",
22+
"@module-federation/rsbuild-plugin": "^0.8.5",
23+
"@module-federation/storybook-addon": "^3.0.16",
2424
"@rsbuild/plugin-react": "^1.1.0",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.0.1",
26+
"@types/react": "^19.0.2",
2727
"http-server": "^14.1.1",
2828
"react": "^19.0.0",
2929
"react-dom": "^19.0.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"react-dom": "^19.0.0"
1313
},
1414
"devDependencies": {
15-
"@module-federation/rsbuild-plugin": "^0.8.4",
15+
"@module-federation/rsbuild-plugin": "^0.8.5",
1616
"@rsbuild/core": "~1.1.10",
1717
"@rsbuild/plugin-react": "^1.1.0",
18-
"@types/react": "^19.0.1",
18+
"@types/react": "^19.0.2",
1919
"@types/react-dom": "^19.0.2",
2020
"typescript": "^5.6.3"
2121
}

examples/preact-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rsbuild/plugin-preact": "^1.2.0",
1212
"@rsbuild/plugin-sass": "^1.1.2",
1313
"@rslib/core": "workspace:*",
14-
"preact": "^10.25.2"
14+
"preact": "^10.25.3"
1515
},
1616
"peerDependencies": {
1717
"preact": "^10"

examples/react-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rsbuild/plugin-react": "^1.1.0",
1212
"@rsbuild/plugin-sass": "^1.1.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.1",
14+
"@types/react": "^19.0.2",
1515
"react": "^19.0.0"
1616
},
1717
"peerDependencies": {

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rsbuild/plugin-react": "^1.1.0",
1212
"@rsbuild/plugin-sass": "^1.1.2",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.0.1",
14+
"@types/react": "^19.0.2",
1515
"react": "^19.0.0"
1616
},
1717
"peerDependencies": {

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@rsbuild/plugin-react": "^1.1.0",
1111
"@rsbuild/plugin-sass": "^1.1.2",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.0.1",
13+
"@types/react": "^19.0.2",
1414
"react": "^19.0.0"
1515
},
1616
"peerDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@biomejs/biome": "^1.9.4",
44-
"@changesets/cli": "^2.27.10",
44+
"@changesets/cli": "^2.27.11",
4545
"@types/fs-extra": "^11.0.4",
4646
"@types/node": "^22.8.1",
4747
"check-dependency-version-consistency": "^5.0.0",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
"devDependencies": {
4545
"@rslib/tsconfig": "workspace:*",
4646
"@types/fs-extra": "^11.0.4",
47-
"chokidar": "^4.0.1",
47+
"chokidar": "^4.0.3",
4848
"commander": "^12.1.0",
4949
"fs-extra": "^11.2.0",
5050
"memfs": "^4.15.0",
5151
"picocolors": "1.1.1",
5252
"prebundle": "1.2.5",
5353
"rsbuild-plugin-publint": "^0.2.1",
54-
"rslib": "npm:@rslib/[email protected].4",
54+
"rslib": "npm:@rslib/[email protected].5",
5555
"rslog": "^1.2.3",
5656
"tsconfck": "3.1.4",
5757
"typescript": "^5.6.3"

packages/create-rslib/fragments/base/react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@rsbuild/plugin-react": "^1.0.7",
2222
"@rslib/core": "workspace:*",
23-
"@types/react": "^19.0.1",
23+
"@types/react": "^19.0.2",
2424
"react": "^19.0.0",
2525
"typescript": "^5.6.3"
2626
},

packages/create-rslib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node": "^22.8.1",
3939
"fs-extra": "^11.2.0",
4040
"rsbuild-plugin-publint": "^0.2.1",
41-
"rslib": "npm:@rslib/[email protected].4",
41+
"rslib": "npm:@rslib/[email protected].5",
4242
"tsx": "^4.19.2",
4343
"typescript": "^5.6.3"
4444
},

packages/create-rslib/template-[react]-[]-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@rsbuild/plugin-react": "^1.0.7",
2222
"@rslib/core": "workspace:*",
23-
"@types/react": "^19.0.1",
23+
"@types/react": "^19.0.2",
2424
"react": "^19.0.0",
2525
"typescript": "^5.6.3"
2626
},

packages/create-rslib/template-[react]-[storybook,vitest]-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@storybook/test": "^8.4.7",
3434
"@testing-library/jest-dom": "^6.6.3",
3535
"@testing-library/react": "^16.1.0",
36-
"@types/react": "^19.0.1",
36+
"@types/react": "^19.0.2",
3737
"jsdom": "^25.0.1",
3838
"react": "^19.0.0",
3939
"storybook": "^8.4.7",

packages/create-rslib/template-[react]-[storybook]-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@storybook/blocks": "^8.4.7",
3131
"@storybook/react": "^8.4.7",
3232
"@storybook/test": "^8.4.7",
33-
"@types/react": "^19.0.1",
33+
"@types/react": "^19.0.2",
3434
"react": "^19.0.0",
3535
"storybook": "^8.4.7",
3636
"storybook-addon-rslib": "^0.1.6",

packages/create-rslib/template-[react]-[vitest]-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@rslib/core": "workspace:*",
2424
"@testing-library/jest-dom": "^6.6.3",
2525
"@testing-library/react": "^16.1.0",
26-
"@types/react": "^19.0.1",
26+
"@types/react": "^19.0.2",
2727
"jsdom": "^25.0.1",
2828
"react": "^19.0.0",
2929
"typescript": "^5.6.3",

packages/plugin-dts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dev": "rslib build --watch"
3030
},
3131
"dependencies": {
32-
"magic-string": "^0.30.15",
32+
"magic-string": "^0.30.17",
3333
"picocolors": "1.1.1",
3434
"tinyglobby": "^0.2.10"
3535
},
@@ -38,7 +38,7 @@
3838
"@rsbuild/core": "~1.1.10",
3939
"@rslib/tsconfig": "workspace:*",
4040
"rsbuild-plugin-publint": "^0.2.1",
41-
"rslib": "npm:@rslib/[email protected].4",
41+
"rslib": "npm:@rslib/[email protected].5",
4242
"typescript": "^5.6.3"
4343
},
4444
"peerDependencies": {

0 commit comments

Comments
 (0)