Skip to content

Commit 80850c2

Browse files
authored
Merge pull request #207 from DiamondLightSource/rgl-action-to-get-component
Create a cache of embedded display instances
2 parents 3446711 + 6305bc8 commit 80850c2

20 files changed

Lines changed: 2747 additions & 3402 deletions

package-lock.json

Lines changed: 980 additions & 2791 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@diamondlightsource/cs-web-lib",
3-
"version": "0.10.16",
3+
"version": "0.10.17",
44
"description": "Control system web library",
55
"main": "./dist/index.cjs",
66
"scripts": {
@@ -26,10 +26,9 @@
2626
"bufferutil": "^4.0.8",
2727
"loglevel": "^1.9.2",
2828
"react-grid-layout": "^2.2.3",
29-
"react-plotly.js": "^2.6.0",
3029
"react-toastify": "^11.0.5",
31-
"utf-8-validate": "^5.0.10",
32-
"uuid": "^9.0.1"
30+
"safe-stable-stringify": "^2.5.0",
31+
"utf-8-validate": "^5.0.10"
3332
},
3433
"devDependencies": {
3534
"@apollo/client": "^3.11.8",
@@ -48,7 +47,7 @@
4847
"@types/react-test-renderer": "^18.3.0",
4948
"@types/uuid": "^9.0.8",
5049
"@typescript-eslint/typescript-estree": "^8.13.0",
51-
"@vitejs/plugin-react": "^4.7.0",
50+
"@vitejs/plugin-react": "^6.0.2",
5251
"base64-js": "^1.5.1",
5352
"clipboard-copy": "^4.0.1",
5453
"d3": "^7.9.0",
@@ -72,7 +71,7 @@
7271
"rollup-preserve-directives": "^1.1.3",
7372
"tslib": "^2.8.1",
7473
"typescript": "^5.6.3",
75-
"vite": "^7.2.2",
74+
"vite": "^8.0.16",
7675
"vite-plugin-eslint": "^1.8.1",
7776
"vite-plugin-node-polyfills": "^0.26.0",
7877
"vitest": "^4.0.8",
@@ -86,7 +85,10 @@
8685
"react-dom": "^18.3.1",
8786
"react-gauge-component": "^2.0.26",
8887
"react-redux": "^7.2.9",
89-
"react-router": "^7.13.0"
88+
"react-router": "^7.13.0",
89+
"d3": "^7.9.0",
90+
"@mui/material": "^7.3.2",
91+
"@mui/x-charts": "^9.3.0"
9092
},
9193
"module": "./dist/index.js",
9294
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)