Skip to content

Commit 121239d

Browse files
fix(deps): update minor and patch dependencies
1 parent cac5b5a commit 121239d

File tree

11 files changed

+870
-1087
lines changed

11 files changed

+870
-1087
lines changed

.github/workflows/publish-library-minor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22.14.0
17+
node-version: 22.19.0
1818
registry-url: https://registry.npmjs.org/
1919

2020
- name: Set correct npm version

.github/workflows/publish-library-patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22.14.0
17+
node-version: 22.19.0
1818
registry-url: https://registry.npmjs.org/
1919

2020
- name: Set correct npm version

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.14.0
1+
22.19.0

docs/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
alabaster==1.0.0
2-
docutils==0.21.2
2+
docutils==0.22.2
33
Jinja2==3.1.6
4-
requests==2.32.4
5-
Sphinx==8.1.3
4+
requests==2.32.5
5+
Sphinx==8.2.3
66
sphinx-rtd-theme==3.0.2
77
sphinx-autobuild==2024.10.3
8-
sphinxcontrib-bibtex==2.6.3
9-
sphinxcontrib-plantuml==0.30
8+
sphinxcontrib-bibtex==2.6.5
9+
sphinxcontrib-plantuml==0.31
1010
sphinxcontrib-mermaid==0.9.2
1111
urllib3==2.5.0
12-
zipp==3.21.0
13-
myst_parser==4.0.0
12+
zipp==3.23.0
13+
myst_parser==4.0.1

library/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
"lint:fix": "eslint --fix ."
2424
},
2525
"dependencies": {
26-
"@emotion/react": "11.11.1",
27-
"@emotion/styled": "11.11.0",
28-
"@mui/material": "6.4.2",
29-
"@types/node": "22.13.8",
30-
"@xyflow/react": "12.3.6",
26+
"@emotion/react": "11.14.0",
27+
"@emotion/styled": "11.14.1",
28+
"@mui/material": "6.5.0",
29+
"@types/node": "22.18.6",
30+
"@xyflow/react": "12.8.5",
3131
"react": "18.3.1",
3232
"react-dom": "18.3.1",
33-
"uuid": "11.0.3",
34-
"zustand": "5.0.3",
35-
"yjs": "13.6.20"
33+
"uuid": "11.1.0",
34+
"zustand": "5.0.8",
35+
"yjs": "13.6.27"
3636
},
3737
"devDependencies": {
38-
"@eslint/js": "9.17.0",
39-
"@vitejs/plugin-react": "4.3.4",
40-
"eslint": "9.17.0",
41-
"eslint-plugin-react": "7.37.2",
42-
"globals": "15.13.0",
43-
"typescript": "5.7.2",
44-
"typescript-eslint": "8.18.1",
38+
"@eslint/js": "9.36.0",
39+
"@vitejs/plugin-react": "4.7.0",
40+
"eslint": "9.36.0",
41+
"eslint-plugin-react": "7.37.5",
42+
"globals": "15.15.0",
43+
"typescript": "5.9.2",
44+
"typescript-eslint": "8.44.0",
4545
"vite": "6.3.4",
46-
"vite-plugin-dts": "4.3.0"
46+
"vite-plugin-dts": "4.5.4"
4747
}
4848
}

0 commit comments

Comments
 (0)