|
22 | 22 | "pnpm": "^9" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@emotion/react": "^11.13.3", |
26 | | - "@emotion/styled": "^11.13.0", |
27 | | - "@mui/material": "^5.16.7", |
28 | | - "axios": "^1.7.7", |
| 25 | + "@emotion/react": "^11.14.0", |
| 26 | + "@emotion/styled": "^11.14.0", |
| 27 | + "@mui/material": "^5.16.14", |
| 28 | + "axios": "^1.7.9", |
29 | 29 | "react": "^18.3.1", |
30 | 30 | "react-dom": "^18.3.1", |
31 | | - "react-error-boundary": "^4.0.13", |
32 | | - "react-hook-form": "^7.53.0", |
33 | | - "react-router-dom": "^6.27.0", |
| 31 | + "react-error-boundary": "^4.1.2", |
| 32 | + "react-hook-form": "^7.54.2", |
| 33 | + "react-router-dom": "^6.28.2", |
34 | 34 | "react-toastify": "^10.0.6" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@commitlint/cli": "^19.5.0", |
38 | | - "@commitlint/config-conventional": "^19.5.0", |
39 | | - "@storybook/addon-actions": "^8.3.5", |
40 | | - "@storybook/addon-essentials": "^8.3.5", |
41 | | - "@storybook/addon-interactions": "^8.3.5", |
42 | | - "@storybook/addon-links": "^8.3.5", |
43 | | - "@storybook/react": "^8.3.5", |
44 | | - "@storybook/react-vite": "^8.3.5", |
| 37 | + "@commitlint/cli": "^19.6.1", |
| 38 | + "@commitlint/config-conventional": "^19.6.0", |
| 39 | + "@storybook/addon-actions": "^8.5.2", |
| 40 | + "@storybook/addon-essentials": "^8.5.2", |
| 41 | + "@storybook/addon-interactions": "^8.5.2", |
| 42 | + "@storybook/addon-links": "^8.5.2", |
| 43 | + "@storybook/react": "^8.5.2", |
| 44 | + "@storybook/react-vite": "^8.5.2", |
45 | 45 | "@storybook/testing-library": "^0.2.2", |
46 | | - "@types/node": "^20.16.11", |
47 | | - "@types/react": "^18.3.11", |
48 | | - "@types/react-dom": "^18.3.1", |
| 46 | + "@types/node": "^20.17.16", |
| 47 | + "@types/react": "^18.3.18", |
| 48 | + "@types/react-dom": "^18.3.5", |
49 | 49 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
50 | 50 | "@typescript-eslint/parser": "^7.18.0", |
51 | | - "@vitejs/plugin-basic-ssl": "^1.1.0", |
52 | | - "@vitejs/plugin-react": "^4.3.2", |
| 51 | + "@vitejs/plugin-basic-ssl": "^1.2.0", |
| 52 | + "@vitejs/plugin-react": "^4.3.4", |
53 | 53 | "ctux-check-engine": "^1.13.0", |
54 | 54 | "eslint": "^8.57.0", |
55 | 55 | "eslint-config-prettier": "^9.1.0", |
56 | | - "eslint-plugin-prettier": "^5.2.1", |
| 56 | + "eslint-plugin-prettier": "^5.2.3", |
57 | 57 | "eslint-plugin-simple-import-sort": "^12.1.1", |
58 | 58 | "eslint-plugin-unused-imports": "^3.2.0", |
59 | | - "husky": "^9.1.6", |
| 59 | + "husky": "^9.1.7", |
60 | 60 | "npm-check-updates": "^16.14.20", |
61 | | - "prettier": "^3.3.3", |
62 | | - "storybook": "^8.3.5", |
63 | | - "typescript": "^5.6.3", |
64 | | - "vite": "^5.4.8", |
| 61 | + "prettier": "^3.4.2", |
| 62 | + "storybook": "^8.5.2", |
| 63 | + "typescript": "^5.7.3", |
| 64 | + "vite": "^5.4.14", |
65 | 65 | "vite-bundle-visualizer": "^1.2.1", |
66 | 66 | "vite-plugin-chunk-split": "^0.5.0", |
67 | | - "vite-plugin-svgr": "^4.2.0" |
| 67 | + "vite-plugin-svgr": "^4.3.0" |
68 | 68 | }, |
69 | 69 | "pnpm": { |
70 | 70 | "overrides": { |
|
106 | 106 | "path-to-regexp@<0.1.10": ">=0.1.10", |
107 | 107 | "vite@>=5.2.0 <5.2.14": ">=5.2.14", |
108 | 108 | "rollup@>=4.0.0 <4.22.4": ">=4.22.4", |
109 | | - "cookie@<0.7.0": ">=0.7.0" |
| 109 | + "cookie@<0.7.0": ">=0.7.0", |
| 110 | + "cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5", |
| 111 | + "nanoid@<3.3.8": ">=3.3.8", |
| 112 | + "vite@>=5.0.0 <=5.4.11": ">=5.4.12", |
| 113 | + "path-to-regexp@<0.1.12": ">=0.1.12" |
110 | 114 | } |
111 | 115 | } |
112 | 116 | } |
0 commit comments