Skip to content

Commit

Permalink
[deps] Bump docs deps (#2551)
Browse files Browse the repository at this point in the history
## Summary

## How was it tested?

## Community Contribution License

All community contributions in this pull request are licensed to the
project
maintainers under the terms of the
[Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0).

By creating this pull request, I represent that I have the right to
license the
contributions to the project maintainers under the Apache 2 License as
stated in
the
[Community Contribution
License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Upgraded several underlying libraries to their latest versions,
enhancing overall stability, performance, and compatibility.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
mikeland73 authored Mar 7, 2025
1 parent 7150481 commit 7d269ac
Show file tree
Hide file tree
Showing 3 changed files with 4,400 additions and 3,540 deletions.
3 changes: 3 additions & 0 deletions docs/app/devbox.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"lockfile_version": "1",
"packages": {
"github:NixOS/nixpkgs/nixpkgs-unstable": {
"resolved": "github:NixOS/nixpkgs/02032da4af073d0f6110540c8677f16d4be0117f?lastModified=1741037377&narHash=sha256-SvtvVKHaUX4Owb%2BPasySwZsoc5VUeTf1px34BByiOxw%3D"
},
"[email protected]": {
"last_modified": "2024-06-12T20:55:33Z",
"plugin_version": "0.0.2",
Expand Down
24 changes: 12 additions & 12 deletions docs/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-common": "^3.5.2",
"@docusaurus/theme-mermaid": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"@docusaurus/core": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/theme-common": "^3.7.0",
"@docusaurus/theme-mermaid": "^3.7.0",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"docusaurus-plugin-openapi-docs": "^4.1.0",
"docusaurus-theme-openapi-docs": "^4.1.0",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"docusaurus-plugin-openapi-docs": "^4.3.5",
"docusaurus-theme-openapi-docs": "^4.3.5",
"prism-react-renderer": "^2.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reactflow": "^11.11.4"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/module-type-aliases": "^3.7.0",
"@tsconfig/docusaurus": "^2.0.3",
"typescript": "^5.6.2"
"typescript": "^5.8.2"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 7d269ac

Please sign in to comment.