Skip to content

Commit 28fc6f8

Browse files
chore(deps): bump @db-ux/db-theme from 1.0.0 to 1.0.2 (#3827)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de34079 commit 28fc6f8

File tree

9 files changed

+17
-16
lines changed

9 files changed

+17
-16
lines changed

package-lock.json

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

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": "1.0.0",
23+
"@db-ux/db-theme": "1.0.2",
2424
"rxjs": "~7.8.1",
2525
"sa11y": "4.1.0",
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.12",
25-
"@db-ux/db-theme": "1.0.0",
25+
"@db-ux/db-theme": "1.0.2",
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": "1.0.0",
15+
"@db-ux/db-theme": "1.0.2",
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": "1.0.0",
14+
"@db-ux/db-theme": "1.0.2",
1515
"nuxt": "^3.15.4",
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": "1.0.0",
26+
"@db-ux/db-theme": "1.0.2",
2727
"dompurify": "3.2.4",
2828
"highlight.js": "^11.11.1",
2929
"next": "15.1.7",

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:e2e": "cross-env showcase=react-showcase npx playwright test --config=../playwright.config.ts"
1717
},
1818
"dependencies": {
19-
"@db-ux/db-theme": "1.0.0",
19+
"@db-ux/db-theme": "1.0.2",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
2222
"react-router-dom": "7.1.5",

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": "1.0.0",
26+
"@db-ux/db-theme": "1.0.2",
2727
"@stencil/core": "4.26.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": "1.0.0",
15+
"@db-ux/db-theme": "1.0.2",
1616
"sa11y": "4.1.0",
1717
"vue": "^3.5.13",
1818
"vue-router": "4.5.0"

0 commit comments

Comments
 (0)