|
28 | 28 | "dependencies": { |
29 | 29 | "dotenv": "17.2.3", |
30 | 30 | "http-proxy-middleware": "2.0.7", |
31 | | - "i18next": "^23.7.16", |
| 31 | + "i18next": "23.16.8", |
32 | 32 | "lodash": "4.17.21", |
33 | 33 | "prop-types": "15.8.1", |
34 | | - "react": "^18.2.0", |
| 34 | + "react": "18.3.1", |
35 | 35 | "react-autosuggest": "10.1.0", |
36 | | - "@dnd-kit/core": "^6.1.0", |
37 | | - "@dnd-kit/modifiers": "^9.0.0", |
38 | | - "@dnd-kit/sortable": "^10.0.0", |
39 | | - "@dnd-kit/utilities": "^3.2.2", |
40 | | - "react-dom": "^18.2.0", |
41 | | - "react-i18next": "^14.0.0", |
| 36 | + "@dnd-kit/core": "6.3.1", |
| 37 | + "@dnd-kit/modifiers": "9.0.0", |
| 38 | + "@dnd-kit/sortable": "10.0.0", |
| 39 | + "@dnd-kit/utilities": "3.2.2", |
| 40 | + "react-dom": "18.3.1", |
| 41 | + "react-i18next": "14.1.3", |
42 | 42 | "react-redux": "7.2.9", |
43 | 43 | "react-router-dom": "5.3.4", |
44 | | - "recharts": "^3.6.0", |
| 44 | + "recharts": "3.6.0", |
45 | 45 | "redux": "4.2.1", |
46 | 46 | "redux-devtools-extension": "2.13.9", |
47 | 47 | "redux-thunk": "2.4.2" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@babel/core": "^7.28.5", |
51 | | - "@babel/eslint-parser": "^7.28.5", |
52 | | - "@babel/preset-react": "^7.28.5", |
53 | | - "@testing-library/jest-dom": "^6.1.5", |
54 | | - "@testing-library/react": "^16.0.0", |
55 | | - "@testing-library/user-event": "^14.5.1", |
56 | | - "eslint": "^8.57.0", |
57 | | - "eslint-config-airbnb": "^19.0.4", |
58 | | - "eslint-config-prettier": "^9.1.0", |
59 | | - "eslint-plugin-import": "^2.29.1", |
60 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
61 | | - "eslint-plugin-react": "^7.34.1", |
| 50 | + "@babel/core": "7.28.5", |
| 51 | + "@babel/eslint-parser": "7.28.5", |
| 52 | + "@babel/preset-react": "7.28.5", |
| 53 | + "@testing-library/jest-dom": "6.9.1", |
| 54 | + "@testing-library/react": "16.3.1", |
| 55 | + "@testing-library/user-event": "14.6.1", |
| 56 | + "eslint": "8.57.1", |
| 57 | + "eslint-config-airbnb": "19.0.4", |
| 58 | + "eslint-config-prettier": "9.1.2", |
| 59 | + "eslint-plugin-import": "2.32.0", |
| 60 | + "eslint-plugin-jsx-a11y": "6.10.2", |
| 61 | + "eslint-plugin-react": "7.37.5", |
62 | 62 | "jest-fetch-mock": "3.0.3", |
63 | 63 | "npm-run-all": "4.1.5", |
64 | 64 | "prettier-eslint": "15.0.1", |
65 | 65 | "react-scripts": "5.0.1", |
66 | | - "react-test-renderer": "^18.2.0", |
| 66 | + "react-test-renderer": "18.3.1", |
67 | 67 | "redux-mock-store": "1.5.5" |
68 | 68 | }, |
69 | 69 | "engines": { |
|
0 commit comments