Skip to content

Commit

Permalink
chore: bump Rslib 0.0.17 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Nov 11, 2024
1 parent 27ad7c9 commit ed6db54
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"memfs": "^4.14.0",
"picocolors": "1.1.1",
"prebundle": "1.2.5",
"rslib": "npm:@rslib/[email protected].16",
"rslib": "npm:@rslib/[email protected].17",
"rslog": "^1.2.3",
"tsconfck": "3.1.4",
"typescript": "^5.6.3"
Expand Down
2 changes: 0 additions & 2 deletions packages/core/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export default defineConfig({
},
},
output: {
// TODO: Remove this after bumping Rslib
target: 'node',
externals: {
picocolors: '../compiled/picocolors/index.js',
commander: '../compiled/commander/index.js',
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/fs-extra": "^11.0.4",
"@types/node": "^22.8.1",
"fs-extra": "^11.2.0",
"rslib": "npm:@rslib/[email protected].16",
"rslib": "npm:@rslib/[email protected].17",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
Expand Down
4 changes: 0 additions & 4 deletions packages/create-rslib/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ import { defineConfig } from 'rslib';

export default defineConfig({
lib: [{ format: 'esm' }],
// TODO: Remove this after bumping Rslib
output: {
target: 'node',
},
});
2 changes: 1 addition & 1 deletion packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@microsoft/api-extractor": "^7.47.11",
"@rsbuild/core": "~1.1.0",
"@rslib/tsconfig": "workspace:*",
"rslib": "npm:@rslib/[email protected].16",
"rslib": "npm:@rslib/[email protected].17",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
4 changes: 0 additions & 4 deletions packages/plugin-dts/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,4 @@ export default defineConfig({
index: ['./src/**'],
},
},
// TODO: Remove this after bumping Rslib
output: {
target: 'node',
},
});
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed6db54

Please sign in to comment.