Skip to content

Commit 45daad2

Browse files
chore(deps): update rsbuild (#701)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc6866d commit 45daad2

File tree

6 files changed

+144
-139
lines changed

6 files changed

+144
-139
lines changed

examples/preact-component-bundle-false/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-preact": "^1.2.0",
12-
"@rsbuild/plugin-sass": "^1.1.2",
11+
"@rsbuild/plugin-preact": "^1.3.0",
12+
"@rsbuild/plugin-sass": "^1.2.0",
1313
"@rslib/core": "workspace:*",
1414
"preact": "^10.25.4"
1515
},

examples/react-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-react": "^1.1.0",
12-
"@rsbuild/plugin-sass": "^1.1.2",
12+
"@rsbuild/plugin-sass": "^1.2.0",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.0.7",
1515
"react": "^19.0.0"

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@rsbuild/plugin-react": "^1.1.0",
12-
"@rsbuild/plugin-sass": "^1.1.2",
12+
"@rsbuild/plugin-sass": "^1.2.0",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.0.7",
1515
"react": "^19.0.0"

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@rsbuild/plugin-react": "^1.1.0",
11-
"@rsbuild/plugin-sass": "^1.1.2",
11+
"@rsbuild/plugin-sass": "^1.2.0",
1212
"@rslib/core": "workspace:*",
1313
"@types/react": "^19.0.7",
1414
"react": "^19.0.0"

0 commit comments

Comments
 (0)