Skip to content

Commit

Permalink
chore(deps): update Rsbuild 1.2.0 and vitest 3.0.3 (#700)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Timeless0911 <[email protected]>
  • Loading branch information
renovate[bot] and Timeless0911 authored Jan 22, 2025
1 parent 45daad2 commit e3b145d
Show file tree
Hide file tree
Showing 25 changed files with 315 additions and 200 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.9",
"@rsbuild/core": "1.2.0-beta.1",
"@rsbuild/core": "~1.2.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
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.9",
"@rsbuild/core": "1.2.0-beta.1",
"@rsbuild/core": "~1.2.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prettier-plugin-packagejson": "^2.5.8",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.3",
"vitest": "^3.0.2",
"vitest": "^3.0.3",
"zx": "^8.3.0"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
},
"dependencies": {
"@rsbuild/core": "1.2.0-beta.1",
"@rsbuild/core": "~1.2.0",
"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.2.0-beta.1",
"@rsbuild/core": "~1.2.0",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
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.0-beta.1",
"@rsbuild/core": "~1.2.0",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "vitest run"
},
"devDependencies": {
"vitest": "^3.0.2"
"vitest": "^3.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test": "vitest run"
},
"devDependencies": {
"vitest": "^3.0.2"
"vitest": "^3.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"jsdom": "^26.0.0",
"vitest": "^3.0.2"
"vitest": "^3.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"jsdom": "^26.0.0",
"vitest": "^3.0.2"
"vitest": "^3.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"vitest": "^3.0.2"
"vitest": "^3.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@rslib/core": "workspace:*",
"@types/node": "^22.8.1",
"typescript": "^5.7.3",
"vitest": "^3.0.2"
"vitest": "^3.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"@rslib/core": "workspace:*",
"vitest": "^3.0.2"
"vitest": "^3.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@rslib/core": "workspace:*",
"@types/node": "^22.8.1",
"typescript": "^5.7.3",
"vitest": "^3.0.2"
"vitest": "^3.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "vitest run"
},
"devDependencies": {
"@rsbuild/core": "1.2.0-beta.1",
"@rsbuild/core": "~1.2.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.5.0",
Expand All @@ -36,7 +36,7 @@
"storybook": "^8.5.0",
"storybook-addon-rslib": "^0.1.8",
"storybook-react-rsbuild": "^0.1.8",
"vitest": "^3.0.2"
"vitest": "^3.0.3"
},
"peerDependencies": {
"react": ">=16.9.0",
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.0-beta.1",
"@rsbuild/core": "~1.2.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.5.0",
Expand All @@ -40,7 +40,7 @@
"storybook-addon-rslib": "^0.1.8",
"storybook-react-rsbuild": "^0.1.8",
"typescript": "^5.7.3",
"vitest": "^3.0.2"
"vitest": "^3.0.3"
},
"peerDependencies": {
"react": ">=16.9.0",
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.0-beta.1",
"@rsbuild/core": "~1.2.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.5.0",
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.0-beta.1",
"@rsbuild/core": "~1.2.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rslib/core": "workspace:*",
"@storybook/addon-essentials": "^8.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@testing-library/react": "^16.2.0",
"jsdom": "^26.0.0",
"react": "^19.0.0",
"vitest": "^3.0.2"
"vitest": "^3.0.3"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jsdom": "^26.0.0",
"react": "^19.0.0",
"typescript": "^5.7.3",
"vitest": "^3.0.2"
"vitest": "^3.0.3"
},
"peerDependencies": {
"react": ">=16.9.0",
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.49.1",
"@rsbuild/core": "1.2.0-beta.1",
"@rsbuild/core": "~1.2.0",
"@rslib/tsconfig": "workspace:*",
"rsbuild-plugin-publint": "^0.2.1",
"rslib": "npm:@rslib/[email protected]",
Expand Down
Loading

0 comments on commit e3b145d

Please sign in to comment.