Skip to content

Commit

Permalink
chore(deps): bump @db-ux/db-theme from 1.0.0 to 1.0.2 (#3827)
Browse files Browse the repository at this point in the history
Bumps @db-ux/db-theme from 1.0.0 to 1.0.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent de34079 commit 28fc6f8
Showing 9 changed files with 17 additions and 16 deletions.
17 changes: 9 additions & 8 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 showcases/angular-showcase/package.json
Original file line number Diff line number Diff line change
@@ -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": "1.0.0",
"@db-ux/db-theme": "1.0.2",
"rxjs": "~7.8.1",
"sa11y": "4.1.0",
"tslib": "^2.8.1",
2 changes: 1 addition & 1 deletion showcases/angular-ssr-showcase/package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"@angular/platform-server": "17.3.12",
"@angular/router": "17.3.12",
"@angular/ssr": "17.3.12",
"@db-ux/db-theme": "1.0.0",
"@db-ux/db-theme": "1.0.2",
"express": "^4.21.2",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
2 changes: 1 addition & 1 deletion showcases/next-showcase/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"start": "next start"
},
"dependencies": {
"@db-ux/db-theme": "1.0.0",
"@db-ux/db-theme": "1.0.2",
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1"
2 changes: 1 addition & 1 deletion showcases/nuxt-showcase/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"preview": "nuxt preview"
},
"dependencies": {
"@db-ux/db-theme": "1.0.0",
"@db-ux/db-theme": "1.0.2",
"nuxt": "^3.15.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
2 changes: 1 addition & 1 deletion showcases/patternhub/package.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"test:e2e": "npx playwright test --config=../playwright.patternhub-config.ts"
},
"dependencies": {
"@db-ux/db-theme": "1.0.0",
"@db-ux/db-theme": "1.0.2",
"dompurify": "3.2.4",
"highlight.js": "^11.11.1",
"next": "15.1.7",
2 changes: 1 addition & 1 deletion showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"test:e2e": "cross-env showcase=react-showcase npx playwright test --config=../playwright.config.ts"
},
"dependencies": {
"@db-ux/db-theme": "1.0.0",
"@db-ux/db-theme": "1.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "7.1.5",
2 changes: 1 addition & 1 deletion showcases/stencil-showcase/package.json
Original file line number Diff line number Diff line change
@@ -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": "1.0.0",
"@db-ux/db-theme": "1.0.2",
"@stencil/core": "4.26.0",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
2 changes: 1 addition & 1 deletion showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"test:e2e": "cross-env showcase=vue-showcase npx playwright test --config=../playwright.config.ts"
},
"dependencies": {
"@db-ux/db-theme": "1.0.0",
"@db-ux/db-theme": "1.0.2",
"sa11y": "4.1.0",
"vue": "^3.5.13",
"vue-router": "4.5.0"

0 comments on commit 28fc6f8

Please sign in to comment.