Skip to content

Commit d4b72ed

Browse files
committed
Merge remote-tracking branch 'origin/main' into 2.0.0-release
2 parents aa22803 + 98d096d commit d4b72ed

File tree

8 files changed

+227
-170
lines changed

8 files changed

+227
-170
lines changed

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"replace-in-file": "^8.3.0",
4242
"tsx": "^4.19.3",
4343
"typescript": "^5.4.5",
44-
"vite": "^6.2.5",
44+
"vite": "^6.2.6",
4545
"vue": "^3.5.13",
4646
"vue-tsc": "^2.2.8"
4747
},

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"postcss-cli": "^11.0.1",
9292
"prettier": "^3.5.3",
9393
"prettier-plugin-pkg": "0.19.0",
94-
"prettier-plugin-sh": "^0.17.1",
94+
"prettier-plugin-sh": "^0.17.2",
9595
"replace-in-file": "^8.3.0",
9696
"rimraf": "6.0.1",
9797
"rxjs": "~7.8.2",
@@ -104,7 +104,7 @@
104104
"tsx": "^4.19.3",
105105
"typescript": "^5.4.5",
106106
"validate-branch-name": "^1.3.2",
107-
"vite": "^6.2.5",
107+
"vite": "^6.2.6",
108108
"vitest": "^3.1.1",
109109
"xo": "^0.60.0",
110110
"zone.js": "~0.15.0"

packages/foundations/docs/CustomIcons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
If you have custom icons and want to use them for [foundations](https://www.npmjs.com/package/@db-ux/core-foundations) and/or in [components](https://www.npmjs.com/package/@db-ux/core-components), you need to generate a **woff2** file.
44

5-
Check out the `icon-font-tools` [documentation](https://github.com/db-ux/icon-font-tools/blob/main/docs/GenerateIconFonts.md) to generate a **woff2** file.
5+
Check out the `icon-font-tools` [documentation](https://github.com/db-ux-design-system/icon-font-tools/blob/main/docs/GenerateIconFonts.md) to generate a **woff2** file.
66

77
## Foundation Developer
88

packages/foundations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"sass": "1.85.0",
5656
"tsx": "^4.19.3",
5757
"typescript": "^5.4.5",
58-
"vite": "^6.2.5"
58+
"vite": "^6.2.6"
5959
},
6060
"publishConfig": {
6161
"registry": "https://registry.npmjs.org/",

showcases/patternhub/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"dompurify": "3.2.5",
2727
"highlight.js": "^11.11.1",
28-
"next": "15.2.4",
28+
"next": "15.3.0",
2929
"react": "18.3.1",
3030
"react-archer": "^4.4.0",
3131
"react-dom": "18.3.1",
@@ -35,14 +35,14 @@
3535
"devDependencies": {
3636
"@mdx-js/loader": "^3.1.0",
3737
"@mdx-js/react": "^3.1.0",
38-
"@next/mdx": "^15.2.4",
38+
"@next/mdx": "^15.3.0",
3939
"@types/dompurify": "3.2.0",
4040
"@types/node": "22.14.0",
4141
"@types/react": "18.3.13",
4242
"@types/react-dom": "18.3.1",
4343
"esbuild": "0.25.2",
4444
"eslint": "8.57.1",
45-
"eslint-config-next": "15.2.4",
45+
"eslint-config-next": "15.3.0",
4646
"iframe-resizer": "^5.4.4",
4747
"open-cli": "^8.0.0",
4848
"sass": "1.85.0",

showcases/react-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@vitejs/plugin-react": "^4.3.4",
2828
"cross-env": "^7.0.3",
2929
"typescript": "^5.4.5",
30-
"vite": "^6.2.5"
30+
"vite": "^6.2.6"
3131
}
3232
}

showcases/vue-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vitejs/plugin-vue": "^5.2.3",
2121
"cross-env": "^7.0.3",
2222
"typescript": "^5.4.5",
23-
"vite": "^6.2.5",
23+
"vite": "^6.2.6",
2424
"vue-tsc": "^2.2.8"
2525
}
2626
}

0 commit comments

Comments
 (0)