Skip to content

Commit

Permalink
chore(deps): bump Rslib 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Nov 12, 2024
1 parent c727646 commit ccf38c9
Show file tree
Hide file tree
Showing 22 changed files with 74 additions and 68 deletions.
2 changes: 1 addition & 1 deletion packages/compat/plugin-webpack-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@modern-js/swc-plugins": "0.6.11",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@swc/helpers": "^0.5.15",
"core-js": "~3.39.0",
"deepmerge": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"ansi-escapes": "4.3.2",
Expand Down
1 change: 0 additions & 1 deletion packages/compat/webpack/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default defineConfig({
{
...cjsConfig,
output: {
target: 'node',
// TODO https://github.com/web-infra-dev/rslib/issues/287
externals: {
webpack: 'import webpack',
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"core-js": "~3.39.0"
},
"devDependencies": {
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@types/connect": "3.4.38",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.9.0",
Expand Down
1 change: 0 additions & 1 deletion packages/core/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default defineConfig({
define,
},
output: {
target: 'node',
externals,
},
lib: [
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"create-rstack": "1.0.9"
},
"devDependencies": {
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/create-rsbuild/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ import { defineConfig } from '@rslib/core';

export default defineConfig({
lib: [{ format: 'esm', syntax: 'es2021' }],
output: {
target: 'node',
},
});
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@types/serialize-javascript": "^5.0.4",
"serialize-javascript": "^6.0.2",
"terser": "5.36.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"babel-loader": "9.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@scripts/test-helper": "workspace:*",
"@types/less": "^3.0.6",
"less": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@types/node": "^22.9.0",
"preact": "^10.24.3",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"@types/sass-loader": "^8.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@scripts/test-helper": "workspace:*",
"@types/babel__core": "^7.20.5",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"svelte": "^5.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"file-loader": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@rslib/core": "0.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"typescript": "^5.6.3",
Expand Down
Loading

0 comments on commit ccf38c9

Please sign in to comment.