Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#628)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent b6b21b3 commit d637e02
Show file tree
Hide file tree
Showing 10 changed files with 190 additions and 184 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 @@ -12,7 +12,7 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.5",
"@module-federation/rsbuild-plugin": "^0.8.6",
"@rsbuild/core": "~1.1.13",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/module-federation/mf-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"storybook": "storybook dev -p 6006"
},
"devDependencies": {
"@module-federation/enhanced": "^0.8.5",
"@module-federation/rsbuild-plugin": "^0.8.5",
"@module-federation/storybook-addon": "^3.0.16",
"@module-federation/enhanced": "^0.8.6",
"@module-federation/rsbuild-plugin": "^0.8.6",
"@module-federation/storybook-addon": "^3.0.17",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@types/react": "^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 @@ -12,7 +12,7 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.5",
"@module-federation/rsbuild-plugin": "^0.8.6",
"@rsbuild/core": "~1.1.13",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/preact-component-bundle-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@rsbuild/plugin-preact": "^1.2.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rslib/core": "workspace:*",
"preact": "^10.25.3"
"preact": "^10.25.4"
},
"peerDependencies": {
"preact": "^10"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"tinyglobby": "^0.2.10"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.8.5",
"@module-federation/rsbuild-plugin": "^0.8.6",
"@rslib/tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.4",
"chokidar": "^4.0.3",
Expand All @@ -52,7 +52,7 @@
"picocolors": "1.1.1",
"prebundle": "1.2.5",
"rsbuild-plugin-publint": "^0.2.1",
"rslib": "npm:@rslib/core@0.2.0",
"rslib": "npm:@rslib/core@0.2.2",
"rslog": "^1.2.3",
"tsconfck": "3.1.4",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "^22.8.1",
"fs-extra": "^11.2.0",
"rsbuild-plugin-publint": "^0.2.1",
"rslib": "npm:@rslib/core@0.2.0",
"rslib": "npm:@rslib/core@0.2.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
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 @@ -38,7 +38,7 @@
"@rsbuild/core": "~1.1.13",
"@rslib/tsconfig": "workspace:*",
"rsbuild-plugin-publint": "^0.2.1",
"rslib": "npm:@rslib/core@0.2.0",
"rslib": "npm:@rslib/core@0.2.2",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
350 changes: 178 additions & 172 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@codspeed/vitest-plugin": "^4.0.0",
"@module-federation/rsbuild-plugin": "^0.8.5",
"@module-federation/rsbuild-plugin": "^0.8.6",
"@playwright/test": "1.49.1",
"@rsbuild/core": "~1.1.13",
"@rsbuild/plugin-less": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rsbuild-plugin-google-analytics": "1.0.3",
"rspress": "1.39.2",
"rspress": "1.39.3",
"rspress-plugin-font-open-sans": "1.0.0"
}
}

0 comments on commit d637e02

Please sign in to comment.