|
5 | 5 | "sourceType": "module", |
6 | 6 | "dependencies": { |
7 | 7 | "@codemirror/lang-json": "^6.0.2", |
8 | | - "@fortawesome/fontawesome-free": "^7.2.0", |
9 | | - "@uiw/react-codemirror": "^4.25.10", |
| 8 | + "@fortawesome/fontawesome-free": "^7.3.1", |
| 9 | + "@uiw/react-codemirror": "^4.25.11", |
10 | 10 | "@uiw/react-md-editor": "^4.1.1", |
11 | | - "dompurify": "^3.4.11", |
12 | | - "http-proxy-middleware": "^4.1.1", |
13 | | - "js-cookie": "^3.0.7", |
| 11 | + "dompurify": "^3.4.13", |
| 12 | + "http-proxy-middleware": "^4.2.0", |
| 13 | + "js-cookie": "^3.0.8", |
14 | 14 | "lodash.merge": "^4.6.2", |
15 | | - "papaparse": "^5.5.3", |
16 | | - "react": "^19.2.7", |
17 | | - "react-dom": "^19.2.7", |
| 15 | + "papaparse": "^5.6.0", |
| 16 | + "react": "^19.2.8", |
| 17 | + "react-dom": "^19.2.8", |
18 | 18 | "react-json-view": "^1.21.3", |
19 | | - "semver": "^7.8.1", |
| 19 | + "semver": "^7.8.5", |
20 | 20 | "source-map-explorer": "^2.5.3", |
21 | 21 | "typeface-roboto": "^1.1.13", |
22 | 22 | "xml-formatter": "^3.7.0", |
23 | 23 | "yaml": "^2.9.0" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@vitejs/plugin-react": "^5.1.2", |
27 | | - "codemirror": "^5.65.1", |
28 | | - "eslint": "^9.39.2", |
| 26 | + "@vitejs/plugin-react": "^6.0.5", |
| 27 | + "codemirror": "^6.0.2", |
| 28 | + "eslint": "^10.8.1", |
29 | 29 | "eslint-plugin-react": "^7.37.5", |
30 | | - "eslint-plugin-react-hooks": "^7.0.1", |
| 30 | + "eslint-plugin-react-hooks": "^7.1.1", |
31 | 31 | "events": "^3.3.0", |
32 | | - "globals": "^17.2.0", |
| 32 | + "globals": "^17.11.0", |
33 | 33 | "i18n-js": "^4.5.3", |
34 | | - "jsondiffpatch": "^0.7.3", |
| 34 | + "jsondiffpatch": "^0.7.6", |
35 | 35 | "lodash.clonedeep": "^4.5.0", |
36 | 36 | "lodash.debounce": "^4.0.8", |
37 | 37 | "lodash.escape": "^4.0.1", |
38 | 38 | "prop-types": "^15.8.1", |
39 | 39 | "react-codemirror": "^1.0.0", |
40 | | - "react-copy-to-clipboard": "^5.0.4", |
| 40 | + "react-copy-to-clipboard": "^5.1.1", |
41 | 41 | "react-highlight": "^0.15.0", |
42 | 42 | "react-json-pretty": "^2.2.0", |
43 | | - "react-modal": "^3.14.4", |
44 | | - "react-router-dom": "^7.18.1", |
45 | | - "react-select": "^5.2.2", |
| 43 | + "react-modal": "^3.16.3", |
| 44 | + "react-router-dom": "^7.18.2", |
| 45 | + "react-select": "^5.10.2", |
46 | 46 | "react-tooltip": "^4.5.1", |
47 | | - "sass": "^1.97.3", |
48 | | - "scroll-into-view": "^1.16.0", |
49 | | - "spin.js": "^2.3.2", |
| 47 | + "sass": "^1.102.0", |
| 48 | + "scroll-into-view": "^1.16.2", |
| 49 | + "spin.js": "^4.1.2", |
50 | 50 | "urijs": "^1.19.11", |
51 | | - "vite": "^8.0.10", |
52 | | - "vitest": "^4.1.5" |
| 51 | + "vite": "^8.2.1", |
| 52 | + "vitest": "^4.1.10" |
53 | 53 | }, |
54 | 54 | "resolutions": { |
55 | | - "semver": "^7.8.1", |
56 | | - "yaml": "^2.3.1", |
57 | | - "dom-serializer": "^2.0.0", |
58 | | - "minimatch": "10.2.4", |
59 | | - "picomatch": "^4.0.4", |
| 55 | + "semver": "^7.8.5", |
| 56 | + "yaml": "^2.9.0", |
| 57 | + "dom-serializer": "^3.1.1", |
| 58 | + "minimatch": "^10.2.6", |
| 59 | + "picomatch": "^4.0.5", |
60 | 60 | "lodash": "^4.18.1" |
61 | 61 | }, |
62 | 62 | "scripts": { |
|
0 commit comments