Skip to content

Commit

Permalink
chore(deps): update dependency @rsbuild/plugin-preact to ^1.3.0 (#4422)
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 24, 2025
1 parent ee75b03 commit acbb42a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"devDependencies": {
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-preact": "^1.2.0"
"@rsbuild/plugin-preact": "^1.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-preact": "^1.2.0",
"@rsbuild/plugin-preact": "^1.3.0",
"typescript": "^5.7.3"
}
}

1 comment on commit acbb42a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
plugins ✅ success
rspress ✅ success
rslib ✅ success
examples ✅ success

Please sign in to comment.