Skip to content

Commit 53e564f

Browse files
committed
chore(deps): bump Rslib v0.18.2 to fix panic issue in watch mode
1 parent e9283f2 commit 53e564f

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.18.0",
41+
"@rslib/core": "0.18.2",
4242
"@types/lodash": "^4.17.21",
4343
"@types/semver": "^7.7.1",
4444
"typescript": "^5.9.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.18.0",
41+
"@rslib/core": "0.18.2",
4242
"@scripts/test-helper": "workspace:*",
4343
"@types/node": "^24.10.1",
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.18.0",
64+
"@rslib/core": "0.18.2",
6565
"@types/connect": "3.4.38",
6666
"@types/cors": "^2.8.19",
6767
"@types/node": "^24.10.1",

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.18.0",
42+
"@rslib/core": "0.18.2",
4343
"@types/node": "^24.10.1",
4444
"typescript": "^5.9.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.18.0",
43+
"@rslib/core": "0.18.2",
4444
"@scripts/test-helper": "workspace:*",
4545
"@types/node": "^24.10.1",
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.18.0",
38+
"@rslib/core": "0.18.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.18.0",
37+
"@rslib/core": "0.18.2",
3838
"@types/node": "^24.10.1",
3939
"preact": "^10.27.2",
4040
"typescript": "^5.9.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.18.0",
35+
"@rslib/core": "0.18.2",
3636
"@scripts/test-helper": "workspace:*",
3737
"@types/node": "^24.10.1",
3838
"typescript": "^5.9.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.18.0",
41+
"@rslib/core": "0.18.2",
4242
"@scripts/test-helper": "workspace:*",
4343
"@types/node": "^24.10.1",
4444
"@types/sass-loader": "^8.0.10",

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.18.0",
37+
"@rslib/core": "0.18.2",
3838
"@scripts/test-helper": "workspace:*",
3939
"@types/babel__core": "^7.20.5",
4040
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)