|
5 | 5 | "dependencies": { |
6 | 6 | "@fortawesome/fontawesome-free": "^6.7.1", |
7 | 7 | "@reconmap/native-components": "workspace:^", |
8 | | - "@types/node": "^22.10.1", |
9 | | - "@types/react": "^18.3.13", |
10 | | - "@types/react-dom": "^18.3.1", |
| 8 | + "@types/node": "^22.10.2", |
| 9 | + "@types/react": "^19.0.1", |
| 10 | + "@types/react-dom": "^19.0.2", |
11 | 11 | "@uiw/react-md-editor": "^4.0.4", |
12 | 12 | "bulma": "^1.0.2", |
13 | 13 | "countries-and-timezones": "^3.7.2", |
|
16 | 16 | "dayjs": "^1.11.13", |
17 | 17 | "friendly-mimes": "^3.0.1", |
18 | 18 | "http-status-codes": "^2.3.0", |
19 | | - "i18next": "^24.0.5", |
20 | | - "i18next-browser-languagedetector": "^8.0.0", |
| 19 | + "i18next": "^24.1.0", |
| 20 | + "i18next-browser-languagedetector": "^8.0.2", |
21 | 21 | "javascript-time-ago": "^2.5.11", |
22 | 22 | "keycloak-js": "^26.0.7", |
23 | 23 | "path-browserify": "^1.0.1", |
24 | | - "react": "^18.3.1", |
25 | | - "react-dom": "^18.3.1", |
| 24 | + "react": "^19.0.0", |
| 25 | + "react-dom": "^19.0.0", |
26 | 26 | "react-dropzone": "^14.3.5", |
27 | 27 | "react-hot-toast": "^2.4.1", |
28 | | - "react-i18next": "^15.1.3", |
| 28 | + "react-i18next": "^15.2.0", |
29 | 29 | "react-markdown": "^9.0.1", |
30 | 30 | "react-router-dom": "^7.0.2", |
31 | | - "react-select": "^5.8.3", |
| 31 | + "react-select": "^5.9.0", |
32 | 32 | "react-time-ago": "^7.3.3", |
33 | 33 | "recharts": "^2.14.1", |
34 | 34 | "typescript": "^5.7.2", |
|
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "@testing-library/jest-dom": "^6.6.3", |
40 | | - "@testing-library/react": "^16.0.1", |
| 40 | + "@testing-library/react": "^16.1.0", |
41 | 41 | "@testing-library/user-event": "^14.5.2", |
42 | | - "@typescript-eslint/eslint-plugin": "^8.17.0", |
43 | | - "@typescript-eslint/parser": "^8.17.0", |
| 42 | + "@typescript-eslint/eslint-plugin": "^8.18.0", |
| 43 | + "@typescript-eslint/parser": "^8.18.0", |
44 | 44 | "@vitejs/plugin-react": "^4.3.4", |
45 | 45 | "@vitest/coverage-v8": "^2.1.8", |
46 | 46 | "eslint": "^9.16.0", |
47 | 47 | "eslint-config-prettier": "^9.1.0", |
48 | 48 | "eslint-plugin-import": "^2.31.0", |
49 | 49 | "eslint-plugin-jsx-a11y": "^6.10.2", |
50 | 50 | "eslint-plugin-react": "^7.37.2", |
51 | | - "eslint-plugin-react-hooks": "^5.0.0", |
| 51 | + "eslint-plugin-react-hooks": "^5.1.0", |
52 | 52 | "jsdom": "^25.0.1", |
53 | 53 | "npm-check-updates": "^17.1.11", |
54 | 54 | "prettier": "^3.4.2", |
55 | 55 | "stylelint": "^16.11.0", |
56 | 56 | "stylelint-config-standard": "^36.0.1", |
57 | | - "vite": "^6.0.2", |
| 57 | + "vite": "^6.0.3", |
58 | 58 | "vite-plugin-svgr": "^4.3.0", |
59 | | - "vite-tsconfig-paths": "^5.1.3", |
| 59 | + "vite-tsconfig-paths": "^5.1.4", |
60 | 60 | "vitest": "^2.1.8" |
61 | 61 | }, |
62 | 62 | "scripts": { |
|
0 commit comments