|
21 | 21 | "test:coverage": "jest --silent --watchAll=false --coverage"
|
22 | 22 | },
|
23 | 23 | "dependencies": {
|
24 |
| - "@ant-design/icons": "^5.5.1", |
| 24 | + "@ant-design/icons": "^5.5.2", |
25 | 25 | "@ezuikit/utils-logger": "1.0.1",
|
26 |
| - "@reduxjs/toolkit": "^2.2.7", |
27 |
| - "@sentry/react": "^8.33.1", |
28 |
| - "antd": "^5.21.0", |
29 |
| - "axios": "^1.7.7", |
| 26 | + "@reduxjs/toolkit": "^2.4.0", |
| 27 | + "@sentry/react": "^8.41.0", |
| 28 | + "antd": "^5.22.2", |
| 29 | + "axios": "^1.7.8", |
30 | 30 | "classnames": "^2.5.1",
|
31 | 31 | "immer": "^10.1.1",
|
32 | 32 | "js-cookie": "^3.0.5",
|
33 | 33 | "react": "^18.3.1",
|
34 | 34 | "react-dom": "^18.3.1",
|
35 |
| - "react-error-boundary": "^4.0.13", |
| 35 | + "react-error-boundary": "^4.1.2", |
36 | 36 | "react-redux": "^9.1.2",
|
37 |
| - "react-router-dom": "^6.26.2", |
| 37 | + "react-router-dom": "^6.28.0", |
38 | 38 | "redux": "^5.0.1"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@commitlint/cli": "^19.5.0", |
42 |
| - "@commitlint/config-conventional": "^19.5.0", |
43 |
| - "@commitlint/prompt-cli": "^19.5.0", |
44 |
| - "@sentry/browser": "^8.33.1", |
| 41 | + "@commitlint/cli": "^19.6.0", |
| 42 | + "@commitlint/config-conventional": "^19.6.0", |
| 43 | + "@commitlint/prompt-cli": "^19.6.0", |
| 44 | + "@sentry/browser": "^8.41.0", |
45 | 45 | "@skax/camel": "^0.2.6",
|
46 | 46 | "@testing-library/dom": "^9.3.4",
|
47 | 47 | "@testing-library/jest-dom": "^6.4.2",
|
|
53 | 53 | "@types/react": "^18.2.78",
|
54 | 54 | "@types/react-dom": "^18.2.25",
|
55 | 55 | "@types/redux-logger": "^3.0.13",
|
56 |
| - "@vitejs/plugin-legacy": "^5.4.2", |
57 |
| - "@vitejs/plugin-react-swc": "^3.7.1", |
| 56 | + "@vitejs/plugin-legacy": "^5.4.3", |
| 57 | + "@vitejs/plugin-react-swc": "^3.7.2", |
58 | 58 | "cross-env": "^7.0.3",
|
59 | 59 | "eslint": "^8.57.1",
|
60 | 60 | "eslint-config-xx": "^1.10.1",
|
61 |
| - "get-sass-vars": "^4.0.2", |
62 |
| - "husky": "^9.1.6", |
| 61 | + "get-sass-vars": "^4.0.3", |
| 62 | + "husky": "^9.1.7", |
63 | 63 | "identity-obj-proxy": "^3.0.0",
|
64 | 64 | "jest": "^29.7.0",
|
65 | 65 | "jest-environment-jsdom": "^29.7.0",
|
66 | 66 | "only-allow": "^1.2.1",
|
67 |
| - "postcss": "^8.4.47", |
68 |
| - "postcss-preset-env": "^9.6.0", |
69 |
| - "prettier": "^3.3.3", |
| 67 | + "postcss": "^8.4.49", |
| 68 | + "postcss-preset-env": "^10.1.1", |
| 69 | + "prettier": "^3.4.1", |
70 | 70 | "pretty-quick": "^4.0.0",
|
71 | 71 | "redux-logger": "^3.0.6",
|
72 | 72 | "rollup-plugin-visualizer": "^5.12.0",
|
73 |
| - "sass": "^1.79.4", |
74 |
| - "terser": "^5.34.1", |
75 |
| - "ts-jest": "^29.1.5", |
| 73 | + "sass": "^1.81.0", |
| 74 | + "terser": "^5.36.0", |
| 75 | + "ts-jest": "^29.2.5", |
76 | 76 | "ts-node": "^10.9.2",
|
77 | 77 | "typescript": "5.3.3",
|
78 |
| - "vite": "^5.4.8", |
| 78 | + "vite": "^5.4.11", |
79 | 79 | "vite-plugin-compression": "^0.5.1",
|
80 | 80 | "vite-plugin-eslint": "^1.8.1",
|
81 |
| - "vite-plugin-pwa": "^0.20.5" |
| 81 | + "vite-plugin-pwa": "^0.21.1" |
82 | 82 | },
|
83 | 83 | "engines": {
|
84 | 84 | "node": ">=18"
|
|
0 commit comments