Skip to content

Commit b94747f

Browse files
authored
chore(deps): update @rslib/core to 0.9.2 (#5378)
1 parent 17a24c1 commit b94747f

File tree

17 files changed

+70
-57
lines changed

17 files changed

+70
-57
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.9.1",
41+
"@rslib/core": "0.9.2",
4242
"@types/lodash": "^4.17.17",
4343
"@types/semver": "^7.7.0",
4444
"typescript": "^5.8.3",

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.9.1",
41+
"@rslib/core": "0.9.2",
4242
"@scripts/test-helper": "workspace:*",
4343
"@types/node": "^22.15.30",
4444
"ansi-escapes": "4.3.2",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"jiti": "^2.4.2"
6060
},
6161
"devDependencies": {
62-
"@rslib/core": "0.9.1",
62+
"@rslib/core": "0.9.2",
6363
"@types/connect": "3.4.38",
6464
"@types/cors": "^2.8.18",
6565
"@types/node": "^22.15.30",

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.9.1",
42+
"@rslib/core": "0.9.2",
4343
"@types/node": "^22.15.30",
4444
"typescript": "^5.8.3"
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.9.1",
43+
"@rslib/core": "0.9.2",
4444
"@scripts/test-helper": "workspace:*",
4545
"@types/node": "^22.15.30",
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.9.1",
38+
"@rslib/core": "0.9.2",
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.9.1",
37+
"@rslib/core": "0.9.2",
3838
"@types/node": "^22.15.30",
3939
"preact": "^10.26.8",
4040
"typescript": "^5.8.3"

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.9.1",
35+
"@rslib/core": "0.9.2",
3636
"@scripts/test-helper": "workspace:*",
3737
"@types/node": "^22.15.30",
3838
"typescript": "^5.8.3"

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.9.1",
41+
"@rslib/core": "0.9.2",
4242
"@scripts/test-helper": "workspace:*",
4343
"@types/node": "^22.15.30",
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.9.1",
37+
"@rslib/core": "0.9.2",
3838
"@scripts/test-helper": "workspace:*",
3939
"@types/babel__core": "^7.20.5",
4040
"typescript": "^5.8.3"

packages/plugin-stylus/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.9.1",
38+
"@rslib/core": "0.9.2",
3939
"@scripts/test-helper": "workspace:*",
4040
"@types/node": "^22.15.30",
4141
"typescript": "^5.8.3"

packages/plugin-svelte/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.9.1",
35+
"@rslib/core": "0.9.2",
3636
"@scripts/test-helper": "workspace:*",
3737
"@types/node": "^22.15.30",
3838
"svelte": "^5.33.14",

packages/plugin-svgr/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.9.1",
41+
"@rslib/core": "0.9.2",
4242
"@scripts/test-helper": "workspace:*",
4343
"@types/node": "^22.15.30",
4444
"file-loader": "6.2.0",

packages/plugin-vue/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.9.1",
36+
"@rslib/core": "0.9.2",
3737
"@scripts/test-helper": "workspace:*",
3838
"@types/node": "^22.15.30",
3939
"typescript": "^5.8.3",

pnpm-lock.yaml

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

scripts/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"devDependencies": {
66
"@rsbuild/core": "workspace:*",
7-
"@rslib/core": "0.9.1",
7+
"@rslib/core": "0.9.2",
88
"@types/node": "^22.15.30",
99
"typescript": "^5.8.3"
1010
}

scripts/test-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"upath": "2.0.1"
3333
},
3434
"devDependencies": {
35-
"@rslib/core": "0.9.1"
35+
"@rslib/core": "0.9.2"
3636
},
3737
"publishConfig": {
3838
"access": "public",

0 commit comments

Comments
 (0)