Skip to content

Commit 7a8e6f0

Browse files
committed
update
1 parent 5ac3ccd commit 7a8e6f0

File tree

5 files changed

+403
-397
lines changed

5 files changed

+403
-397
lines changed

.npm-upgrade.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"ignore": {
3+
"tailwindcss": {
4+
"versions": ">3",
5+
"reason": "Needs Special Care i don't have time for right now"
6+
}
7+
}
8+
}

docs/webui-docs/_category_.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
position: 3
2+
label: Web UI Documentation

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
"@docusaurus/plugin-client-redirects": "^3.8.1",
2020
"@docusaurus/preset-classic": "3.8.1",
2121
"@docusaurus/theme-common": "^3.8.1",
22-
"@headlessui/react": "^2.2.7",
23-
"@mdx-js/react": "^3.1.0",
22+
"@headlessui/react": "^2.2.8",
23+
"@mdx-js/react": "^3.1.1",
2424
"clsx": "^2.1.1",
2525
"docusaurus-plugin-image-zoom": "^3.0.1",
2626
"prism-react-renderer": "^2.4.1",
27-
"react": "^18.3.1",
28-
"react-dom": "^18.3.1",
27+
"react": "^19.1.1",
28+
"react-dom": "^19.1.1",
2929
"swetrix": "^3.7.1"
3030
},
3131
"devDependencies": {
3232
"@docusaurus/module-type-aliases": "3.8.1",
3333
"@docusaurus/types": "^3.8.1",
34-
"@tailwindcss/postcss": "^4.1.11",
34+
"@tailwindcss/postcss": "^4.1.13",
3535
"autoprefixer": "^10.4.21",
3636
"postcss": "^8.5.6",
3737
"postcss-import": "^16.1.1",

0 commit comments

Comments
 (0)