|
4 | 4 | "private": true, |
5 | 5 | "description": "React implementation of Squirrel - Configuration Management for EPICS PVs", |
6 | 6 | "dependencies": { |
7 | | - "@emotion/react": "^11.11.3", |
8 | | - "@emotion/styled": "^11.11.0", |
9 | | - "@mui/icons-material": "^5.15.6", |
10 | | - "@mui/material": "^5.15.6", |
11 | | - "@tanstack/react-query": "^5.90.12", |
12 | | - "@tanstack/react-router": "^1.15.0", |
| 7 | + "@emotion/react": "^11.14.0", |
| 8 | + "@emotion/styled": "^11.14.1", |
| 9 | + "@mui/icons-material": "^7.3.9", |
| 10 | + "@mui/material": "^7.3.9", |
| 11 | + "@tanstack/react-query": "^5.95.2", |
| 12 | + "@tanstack/react-router": "^1.168.3", |
13 | 13 | "@tanstack/react-table": "^8.21.3", |
14 | | - "@tanstack/react-virtual": "^3.13.13", |
15 | | - "react": "^18.2.0", |
16 | | - "react-dom": "^18.2.0", |
17 | | - "socket.io-client": "^4.8.1" |
| 14 | + "@tanstack/react-virtual": "^3.13.23", |
| 15 | + "react": "^19.2.4", |
| 16 | + "react-dom": "^19.2.4", |
| 17 | + "socket.io-client": "^4.8.3" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | | - "@tanstack/router-devtools": "^1.15.0", |
21 | | - "@tanstack/router-vite-plugin": "^1.15.0", |
22 | | - "@types/react": "^18.2.48", |
23 | | - "@types/react-dom": "^18.2.18", |
| 20 | + "@tanstack/router-devtools": "^1.166.11", |
| 21 | + "@tanstack/router-vite-plugin": "^1.166.19", |
| 22 | + "@types/react": "^19.2.14", |
| 23 | + "@types/react-dom": "^19.2.3", |
24 | 24 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
25 | 25 | "@typescript-eslint/parser": "^7.18.0", |
26 | | - "@vitejs/plugin-react": "^4.2.1", |
27 | | - "eslint": "^8.56.0", |
| 26 | + "@vitejs/plugin-react": "^6.0.1", |
| 27 | + "eslint": "^8.57.1", |
28 | 28 | "eslint-config-airbnb": "^19.0.4", |
29 | 29 | "eslint-config-airbnb-typescript": "^18.0.0", |
30 | | - "eslint-config-prettier": "^9.1.0", |
| 30 | + "eslint-config-prettier": "^10.1.8", |
31 | 31 | "eslint-plugin-import": "^2.32.0", |
32 | 32 | "eslint-plugin-jsx-a11y": "^6.10.2", |
33 | | - "eslint-plugin-react": "^7.33.2", |
34 | | - "eslint-plugin-react-hooks": "^4.6.0", |
| 33 | + "eslint-plugin-react": "^7.37.5", |
| 34 | + "eslint-plugin-react-hooks": "^7.0.1", |
35 | 35 | "husky": "^9.1.7", |
36 | | - "lint-staged": "^16.2.7", |
37 | | - "prettier": "^3.2.4", |
38 | | - "typescript": "^5.3.3", |
39 | | - "vite": "^7.3.1" |
| 36 | + "lint-staged": "^16.4.0", |
| 37 | + "prettier": "^3.8.1", |
| 38 | + "typescript": "^6.0.2", |
| 39 | + "vite": "^8.0.2" |
40 | 40 | }, |
41 | 41 | "scripts": { |
42 | 42 | "dev": "vite", |
|
0 commit comments