Skip to content

Commit 33470b9

Browse files
committed
Upgrade more dependencies
1 parent e93b139 commit 33470b9

8 files changed

Lines changed: 547 additions & 220 deletions

File tree

apps/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"@types/node": "^24.12.2",
3030
"@types/react": "^18.3.28",
3131
"@types/react-dom": "^18.3.7",
32-
"@vitejs/plugin-react-swc": "4.2.3",
32+
"@vitejs/plugin-react-swc": "4.3.0",
3333
"eslint": "9.39.2",
3434
"typescript": "5.9.3",
3535
"vite": "7.3.1",
36-
"vite-css-modules": "1.12.0",
36+
"vite-css-modules": "1.15.0",
3737
"vite-plugin-checker": "0.12.0",
3838
"vite-plugin-eslint": "1.8.1"
3939
}

apps/storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react": "18.3.1",
2525
"react-dom": "18.3.1",
2626
"react-icons": "5.4.0",
27-
"three": "0.182.0"
27+
"three": "0.183.2"
2828
},
2929
"devDependencies": {
3030
"@esrf/eslint-config": "2.3.0",
@@ -37,7 +37,7 @@
3737
"@types/node": "^24.12.2",
3838
"@types/react": "^18.3.28",
3939
"@types/react-dom": "^18.3.7",
40-
"@types/three": "0.182.0",
40+
"@types/three": "0.183.1",
4141
"eslint": "9.39.2",
4242
"remark-gfm": "4.0.1",
4343
"storybook": "10.3.3",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"@types/node": "^24.12.2",
4747
"@vitest/coverage-v8": "4.1.3",
4848
"@vitest/ui": "4.1.3",
49-
"cypress": "15.10.0",
49+
"cypress": "15.13.1",
5050
"cypress-wait-for-stable-dom": "0.1.0",
5151
"eslint": "9.39.2",
52-
"playwright": "1.58.2",
52+
"playwright": "1.59.1",
5353
"prettier": "3.8.1",
5454
"typescript": "5.9.3",
5555
"vitest": "4.1.3",

packages/app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"ndarray-ops": "1.2.2",
6767
"react-error-boundary": "6.1.1",
6868
"react-icons": "5.4.0",
69-
"react-resizable-panels": "4.7.1",
70-
"three": "0.182.0",
71-
"zustand": "5.0.11"
69+
"react-resizable-panels": "4.9.0",
70+
"three": "0.183.2",
71+
"zustand": "5.0.12"
7272
},
7373
"devDependencies": {
7474
"@esrf/eslint-config": "2.3.0",
@@ -77,7 +77,7 @@
7777
"@types/node": "^24.12.2",
7878
"@types/react": "^18.3.28",
7979
"@types/react-dom": "^18.3.7",
80-
"@vitejs/plugin-react-swc": "4.2.3",
80+
"@vitejs/plugin-react-swc": "4.3.0",
8181
"@vitest/browser-playwright": "4.1.3",
8282
"axios": "1.13.5",
8383
"concat": "1.0.3",
@@ -86,11 +86,11 @@
8686
"react": "18.3.1",
8787
"react-dom": "18.3.1",
8888
"rimraf": "6.1.3",
89-
"rollup": "4.57.1",
90-
"rollup-plugin-dts": "6.3.0",
89+
"rollup": "4.60.1",
90+
"rollup-plugin-dts": "6.4.1",
9191
"typescript": "5.9.3",
9292
"vite": "7.3.1",
93-
"vite-css-modules": "1.12.0",
93+
"vite-css-modules": "1.15.0",
9494
"vitest": "4.1.3",
9595
"vitest-browser-react": "2.2.0"
9696
}

packages/h5wasm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
"@rollup/plugin-alias": "6.0.0",
6161
"@types/node": "^24.12.2",
6262
"@types/react": "^18.3.28",
63-
"@vitejs/plugin-react-swc": "4.2.3",
63+
"@vitejs/plugin-react-swc": "4.3.0",
6464
"dot-json": "1.3.0",
6565
"eslint": "9.39.2",
6666
"react": "18.3.1",
6767
"react-dom": "18.3.1",
68-
"rollup": "4.57.1",
69-
"rollup-plugin-dts": "6.3.0",
68+
"rollup": "4.60.1",
69+
"rollup-plugin-dts": "6.4.1",
7070
"typescript": "5.9.3",
7171
"vite": "7.3.1",
7272
"vitest": "4.1.3"

packages/lib/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"react-measure": "2.5.2",
9090
"react-slider": "2.0.6",
9191
"react-window": "2.2.3",
92-
"zustand": "5.0.11"
92+
"zustand": "5.0.12"
9393
},
9494
"devDependencies": {
9595
"@esrf/eslint-config": "2.3.0",
@@ -99,20 +99,20 @@
9999
"@types/node": "^24.12.2",
100100
"@types/react": "^18.3.28",
101101
"@types/react-dom": "^18.3.7",
102-
"@types/three": "0.182.0",
103-
"@vitejs/plugin-react-swc": "4.2.3",
102+
"@types/three": "0.183.1",
103+
"@vitejs/plugin-react-swc": "4.3.0",
104104
"concat": "1.0.3",
105105
"dot-json": "1.3.0",
106106
"eslint": "9.39.2",
107107
"react": "18.3.1",
108108
"react-dom": "18.3.1",
109109
"rimraf": "6.1.3",
110-
"rollup": "4.57.1",
111-
"rollup-plugin-dts": "6.3.0",
112-
"three": "0.182.0",
110+
"rollup": "4.60.1",
111+
"rollup-plugin-dts": "6.4.1",
112+
"three": "0.183.2",
113113
"typescript": "5.9.3",
114114
"vite": "7.3.1",
115-
"vite-css-modules": "1.12.0",
115+
"vite-css-modules": "1.15.0",
116116
"vitest": "4.1.3"
117117
}
118118
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
"react": "18.3.1",
9090
"typescript": "5.9.3",
9191
"vitest": "4.1.3",
92-
"zustand": "5.0.11"
92+
"zustand": "5.0.12"
9393
}
9494
}

0 commit comments

Comments
 (0)