|
80 | 80 | "@commitlint/config-conventional": "^19.5.0",
|
81 | 81 | "@emotion/react": "^11.13.3",
|
82 | 82 | "@emotion/styled": "^11.13.0",
|
83 |
| - "@mui/material": "^6.1.0", |
84 |
| - "@rollup/plugin-alias": "^5.1.0", |
| 83 | + "@mui/material": "^6.1.1", |
| 84 | + "@rollup/plugin-alias": "^5.1.1", |
85 | 85 | "@rollup/plugin-commonjs": "^26.0.1",
|
86 |
| - "@rollup/plugin-node-resolve": "^15.2.3", |
| 86 | + "@rollup/plugin-node-resolve": "^15.2.4", |
87 | 87 | "@rollup/plugin-replace": "^5.0.7",
|
88 | 88 | "@swc/core": "^1.7.26",
|
89 | 89 | "@swc/helpers": "^0.5.13",
|
90 | 90 | "@testing-library/dom": "^10.4.0",
|
91 | 91 | "@testing-library/react": "^16.0.1",
|
92 | 92 | "@types/node": "^20.16.5",
|
93 |
| - "@types/react": "^18.3.5", |
| 93 | + "@types/react": "^18.3.8", |
94 | 94 | "@types/react-dom": "^18.3.0",
|
95 |
| - "@typescript-eslint/eslint-plugin": "^8.5.0", |
96 |
| - "@typescript-eslint/parser": "^8.5.0", |
| 95 | + "@typescript-eslint/eslint-plugin": "^8.6.0", |
| 96 | + "@typescript-eslint/parser": "^8.6.0", |
97 | 97 | "@vitejs/plugin-react": "^4.3.1",
|
98 | 98 | "@vitest/coverage-v8": "^2.1.1",
|
99 | 99 | "eslint": "^8.57.0",
|
100 | 100 | "eslint-config-standard": "^17.1.0",
|
101 | 101 | "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
102 |
| - "eslint-plugin-n": "^17.10.2", |
| 102 | + "eslint-plugin-n": "^17.10.3", |
103 | 103 | "eslint-plugin-promise": "^7.1.0",
|
104 | 104 | "eslint-plugin-react": "^7.36.1",
|
105 | 105 | "eslint-plugin-react-hooks": "^4.6.2",
|
106 | 106 | "eslint-plugin-simple-import-sort": "^12.1.1",
|
107 | 107 | "eslint-plugin-unused-imports": "^4.1.4",
|
108 | 108 | "expect-type": "^0.20.0",
|
109 | 109 | "husky": "9.1.6",
|
110 |
| - "jsdom": "^25.0.0", |
| 110 | + "jsdom": "^25.0.1", |
111 | 111 | "lint-staged": "^15.2.10",
|
112 | 112 | "pinst": "^3.0.0",
|
113 | 113 | "prettier": "^3.3.3",
|
114 | 114 | "react": "^18.3.1",
|
115 | 115 | "react-dom": "^18.3.1",
|
116 |
| - "rollup": "^4.21.3", |
| 116 | + "rollup": "^4.22.4", |
117 | 117 | "rollup-plugin-dts": "^6.1.1",
|
118 | 118 | "rollup-plugin-swc3": "^0.11.2",
|
119 | 119 | "ts-node": "^10.9.2",
|
120 | 120 | "typescript": "^5.6.2",
|
121 |
| - "vite": "^5.4.5", |
| 121 | + "vite": "^5.4.7", |
122 | 122 | "vitest": "^2.1.1"
|
123 | 123 | },
|
124 | 124 | "overrides": {
|
|
0 commit comments