Skip to content

Commit dd4899c

Browse files
authored
chore: update rsbuild 1.0.1-rc.4 (#177)
1 parent ee425c1 commit dd4899c

File tree

7 files changed

+66
-66
lines changed

7 files changed

+66
-66
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ The project is still in its early stages and under active development, so it pos
140140

141141
| Package | Link |
142142
| ------------ | -------------------------------------------------------------------- |
143-
| @rspack/core | [1.0.1](https://github.com/web-infra-dev/rspack/releases/tag/v1.0.1) |
143+
| @rspack/core | [1.0.3](https://github.com/web-infra-dev/rspack/releases/tag/v1.0.3) |

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@e2e/helper": "workspace:*",
1313
"@playwright/test": "1.46.1",
14-
"@rsbuild/core": "1.0.1-rc.3",
14+
"@rsbuild/core": "1.0.1-rc.4",
1515
"@rslib/core": "workspace:*",
1616
"@rslib/tsconfig": "workspace:*",
1717
"@types/fs-extra": "^11.0.4",

examples/react-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "rslib build"
66
},
77
"devDependencies": {
8-
"@rsbuild/plugin-react": "1.0.1-rc.3",
8+
"@rsbuild/plugin-react": "1.0.1-rc.4",
99
"@rslib/core": "workspace:*",
1010
"@types/react": "^18.3.5",
1111
"react": "^18.3.1"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"prebundle": "prebundle"
3838
},
3939
"dependencies": {
40-
"@rsbuild/core": "1.0.1-rc.3",
40+
"@rsbuild/core": "1.0.1-rc.4",
4141
"rsbuild-plugin-dts": "workspace:*"
4242
},
4343
"devDependencies": {

packages/plugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@microsoft/api-extractor": "^7.47.7",
38-
"@rsbuild/core": "1.0.1-rc.3",
38+
"@rsbuild/core": "1.0.1-rc.4",
3939
"@rslib/tsconfig": "workspace:*",
4040
"rslib": "npm:@rslib/[email protected]",
4141
"typescript": "^5.5.4"

pnpm-lock.yaml

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vitest.workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { ProjectConfig } from 'vitest/node';
44
export const shared: ProjectConfig = {
55
globals: true,
66
environment: 'node',
7-
testTimeout: 30000,
7+
testTimeout: 60000,
88
restoreMocks: true,
99
exclude: ['**/node_modules/**'],
1010
};

0 commit comments

Comments
 (0)