Skip to content

Commit a439d3e

Browse files
committed
chore(deps): upgrade Rslib to v1.0.0-beta.0
1 parent 98b7501 commit a439d3e

3 files changed

Lines changed: 18 additions & 23 deletions

File tree

packages/rstack/src/rslibConfig.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import { loadRstackConfig, type Configs } from './config.js';
44
const resolveRslibConfig = async (configs: Configs, params: ConfigParams): Promise<RslibConfig> => {
55
const libConfig = configs.lib;
66
if (!libConfig) {
7-
// TODO: should allow empty object to be returned
8-
return { lib: [{}] };
7+
return {};
98
}
109
if (typeof libConfig === 'function') {
1110
return libConfig(params);

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cleanupUnusedCatalogs: true
1313
catalog:
1414
'@rsbuild/core': '~2.1.6'
1515
'@rsbuild/plugin-react': '^2.1.0'
16-
'@rslib/core': '~0.23.2'
16+
'@rslib/core': '~1.0.0-beta.0'
1717
'@rslint/core': '~0.6.5'
1818
'@rspress/core': '^2.0.17'
1919
'@rstackjs/load-config': ^0.1.2

0 commit comments

Comments
 (0)