Skip to content

Commit

Permalink
chore(deps): update rsbuild (#701)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent cc6866d commit 45daad2
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 139 deletions.
4 changes: 2 additions & 2 deletions examples/preact-component-bundle-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "rslib build"
},
"devDependencies": {
"@rsbuild/plugin-preact": "^1.2.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rsbuild/plugin-preact": "^1.3.0",
"@rsbuild/plugin-sass": "^1.2.0",
"@rslib/core": "workspace:*",
"preact": "^10.25.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-bundle-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rsbuild/plugin-sass": "^1.2.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.7",
"react": "^19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rsbuild/plugin-sass": "^1.2.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.7",
"react": "^19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-component-umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rsbuild/plugin-sass": "^1.2.0",
"@rslib/core": "workspace:*",
"@types/react": "^19.0.7",
"react": "^19.0.0"
Expand Down
Loading

0 comments on commit 45daad2

Please sign in to comment.