Skip to content

Commit

Permalink
chore(deps): update dependency @rsbuild/core to ~1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent b7a74f8 commit ce52888
Show file tree
Hide file tree
Showing 13 changed files with 165 additions and 165 deletions.
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.8.5",
"@rsbuild/core": "~1.1.10",
"@rsbuild/core": "~1.1.11",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
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.8.5",
"@rsbuild/core": "~1.1.10",
"@rsbuild/core": "~1.1.11",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prebundle": "prebundle"
},
"dependencies": {
"@rsbuild/core": "~1.1.10",
"@rsbuild/core": "~1.1.11",
"rsbuild-plugin-dts": "workspace:*",
"tinyglobby": "^0.2.10"
},
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.1.10",
"@rsbuild/core": "~1.1.11",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
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.1.10",
"@rsbuild/core": "~1.1.11",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
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.1.10",
"@rsbuild/core": "~1.1.11",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
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.1.10",
"@rsbuild/core": "~1.1.11",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
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.1.10",
"@rsbuild/core": "~1.1.11",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
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.1.10",
"@rsbuild/core": "~1.1.11",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.4.7",
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 @@ -35,7 +35,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@rsbuild/core": "~1.1.10",
"@rsbuild/core": "~1.1.11",
"@rslib/tsconfig": "workspace:*",
"rsbuild-plugin-publint": "^0.2.1",
"rslib": "npm:@rslib/[email protected]",
Expand Down
Loading

0 comments on commit ce52888

Please sign in to comment.