|
17 | 17 | "prepare": "husky" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@ant-design/icons": "5.5.1", |
21 | | - "@tanstack/react-query": "5.56.2", |
22 | | - "@tanstack/react-query-devtools": "5.56.2", |
23 | | - "@xyflow/react": "12.4.1", |
24 | | - "antd": "4.24.13", |
25 | | - "axios": "1.7.7", |
| 20 | + "@ant-design/icons": "5.6.1", |
| 21 | + "@tanstack/react-query": "5.71.1", |
| 22 | + "@tanstack/react-query-devtools": "5.71.1", |
| 23 | + "@xyflow/react": "12.5.2", |
| 24 | + "antd": "4.24.16", |
| 25 | + "axios": "1.8.4", |
26 | 26 | "clsx": "2.1.1", |
27 | 27 | "dayjs": "1.11.13", |
28 | 28 | "dotenv-webpack": "8.1.0", |
29 | | - "i18next": "24.2.2", |
30 | | - "rc-picker": "4.9.2", |
31 | | - "react": "18.2.0", |
32 | | - "react-dom": "18.2.0", |
33 | | - "react-error-boundary": "4.0.13", |
| 29 | + "i18next": "24.2.3", |
| 30 | + "rc-picker": "4.11.3", |
| 31 | + "react": "18.3.1", |
| 32 | + "react-dom": "18.3.1", |
| 33 | + "react-error-boundary": "4.1.2", |
34 | 34 | "react-i18next": "15.4.1", |
35 | | - "react-router-dom": "6.22.3" |
| 35 | + "react-router-dom": "6.30.0" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | 38 | "@svgr/webpack": "8.1.0", |
39 | | - "@types/node": "20.12.2", |
40 | | - "@types/react": "18.2.73", |
41 | | - "@types/react-dom": "18.2.23", |
42 | | - "@typescript-eslint/eslint-plugin": "7.5.0", |
43 | | - "@typescript-eslint/parser": "7.5.0", |
| 39 | + "@types/node": "20.17.29", |
| 40 | + "@types/react": "18.3.20", |
| 41 | + "@types/react-dom": "18.3.5", |
| 42 | + "@typescript-eslint/eslint-plugin": "7.18.0", |
| 43 | + "@typescript-eslint/parser": "7.18.0", |
44 | 44 | "cross-env": "7.0.3", |
45 | | - "css-loader": "6.10.0", |
| 45 | + "css-loader": "6.11.0", |
46 | 46 | "css-minimizer-webpack-plugin": "6.0.0", |
47 | | - "eslint": "8.57.0", |
| 47 | + "eslint": "8.57.1", |
48 | 48 | "eslint-config-airbnb": "19.0.4", |
49 | 49 | "eslint-config-airbnb-base": "15.0.0", |
50 | 50 | "eslint-config-airbnb-typescript": "18.0.0", |
51 | 51 | "eslint-config-prettier": "9.1.0", |
52 | | - "eslint-plugin-import": "2.29.1", |
53 | | - "eslint-plugin-jsx-a11y": "6.8.0", |
54 | | - "eslint-plugin-prettier": "5.1.3", |
55 | | - "eslint-plugin-react": "7.34.1", |
56 | | - "eslint-plugin-react-hooks": "4.6.0", |
57 | | - "fork-ts-checker-webpack-plugin": "9.0.2", |
58 | | - "html-webpack-plugin": "5.6.0", |
59 | | - "husky": "9.1.6", |
60 | | - "less": "4.2.0", |
| 52 | + "eslint-plugin-import": "2.31.0", |
| 53 | + "eslint-plugin-jsx-a11y": "6.10.2", |
| 54 | + "eslint-plugin-prettier": "5.2.5", |
| 55 | + "eslint-plugin-react": "7.37.4", |
| 56 | + "eslint-plugin-react-hooks": "4.6.2", |
| 57 | + "fork-ts-checker-webpack-plugin": "9.0.3", |
| 58 | + "html-webpack-plugin": "5.6.3", |
| 59 | + "husky": "9.1.7", |
| 60 | + "less": "4.2.2", |
61 | 61 | "less-loader": "12.2.0", |
62 | | - "lint-staged": "15.2.2", |
63 | | - "mini-css-extract-plugin": "2.8.1", |
64 | | - "prettier": "3.2.5", |
65 | | - "rimraf": "5.0.5", |
| 62 | + "lint-staged": "15.5.0", |
| 63 | + "mini-css-extract-plugin": "2.9.2", |
| 64 | + "prettier": "3.5.3", |
| 65 | + "rimraf": "5.0.10", |
66 | 66 | "style-loader": "3.3.4", |
67 | | - "terser-webpack-plugin": "5.3.10", |
68 | | - "ts-loader": "9.5.1", |
69 | | - "typescript": "5.4.3", |
70 | | - "webpack": "5.91.0", |
71 | | - "webpack-bundle-analyzer": "4.10.1", |
| 67 | + "terser-webpack-plugin": "5.3.14", |
| 68 | + "ts-loader": "9.5.2", |
| 69 | + "typescript": "5.8.2", |
| 70 | + "webpack": "5.98.0", |
| 71 | + "webpack-bundle-analyzer": "4.10.2", |
72 | 72 | "webpack-cli": "5.1.4", |
73 | | - "webpack-dev-server": "5.0.4", |
| 73 | + "webpack-dev-server": "5.2.1", |
74 | 74 | "webpack-merge": "5.10.0" |
75 | 75 | }, |
76 | 76 | "lint-staged": { |
|
84 | 84 | "node": ">18", |
85 | 85 | "npm": ">10" |
86 | 86 | }, |
87 | | - "packageManager": "yarn@4.1.1" |
| 87 | + "packageManager": "yarn@4.8.1" |
88 | 88 | } |
0 commit comments