Skip to content

Commit

Permalink
chore(deps): bump @db-ux/db-theme from 0.4.0 to 0.5.0 (#3753)
Browse files Browse the repository at this point in the history
Bumps @db-ux/db-theme from 0.4.0 to 0.5.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 227d643 commit 17e00f5
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
32 changes: 16 additions & 16 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.4.0",
"@db-ux/db-theme": "0.5.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.4.0",
"@db-ux/db-theme": "0.5.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.4.0",
"@db-ux/db-theme": "0.5.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.4.0",
"@db-ux/db-theme": "0.5.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.4.0",
"@db-ux/db-theme": "0.5.0",
"nuxt": "^3.15.4",
"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.4.0",
"@db-ux/db-theme": "0.5.0",
"dompurify": "3.2.4",
"highlight.js": "^11.11.1",
"next": "15.1.6",
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.4.0",
"@db-ux/db-theme": "0.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "7.1.4",
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.4.0",
"@db-ux/db-theme": "0.5.0",
"@stencil/core": "4.25.1",
"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.4.0",
"@db-ux/db-theme": "0.5.0",
"sa11y": "4.0.2",
"vue": "^3.5.13",
"vue-router": "4.5.0"
Expand Down

0 comments on commit 17e00f5

Please sign in to comment.