Skip to content

Commit

Permalink
build(deps-dev): bump @db-ui/core from 2.22.0 to 3.0.0 (#239)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump @db-ui/core from 2.22.0 to 3.0.0

Bumps [@db-ui/core](https://github.com/db-ui/core) from 2.22.0 to 3.0.0.
- [Release notes](https://github.com/db-ui/core/releases)
- [Changelog](https://github.com/db-ui/core/blob/main/CHANGELOG.md)
- [Commits](db-ui/core@v2.22.0...v3.0.0)

---
updated-dependencies:
- dependency-name: "@db-ui/core"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* refactor: adapted necessary changes out of the migration guide

https://github.com/db-ui/core/blob/main/docs/migrationGuide.adoc#db-ui-core-300-migration-guide

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Franzke <[email protected]>
  • Loading branch information
dependabot[bot] and mfranzke authored Aug 8, 2024
1 parent 75bf78d commit 993816b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Kai Zwier",
"license": "Apache-2.0",
"devDependencies": {
"@db-ui/core": "^2.22.0",
"@db-ui/core": "^3.0.0",
"cpr": "^3.0.1",
"http-server": "^14.1.1",
"husky": "^9.1.4",
Expand Down
9 changes: 0 additions & 9 deletions public/chips.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
/>
<label
for="chip-single-chip01-val"
role="button"
:data-variant="components[active].variant"
tabindex="0"
aria-hidden="true"
:data-icon="iconBefore ? 'account' : null"
:data-icon-after="iconAfter ? 'close' : null"
>Lorem ipsum</label
Expand All @@ -48,10 +45,7 @@
/>
<label
for="chip-single-chip02-val"
role="button"
:data-variant="components[active].variant"
tabindex="0"
aria-hidden="true"
:data-icon="iconBefore ? 'alarm' : null"
:data-icon-after="iconAfter ? 'close' : null"
>Sit Amet</label
Expand All @@ -66,10 +60,7 @@
/>
<label
for="chip-single-chip03-val"
role="button"
:data-variant="components[active].variant"
tabindex="0"
aria-hidden="true"
:data-icon="iconBefore ? 'alert' : null"
:data-icon-after="iconAfter ? 'close' : null"
>Consetuter elit</label
Expand Down

0 comments on commit 993816b

Please sign in to comment.