|
1 | 1 | { |
2 | 2 | "name": "@diamondlightsource/cs-web-lib", |
3 | | - "version": "0.10.16", |
| 3 | + "version": "0.10.17", |
4 | 4 | "description": "Control system web library", |
5 | 5 | "main": "./dist/index.cjs", |
6 | 6 | "scripts": { |
|
26 | 26 | "bufferutil": "^4.0.8", |
27 | 27 | "loglevel": "^1.9.2", |
28 | 28 | "react-grid-layout": "^2.2.3", |
29 | | - "react-plotly.js": "^2.6.0", |
30 | 29 | "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" |
33 | 32 | }, |
34 | 33 | "devDependencies": { |
35 | 34 | "@apollo/client": "^3.11.8", |
|
48 | 47 | "@types/react-test-renderer": "^18.3.0", |
49 | 48 | "@types/uuid": "^9.0.8", |
50 | 49 | "@typescript-eslint/typescript-estree": "^8.13.0", |
51 | | - "@vitejs/plugin-react": "^4.7.0", |
| 50 | + "@vitejs/plugin-react": "^6.0.2", |
52 | 51 | "base64-js": "^1.5.1", |
53 | 52 | "clipboard-copy": "^4.0.1", |
54 | 53 | "d3": "^7.9.0", |
|
72 | 71 | "rollup-preserve-directives": "^1.1.3", |
73 | 72 | "tslib": "^2.8.1", |
74 | 73 | "typescript": "^5.6.3", |
75 | | - "vite": "^7.2.2", |
| 74 | + "vite": "^8.0.16", |
76 | 75 | "vite-plugin-eslint": "^1.8.1", |
77 | 76 | "vite-plugin-node-polyfills": "^0.26.0", |
78 | 77 | "vitest": "^4.0.8", |
|
86 | 85 | "react-dom": "^18.3.1", |
87 | 86 | "react-gauge-component": "^2.0.26", |
88 | 87 | "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" |
90 | 92 | }, |
91 | 93 | "module": "./dist/index.js", |
92 | 94 | "types": "./dist/index.d.ts", |
|
0 commit comments