Skip to content

Commit fc3bf91

Browse files
fix(deps): update minor and patch dependencies
1 parent 3c23911 commit fc3bf91

File tree

11 files changed

+896
-1094
lines changed

11 files changed

+896
-1094
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
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: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,27 @@
2323
"lint:fix": "eslint --fix ."
2424
},
2525
"dependencies": {
26-
"@emotion/react": "11.11.1",
27-
"@emotion/styled": "11.11.0",
28-
"@mui/icons-material": "6.4.2",
29-
"@mui/material": "6.4.2",
30-
"@types/node": "22.13.8",
31-
"@xyflow/react": "12.3.6",
26+
"@emotion/react": "11.14.0",
27+
"@emotion/styled": "11.14.1",
28+
"@mui/icons-material": "6.5.0",
29+
"@mui/material": "6.5.0",
30+
"@types/node": "22.18.1",
31+
"@xyflow/react": "12.8.4",
3232
"react": "18.3.1",
3333
"react-dom": "18.3.1",
34-
"uuid": "11.0.3",
35-
"zustand": "5.0.3",
36-
"yjs": "13.6.20"
34+
"uuid": "11.1.0",
35+
"zustand": "5.0.8",
36+
"yjs": "13.6.27"
3737
},
3838
"devDependencies": {
39-
"@eslint/js": "9.17.0",
40-
"@vitejs/plugin-react": "4.3.4",
41-
"eslint": "9.17.0",
42-
"eslint-plugin-react": "7.37.2",
43-
"globals": "15.13.0",
44-
"typescript": "5.7.2",
45-
"typescript-eslint": "8.18.1",
46-
"vite": "6.3.4",
47-
"vite-plugin-dts": "4.3.0"
39+
"@eslint/js": "9.34.0",
40+
"@vitejs/plugin-react": "4.7.0",
41+
"eslint": "9.34.0",
42+
"eslint-plugin-react": "7.37.5",
43+
"globals": "15.15.0",
44+
"typescript": "5.9.2",
45+
"typescript-eslint": "8.42.0",
46+
"vite": "6.3.5",
47+
"vite-plugin-dts": "4.5.4"
4848
}
4949
}

0 commit comments

Comments
 (0)