Skip to content

Commit 06625b3

Browse files
chore(deps): bump react-resizable-panels from 3.0.6 to 4.0.13 (#367)
* chore(deps): bump react-resizable-panels from 3.0.6 to 4.0.13 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 3.0.6 to 4.0.13. - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md) - [Commits](bvaughn/react-resizable-panels@3.0.6...4.0.13) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.0.13 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * 🔧 (dependabot.yml, package.json): ignore breaking changes for react-resizable-panels and downgrade to version 3.0.6 * ⬆️ (package.json): update react-resizable-panels version to allow minor and patch upgrades --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nsosio <[email protected]>
1 parent 652b068 commit 06625b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ updates:
2929
update-types:
3030
- 'minor'
3131
- 'patch'
32+
# Ignore updates for packages with breaking API changes
33+
ignore:
34+
- dependency-name: 'react-resizable-panels'
35+
versions: ['>=4.0.0']
3236

3337
# Enable version updates for GitHub Actions
3438
- package-ecosystem: 'github-actions'

0 commit comments

Comments
 (0)