Skip to content

Commit d6af496

Browse files
chore(deps): update dependency @rslib/core to v0.7.0 (#5232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: neverland <[email protected]>
1 parent ee19f8a commit d6af496

File tree

17 files changed

+100
-100
lines changed

17 files changed

+100
-100
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@rsbuild/core": "workspace:*",
3939
"@rsbuild/webpack": "workspace:*",
40-
"@rslib/core": "0.6.9",
40+
"@rslib/core": "0.7.0",
4141
"@types/lodash": "^4.17.16",
4242
"@types/semver": "^7.7.0",
4343
"typescript": "^5.8.3",

packages/compat/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@rsbuild/core": "workspace:*",
40-
"@rslib/core": "0.6.9",
40+
"@rslib/core": "0.7.0",
4141
"@scripts/test-helper": "workspace:*",
4242
"@types/node": "^22.15.17",
4343
"ansi-escapes": "4.3.2",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"jiti": "^2.4.2"
5959
},
6060
"devDependencies": {
61-
"@rslib/core": "0.6.9",
61+
"@rslib/core": "0.7.0",
6262
"@types/connect": "3.4.38",
6363
"@types/cors": "^2.8.18",
6464
"@types/node": "^22.15.17",

packages/create-rsbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@rsbuild/plugin-solid": "workspace:*",
3939
"@rsbuild/plugin-svelte": "workspace:*",
4040
"@rsbuild/plugin-vue": "workspace:*",
41-
"@rslib/core": "0.6.9",
41+
"@rslib/core": "0.7.0",
4242
"@types/node": "^22.15.17",
4343
"typescript": "^5.8.3"
4444
},

packages/plugin-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@rsbuild/core": "workspace:*",
42-
"@rslib/core": "0.6.9",
42+
"@rslib/core": "0.7.0",
4343
"@scripts/test-helper": "workspace:*",
4444
"@types/node": "^22.15.17",
4545
"babel-loader": "10.0.0",

packages/plugin-less/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.6.9",
37+
"@rslib/core": "0.7.0",
3838
"@scripts/test-helper": "workspace:*",
3939
"@types/less": "^3.0.8",
4040
"less": "^4.3.0",

packages/plugin-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@rsbuild/core": "workspace:*",
36-
"@rslib/core": "0.6.9",
36+
"@rslib/core": "0.7.0",
3737
"@types/node": "^22.15.17",
3838
"preact": "^10.26.6",
3939
"typescript": "^5.8.3"

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@rsbuild/core": "workspace:*",
34-
"@rslib/core": "0.6.9",
34+
"@rslib/core": "0.7.0",
3535
"@scripts/test-helper": "workspace:*",
3636
"@types/node": "^22.15.17",
3737
"typescript": "^5.8.3"

packages/plugin-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@rsbuild/core": "workspace:*",
40-
"@rslib/core": "0.6.9",
40+
"@rslib/core": "0.7.0",
4141
"@scripts/test-helper": "workspace:*",
4242
"@types/node": "^22.15.17",
4343
"@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
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@rsbuild/core": "workspace:*",
36-
"@rslib/core": "0.6.9",
36+
"@rslib/core": "0.7.0",
3737
"@scripts/test-helper": "workspace:*",
3838
"@types/babel__core": "^7.20.5",
3939
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)