|
52 | 52 | "lint:build": "esbuild --bundle --format=esm --outfile=scripts/dist/typeimports.js scripts/src/linting/typeimports.ts" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@commander-js/extra-typings": "^12.0.0", |
| 55 | + "@commander-js/extra-typings": "^14.0.0", |
56 | 56 | "@stylistic/eslint-plugin": "^4.2.0", |
57 | 57 | "@types/estree": "^1.0.0", |
58 | | - "@types/jest": "^27.4.1", |
| 58 | + "@types/jest": "^29.0.0", |
59 | 59 | "@types/lodash": "^4.14.198", |
60 | 60 | "@types/node": "^20.12.12", |
61 | | - "@types/plotly.js": "^2.35.4", |
| 61 | + "@types/plotly.js": "^3.0.0", |
62 | 62 | "@types/react": "^18.3.2", |
63 | 63 | "@types/react-dom": "^18.3.0", |
64 | 64 | "@types/three": "^0.175.0", |
65 | 65 | "@vitejs/plugin-react": "^4.3.4", |
66 | 66 | "acorn": "^8.8.1", |
67 | 67 | "astring": "^1.8.6", |
68 | 68 | "chalk": "^5.0.1", |
69 | | - "commander": "^12.0.0", |
| 69 | + "commander": "^14.0.0", |
70 | 70 | "console-table-printer": "^2.11.1", |
71 | 71 | "esbuild": "^0.25.0", |
72 | 72 | "eslint": "^9.21.0", |
|
75 | 75 | "eslint-plugin-jsx-a11y": "^6.10.2", |
76 | 76 | "eslint-plugin-react": "^7.37.4", |
77 | 77 | "eslint-plugin-react-hooks": "^5.1.0", |
78 | | - "globals": "^15.11.0", |
79 | | - "http-server": "^0.13.0", |
| 78 | + "globals": "^16.0.0", |
| 79 | + "http-server": "^14.0.0", |
80 | 80 | "husky": "^9.0.11", |
81 | 81 | "jest": "^29.7.0", |
82 | 82 | "jest-environment-jsdom": "^29.4.1", |
|
88 | 88 | "typedoc": "^0.25.12", |
89 | 89 | "typescript": "^5.8.2", |
90 | 90 | "typescript-eslint": "^8.24.1", |
91 | | - "vite": "^6.2.5", |
92 | | - "yarnhook": "^0.5.1" |
| 91 | + "vite": "^6.3.4", |
| 92 | + "yarnhook": "^0.6.0" |
93 | 93 | }, |
94 | 94 | "dependencies": { |
95 | 95 | "@blueprintjs/core": "^5.10.2", |
|
107 | 107 | "lodash": "^4.17.21", |
108 | 108 | "mqtt": "^4.3.7", |
109 | 109 | "nbody": "^0.2.0", |
110 | | - "patch-package": "^6.5.1", |
| 110 | + "patch-package": "^8.0.0", |
111 | 111 | "phaser": "^3.54.0", |
112 | | - "plotly.js-dist": "^2.17.1", |
| 112 | + "plotly.js-dist": "^3.0.0", |
113 | 113 | "react": "^18.3.1", |
114 | | - "react-ace": "^10.1.0", |
| 114 | + "react-ace": "^14.0.0", |
115 | 115 | "react-dom": "^18.3.1", |
116 | 116 | "regl": "^2.1.0", |
117 | 117 | "saar": "^1.0.4", |
|
0 commit comments