Skip to content

Commit 745f31a

Browse files
chore(deps): bump @db-ux/db-theme from 0.0.6 to 0.2.0 (#3723)
* 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]>
1 parent 842fcdf commit 745f31a

File tree

11 files changed

+27
-27
lines changed

11 files changed

+27
-27
lines changed

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@axe-core/playwright": "^4.10.1",
4949
"@commitlint/cli": "19.6.1",
5050
"@commitlint/config-conventional": "19.6.0",
51-
"@db-ux/db-theme": "0.0.6",
51+
"@db-ux/db-theme": "0.2.0",
5252
"@double-great/stylelint-a11y": "3.0.3",
5353
"@guidepup/guidepup": "0.24.0",
5454
"@guidepup/playwright": "^0.14.2",

showcases/angular-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser": "17.3.12",
2121
"@angular/platform-browser-dynamic": "17.3.12",
2222
"@angular/router": "17.3.12",
23-
"@db-ux/db-theme": "0.0.6",
23+
"@db-ux/db-theme": "0.2.0",
2424
"rxjs": "~7.8.1",
2525
"sa11y": "4.0.2",
2626
"tslib": "^2.8.1",

showcases/angular-ssr-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/platform-server": "17.3.12",
2323
"@angular/router": "17.3.12",
2424
"@angular/ssr": "17.3.11",
25-
"@db-ux/db-theme": "0.0.6",
25+
"@db-ux/db-theme": "0.2.0",
2626
"express": "^4.21.2",
2727
"rxjs": "~7.8.1",
2828
"tslib": "^2.8.1",

showcases/next-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start": "next start"
1313
},
1414
"dependencies": {
15-
"@db-ux/db-theme": "0.0.6",
15+
"@db-ux/db-theme": "0.2.0",
1616
"next": "latest",
1717
"react": "18.3.1",
1818
"react-dom": "18.3.1"

showcases/nuxt-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "nuxt preview"
1212
},
1313
"dependencies": {
14-
"@db-ux/db-theme": "0.0.6",
14+
"@db-ux/db-theme": "0.2.0",
1515
"nuxt": "^3.15.2",
1616
"vue": "^3.5.13",
1717
"vue-router": "^4.5.0"

showcases/patternhub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:e2e": "npx playwright test --config=../playwright.patternhub-config.ts"
2424
},
2525
"dependencies": {
26-
"@db-ux/db-theme": "0.0.6",
26+
"@db-ux/db-theme": "0.2.0",
2727
"dompurify": "3.2.3",
2828
"highlight.js": "^11.11.1",
2929
"next": "15.1.6",

showcases/patternhub/pages/foundations/icons/overview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useState } from 'react';
2-
import { ALL_ICONS } from '@db-ux/core-icons/build';
2+
import { ALL_ICONS } from '@db-ux/core-icons';
33
import DefaultPage from '../../../components/default-page';
44
import {
55
DBCard,

showcases/react-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:screen-reader:windows": "cross-env showcase=react-showcase npx playwright test --config=../playwright.screen-reader.windows.ts"
1717
},
1818
"dependencies": {
19-
"@db-ux/db-theme": "0.0.6",
19+
"@db-ux/db-theme": "0.2.0",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
2222
"react-router-dom": "7.1.3",

showcases/stencil-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@angular/platform-browser": "17.3.12",
2424
"@angular/platform-browser-dynamic": "17.3.12",
2525
"@angular/router": "17.3.12",
26-
"@db-ux/db-theme": "0.0.6",
26+
"@db-ux/db-theme": "0.2.0",
2727
"@stencil/core": "4.25.0",
2828
"rxjs": "~7.8.1",
2929
"tslib": "^2.8.1",

showcases/vue-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:e2e": "cross-env showcase=vue-showcase npx playwright test --config=../playwright.config.ts"
1313
},
1414
"dependencies": {
15-
"@db-ux/db-theme": "0.0.6",
15+
"@db-ux/db-theme": "0.2.0",
1616
"sa11y": "4.0.2",
1717
"vue": "^3.5.13",
1818
"vue-router": "4.5.0"

0 commit comments

Comments
 (0)