|
3 | 3 | "private": true, |
4 | 4 | "dependencies": { |
5 | 5 | "@brianmcallister/react-auto-scroll": "^1.1.0", |
6 | | - "@dagrejs/dagre": "^1.1.4", |
| 6 | + "@dagrejs/dagre": "^1.1.5", |
7 | 7 | "@fortawesome/fontawesome-svg-core": "^6.7.2", |
8 | 8 | "@fortawesome/free-solid-svg-icons": "^6.7.2", |
9 | | - "@fortawesome/react-fontawesome": "^0.2.2", |
10 | | - "@grafana/data": "11.5.0", |
11 | | - "@grafana/ui": "11.5.0", |
12 | | - "@svgr/webpack": "^8.0.1", |
13 | | - "@xyflow/react": "^12.4.4", |
| 9 | + "@fortawesome/react-fontawesome": "^0.2.5", |
| 10 | + "@grafana/data": "11.6.5", |
| 11 | + "@grafana/ui": "11.6.5", |
| 12 | + "@svgr/webpack": "^8.1.0", |
| 13 | + "@xyflow/react": "^12.8.4", |
14 | 14 | "d3": "^7.9.0", |
15 | 15 | "d3-dag": "^0.11.5", |
16 | 16 | "d3-zoom": "^3.0.0", |
17 | 17 | "normalize.css": "^8.0.1", |
18 | 18 | "rc-slider": "^10.6.2", |
19 | 19 | "react": "^18.3.1", |
20 | 20 | "react-dom": "^18.3.1", |
21 | | - "react-router-dom": "^6.30.0", |
| 21 | + "react-router-dom": "^6.30.1", |
22 | 22 | "react-syntax-highlighter": "^15.6.1", |
23 | | - "typescript": "^5.8.2" |
| 23 | + "typescript": "^5.9.2" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | 26 | "@types/d3": "^7.4.3", |
27 | 27 | "@types/d3-zoom": "^3.0.8", |
28 | | - "@types/react": "^18.3.20", |
29 | | - "@types/react-dom": "^18.3.5", |
| 28 | + "@types/react": "^18.3.23", |
| 29 | + "@types/react-dom": "^18.3.7", |
30 | 30 | "@types/react-syntax-highlighter": "^15.5.13", |
31 | 31 | "eslint": "^8.57.1", |
32 | | - "eslint-config-prettier": "^9.1.0", |
| 32 | + "eslint-config-prettier": "^9.1.2", |
33 | 33 | "eslint-config-react-app": "^7.0.1", |
34 | | - "eslint-plugin-prettier": "^4.2.1", |
| 34 | + "eslint-plugin-prettier": "^4.2.5", |
35 | 35 | "eslint-plugin-simple-import-sort": "^10.0.0", |
36 | 36 | "prettier": "^2.8.8", |
37 | 37 | "react-scripts": "5.0.1" |
38 | 38 | }, |
39 | 39 | "resolutions": { |
40 | | - "react-scripts/@svgr/webpack": "^8.0.1", |
41 | | - "react-scripts/resolve-url-loader/postcss": "^8.4.31", |
| 40 | + "react-scripts/@svgr/webpack": "^8.1.0", |
| 41 | + "react-scripts/resolve-url-loader/postcss": "^8.5.6", |
42 | 42 | "react-syntax-highlighter/refractor/prismjs": "^1.30.0", |
43 | | - "@types/react-syntax-highlighter/@types/react": "^18.3.20", |
44 | | - "@grafana/data/dompurify": "^3.2.4", |
| 43 | + "@types/react-syntax-highlighter/@types/react": "^18.3.23", |
| 44 | + "@grafana/data/dompurify": "^3.2.6", |
45 | 45 | "@grafana/ui/prismjs": "^1.30.0" |
46 | 46 | }, |
47 | 47 | "scripts": { |
|
0 commit comments