Skip to content

Implement code changes to enhance functionality and improve performance #330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion i18n/de/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,6 @@
"message": "Beispiel der Komponente ansehen"
},
"custom.docs-version-hint": {
"message": "Diese Dokumentation behandelt KoliBri - Public UI {version}. Für die aktuellste Version, siehe {link}."
"message": "Wir haben KoliBri - Public UI {version} veröffentlicht. Für die LTS Version, siehe {link}."
}
}
2 changes: 1 addition & 1 deletion i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,6 @@
"message": "View the example of the component"
},
"custom.docs-version-hint": {
"message": "This documentation covers KoliBri - Public UI {version}. For the latest version, see {link}."
"message": "We have released KoliBri - Public UI {version}. For the LTS version, see {link}."
}
}
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"build"
],
"dependencies": {
"@docusaurus/core": "3.7.0",
"@docusaurus/eslint-plugin": "3.7.0",
"@docusaurus/plugin-client-redirects": "3.7.0",
"@docusaurus/plugin-ideal-image": "3.7.0",
"@docusaurus/plugin-pwa": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/theme-mermaid": "3.7.0",
"@docusaurus/theme-translations": "3.7.0",
"@docusaurus/core": "3.8.1",
"@docusaurus/eslint-plugin": "3.8.1",
"@docusaurus/plugin-client-redirects": "3.8.1",
"@docusaurus/plugin-ideal-image": "3.8.1",
"@docusaurus/plugin-pwa": "3.8.1",
"@docusaurus/preset-classic": "3.8.1",
"@docusaurus/theme-mermaid": "3.8.1",
"@docusaurus/theme-translations": "3.8.1",
"@leanup/form": "1.3.54",
"@mdx-js/react": "3.1.0",
"@monaco-editor/react": "4.7.0",
Expand All @@ -51,43 +51,43 @@
"prettier": "2.8.8",
"react": "19.1.0",
"react-dom": "19.1.0",
"read-excel-file": "5.8.7"
"read-excel-file": "5.8.8"
},
"devDependencies": {
"@docsearch/react": "3.9.0",
"@docusaurus/module-type-aliases": "3.7.0",
"@docusaurus/plugin-content-docs": "3.7.0",
"@docusaurus/theme-classic": "3.7.0",
"@docusaurus/theme-common": "3.7.0",
"@docusaurus/types": "3.7.0",
"@docusaurus/utils": "3.7.0",
"@docusaurus/module-type-aliases": "3.8.1",
"@docusaurus/plugin-content-docs": "3.8.1",
"@docusaurus/theme-classic": "3.8.1",
"@docusaurus/theme-common": "3.8.1",
"@docusaurus/types": "3.8.1",
"@docusaurus/utils": "3.8.1",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.25.1",
"@eslint/js": "9.28.0",
"@tsconfig/docusaurus": "2.0.3",
"@types/node": "22.15.3",
"@types/node": "22.15.30",
"@types/prettier": "2.7.3",
"@types/react": "19.1.2",
"@typescript-eslint/eslint-plugin": "8.31.0",
"@typescript-eslint/parser": "8.31.0",
"@types/react": "19.1.6",
"@typescript-eslint/eslint-plugin": "8.33.1",
"@typescript-eslint/parser": "8.33.1",
"adopted-style-sheets": "1.1.8",
"autoprefixer": "10.4.21",
"cpy-cli": "5.0.0",
"depcheck": "1.4.7",
"docusaurus-plugin-sass": "0.2.6",
"eslint": "9.25.1",
"eslint": "9.28.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-mdx": "3.4.1",
"eslint-plugin-mdx": "3.4.2",
"eslint-plugin-react": "7.37.5",
"html-minifier-terser": "7.2.0",
"knip": "5.50.5",
"knip": "5.60.2",
"lunr": "2.3.9",
"npm-check-updates": "18.0.1",
"npm-run-all2": "7.0.2",
"postcss": "8.5.3",
"postcss": "8.5.4",
"prism-react-renderer": "2.4.1",
"prop-types": "15.8.1",
"rimraf": "3.0.2",
"sass": "1.87.0",
"sass": "1.89.1",
"tailwindcss": "3.4.17",
"typescript": "5.8.3"
},
Expand Down
Loading
Loading