Skip to content

Commit f9c7b04

Browse files
authored
chore: bump @rsbuild/core (#114)
1 parent 6697de6 commit f9c7b04

File tree

7 files changed

+20
-28
lines changed

7 files changed

+20
-28
lines changed

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.43.1",
14-
"@rsbuild/core": "1.0.1-beta.14",
14+
"@rsbuild/core": "1.0.1-beta.15",
1515
"@rslib/core": "workspace:*",
1616
"@rslib/tsconfig": "workspace:*",
1717
"@types/fs-extra": "^11.0.4",

examples/express-plugin/rslib.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ export default defineConfig({
2727
},
2828
},
2929
],
30-
// TODO: We can remove this after https://github.com/web-infra-dev/rsbuild/pull/3225 being released
31-
source: {
32-
entry: {
33-
index: './src/index.ts',
34-
},
35-
},
3630
output: {
3731
target: 'node',
3832
},

examples/react-component/rslib.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,5 @@ export default defineConfig({
2828
},
2929
},
3030
],
31-
// TODO: We can remove this after https://github.com/web-infra-dev/rsbuild/pull/3225 being released
32-
source: {
33-
entry: {
34-
index: './src/index.tsx',
35-
},
36-
},
3731
plugins: [pluginReact()],
3832
});

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-beta.14",
40+
"@rsbuild/core": "1.0.1-beta.15",
4141
"rsbuild-plugin-dts": "workspace:*"
4242
},
4343
"devDependencies": {

packages/core/rslib.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
define: {
1818
RSLIB_VERSION: JSON.stringify(require('./package.json').version),
1919
},
20-
// TODO: We can remove this after https://github.com/web-infra-dev/rsbuild/pull/3225 being released
20+
// TODO: We can remove this after Rslib 0.0.3 being released
2121
entry: {
2222
index: './src/index.ts',
2323
},

packages/plugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@microsoft/api-extractor": "^7.47.5",
37-
"@rsbuild/core": "1.0.1-beta.14",
37+
"@rsbuild/core": "1.0.1-beta.15",
3838
"@rslib/tsconfig": "workspace:*",
3939
"rslib": "npm:@rslib/[email protected]",
4040
"typescript": "^5.5.4"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)