Skip to content
Open
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 .github/workflows/publish-library-minor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22.14.0
node-version: 22.22.2
registry-url: https://registry.npmjs.org/

- name: Set correct npm version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-library-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22.14.0
node-version: 22.22.2
registry-url: https://registry.npmjs.org/

- name: Set correct npm version
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.14.0
22.22.2
16 changes: 8 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
alabaster==1.0.0
docutils==0.21.2
docutils==0.22.4
Jinja2==3.1.6
requests==2.32.4
Sphinx==8.1.3
sphinx-rtd-theme==3.0.2
requests==2.32.5
Sphinx==8.2.3
sphinx-rtd-theme==3.1.0
sphinx-autobuild==2024.10.3
sphinxcontrib-bibtex==2.6.3
sphinxcontrib-plantuml==0.30
sphinxcontrib-bibtex==2.6.5
sphinxcontrib-plantuml==0.31
sphinxcontrib-mermaid==0.9.2
urllib3==2.6.3
zipp==3.21.0
myst_parser==4.0.0
zipp==3.23.0
myst_parser==4.0.1
32 changes: 16 additions & 16 deletions library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,32 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/material": "6.4.2",
"@types/node": "22.13.8",
"@xyflow/react": "12.3.6",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@mui/material": "6.5.0",
"@types/node": "22.19.15",
"@xyflow/react": "12.10.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"uuid": "11.0.3",
"yjs": "13.6.20",
"zustand": "5.0.3"
"uuid": "11.1.0",
"yjs": "13.6.30",
"zustand": "5.0.12"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@eslint/js": "9.39.4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "4.3.4",
"@vitejs/plugin-react": "4.7.0",
"@vitest/coverage-v8": "^4.0.18",
"eslint": "9.17.0",
"eslint-plugin-react": "7.37.2",
"globals": "15.13.0",
"eslint": "9.39.4",
"eslint-plugin-react": "7.37.5",
"globals": "15.15.0",
"jsdom": "^28.1.0",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"typescript": "5.9.3",
"typescript-eslint": "8.57.2",
"vite": "6.3.4",
"vite-plugin-dts": "4.3.0",
"vite-plugin-dts": "4.5.4",
"vitest": "^4.0.18"
}
}
Loading
Loading