Skip to content

Commit 25c5910

Browse files
chore(deps): update dependency @rslib/core to v0.15.0 (#6289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33614f5 commit 25c5910

File tree

17 files changed

+65
-179
lines changed

17 files changed

+65
-179
lines changed

packages/compat/plugin-webpack-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@rsbuild/core": "workspace:*",
4040
"@rsbuild/webpack": "workspace:*",
41-
"@rslib/core": "0.14.0",
41+
"@rslib/core": "0.15.0",
4242
"@types/lodash": "^4.17.20",
4343
"@types/semver": "^7.7.1",
4444
"typescript": "^5.9.2",

packages/compat/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@rsbuild/core": "workspace:*",
41-
"@rslib/core": "0.14.0",
41+
"@rslib/core": "0.15.0",
4242
"@scripts/test-helper": "workspace:*",
4343
"@types/node": "^22.18.6",
4444
"ansi-escapes": "4.3.2",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@jridgewell/remapping": "^2.3.5",
6363
"@jridgewell/trace-mapping": "^0.3.31",
64-
"@rslib/core": "0.14.0",
64+
"@rslib/core": "0.15.0",
6565
"@types/connect": "3.4.38",
6666
"@types/cors": "^2.8.19",
6767
"@types/node": "^22.18.6",

packages/create-rsbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@rsbuild/plugin-solid": "workspace:*",
4040
"@rsbuild/plugin-svelte": "workspace:*",
4141
"@rsbuild/plugin-vue": "workspace:*",
42-
"@rslib/core": "0.14.0",
42+
"@rslib/core": "0.15.0",
4343
"@types/node": "^22.18.6",
4444
"typescript": "^5.9.2"
4545
},

packages/plugin-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@rsbuild/core": "workspace:*",
43-
"@rslib/core": "0.14.0",
43+
"@rslib/core": "0.15.0",
4444
"@scripts/test-helper": "workspace:*",
4545
"@types/node": "^22.18.6",
4646
"babel-loader": "10.0.0",

packages/plugin-less/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@rsbuild/core": "workspace:*",
38-
"@rslib/core": "0.14.0",
38+
"@rslib/core": "0.15.0",
3939
"@scripts/test-helper": "workspace:*",
4040
"@types/less": "^3.0.8",
4141
"less": "4.3.0",

packages/plugin-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@rsbuild/core": "workspace:*",
37-
"@rslib/core": "0.14.0",
37+
"@rslib/core": "0.15.0",
3838
"@types/node": "^22.18.6",
3939
"preact": "^10.27.2",
4040
"typescript": "^5.9.2"

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@rsbuild/core": "workspace:*",
35-
"@rslib/core": "0.14.0",
35+
"@rslib/core": "0.15.0",
3636
"@scripts/test-helper": "workspace:*",
3737
"@types/node": "^22.18.6",
3838
"typescript": "^5.9.2"

packages/plugin-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@rsbuild/core": "workspace:*",
41-
"@rslib/core": "0.14.0",
41+
"@rslib/core": "0.15.0",
4242
"@scripts/test-helper": "workspace:*",
4343
"@types/node": "^22.18.6",
4444
"@types/sass-loader": "^8.0.9",

packages/plugin-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@rsbuild/core": "workspace:*",
37-
"@rslib/core": "0.14.0",
37+
"@rslib/core": "0.15.0",
3838
"@scripts/test-helper": "workspace:*",
3939
"@types/babel__core": "^7.20.5",
4040
"typescript": "^5.9.2"

0 commit comments

Comments
 (0)