Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/module-federation/mf-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.10.0",
"@rsbuild/core": "~1.2.18",
"@rsbuild/core": "~1.2.19",
"@rsbuild/plugin-react": "^1.1.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation/mf-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.10.0",
"@rsbuild/core": "~1.2.18",
"@rsbuild/core": "~1.2.19",
"@rsbuild/plugin-react": "^1.1.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
},
"dependencies": {
"@rsbuild/core": "~1.2.18",
"@rsbuild/core": "~1.2.19",
"rsbuild-plugin-dts": "workspace:*",
"tinyglobby": "^0.2.12"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.2.18",
"@rsbuild/core": "~1.2.19",
"@storybook/addon-essentials": "^8.6.4",
"@storybook/addon-interactions": "^8.6.4",
"@storybook/addon-links": "^8.6.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.2.18",
"@rsbuild/core": "~1.2.19",
"@storybook/addon-essentials": "^8.6.4",
"@storybook/addon-interactions": "^8.6.4",
"@storybook/addon-links": "^8.6.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "~1.2.18",
"@rsbuild/core": "~1.2.19",
"@rsbuild/plugin-react": "^1.1.1",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.6.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "~1.2.18",
"@rsbuild/core": "~1.2.19",
"@rsbuild/plugin-react": "^1.1.1",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.6.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.2.18",
"@rsbuild/core": "~1.2.19",
"@rsbuild/plugin-react": "^1.1.1",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.6.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"storybook": "storybook dev"
},
"devDependencies": {
"@rsbuild/core": "~1.2.18",
"@rsbuild/core": "~1.2.19",
"@rsbuild/plugin-react": "^1.1.1",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.51.1",
"@rsbuild/core": "~1.2.18",
"@rsbuild/core": "~1.2.19",
"@rslib/tsconfig": "workspace:*",
"rsbuild-plugin-publint": "^0.3.0",
"rslib": "npm:@rslib/core@0.5.4",
Expand Down
Loading