Skip to content

Commit

Permalink
chore(deps): bump @db-ux/db-theme from 0.0.6 to 0.2.0 (#3723)
Browse files Browse the repository at this point in the history
* chore(deps): bump @db-ux/db-theme from 0.0.6 to 0.2.0

Bumps @db-ux/db-theme from 0.0.6 to 0.2.0.

---
updated-dependencies:
- dependency-name: "@db-ux/db-theme"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore: update import for ALL_ICONS

* chore: update from main

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Merget <[email protected]>
  • Loading branch information
dependabot[bot] and nmerget authored Jan 24, 2025
1 parent 842fcdf commit 745f31a
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
34 changes: 17 additions & 17 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 @@ -48,7 +48,7 @@
"@axe-core/playwright": "^4.10.1",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@db-ux/db-theme": "0.0.6",
"@db-ux/db-theme": "0.2.0",
"@double-great/stylelint-a11y": "3.0.3",
"@guidepup/guidepup": "0.24.0",
"@guidepup/playwright": "^0.14.2",
Expand Down
2 changes: 1 addition & 1 deletion showcases/angular-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@db-ux/db-theme": "0.0.6",
"@db-ux/db-theme": "0.2.0",
"rxjs": "~7.8.1",
"sa11y": "4.0.2",
"tslib": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion showcases/angular-ssr-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/platform-server": "17.3.12",
"@angular/router": "17.3.12",
"@angular/ssr": "17.3.11",
"@db-ux/db-theme": "0.0.6",
"@db-ux/db-theme": "0.2.0",
"express": "^4.21.2",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion showcases/next-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "next start"
},
"dependencies": {
"@db-ux/db-theme": "0.0.6",
"@db-ux/db-theme": "0.2.0",
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion showcases/nuxt-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "nuxt preview"
},
"dependencies": {
"@db-ux/db-theme": "0.0.6",
"@db-ux/db-theme": "0.2.0",
"nuxt": "^3.15.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:e2e": "npx playwright test --config=../playwright.patternhub-config.ts"
},
"dependencies": {
"@db-ux/db-theme": "0.0.6",
"@db-ux/db-theme": "0.2.0",
"dompurify": "3.2.3",
"highlight.js": "^11.11.1",
"next": "15.1.6",
Expand Down
2 changes: 1 addition & 1 deletion showcases/patternhub/pages/foundations/icons/overview.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useState } from 'react';
import { ALL_ICONS } from '@db-ux/core-icons/build';
import { ALL_ICONS } from '@db-ux/core-icons';
import DefaultPage from '../../../components/default-page';
import {
DBCard,
Expand Down
2 changes: 1 addition & 1 deletion showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:screen-reader:windows": "cross-env showcase=react-showcase npx playwright test --config=../playwright.screen-reader.windows.ts"
},
"dependencies": {
"@db-ux/db-theme": "0.0.6",
"@db-ux/db-theme": "0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "7.1.3",
Expand Down
2 changes: 1 addition & 1 deletion showcases/stencil-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@db-ux/db-theme": "0.0.6",
"@db-ux/db-theme": "0.2.0",
"@stencil/core": "4.25.0",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:e2e": "cross-env showcase=vue-showcase npx playwright test --config=../playwright.config.ts"
},
"dependencies": {
"@db-ux/db-theme": "0.0.6",
"@db-ux/db-theme": "0.2.0",
"sa11y": "4.0.2",
"vue": "^3.5.13",
"vue-router": "4.5.0"
Expand Down

0 comments on commit 745f31a

Please sign in to comment.