|
76 | 76 | "react-dom": "^17 || ^18"
|
77 | 77 | },
|
78 | 78 | "devDependencies": {
|
79 |
| - "@commitlint/cli": "^19.5.0", |
80 |
| - "@commitlint/config-conventional": "^19.5.0", |
81 |
| - "@emotion/react": "^11.13.3", |
82 |
| - "@emotion/styled": "^11.13.0", |
83 |
| - "@mui/material": "^6.1.4", |
| 79 | + "@commitlint/cli": "^19.6.0", |
| 80 | + "@commitlint/config-conventional": "^19.6.0", |
| 81 | + "@emotion/react": "^11.13.5", |
| 82 | + "@emotion/styled": "^11.13.5", |
| 83 | + "@mui/material": "^6.1.9", |
84 | 84 | "@rollup/plugin-alias": "^5.1.1",
|
85 | 85 | "@rollup/plugin-commonjs": "^28.0.1",
|
86 | 86 | "@rollup/plugin-node-resolve": "^15.3.0",
|
87 | 87 | "@rollup/plugin-replace": "^6.0.1",
|
88 |
| - "@swc/core": "^1.7.36", |
89 |
| - "@swc/helpers": "^0.5.13", |
| 88 | + "@swc/core": "^1.9.3", |
| 89 | + "@swc/helpers": "^0.5.15", |
90 | 90 | "@testing-library/dom": "^10.4.0",
|
91 | 91 | "@testing-library/react": "^16.0.1",
|
92 |
| - "@types/node": "^20.16.13", |
93 |
| - "@types/react": "^18.3.11", |
| 92 | + "@types/node": "^20.17.9", |
| 93 | + "@types/react": "^18.3.12", |
94 | 94 | "@types/react-dom": "^18.3.1",
|
95 |
| - "@typescript-eslint/eslint-plugin": "^8.10.0", |
96 |
| - "@typescript-eslint/parser": "^8.10.0", |
97 |
| - "@vitejs/plugin-react": "^4.3.3", |
98 |
| - "@vitest/coverage-v8": "^2.1.3", |
| 95 | + "@typescript-eslint/eslint-plugin": "^8.16.0", |
| 96 | + "@typescript-eslint/parser": "^8.16.0", |
| 97 | + "@vitejs/plugin-react": "^4.3.4", |
| 98 | + "@vitest/coverage-v8": "^2.1.6", |
99 | 99 | "eslint": "^8.57.1",
|
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.11.1", |
103 |
| - "eslint-plugin-promise": "^7.1.0", |
104 |
| - "eslint-plugin-react": "^7.37.1", |
| 102 | + "eslint-plugin-n": "^17.14.0", |
| 103 | + "eslint-plugin-promise": "^7.2.1", |
| 104 | + "eslint-plugin-react": "^7.37.2", |
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 |
| - "husky": "9.1.6", |
| 109 | + "husky": "9.1.7", |
110 | 110 | "jsdom": "^25.0.1",
|
111 | 111 | "lint-staged": "^15.2.10",
|
112 | 112 | "pinst": "^3.0.0",
|
113 |
| - "prettier": "^3.3.3", |
| 113 | + "prettier": "^3.4.1", |
114 | 114 | "react": "^18.3.1",
|
115 | 115 | "react-dom": "^18.3.1",
|
116 |
| - "rollup": "^4.24.0", |
| 116 | + "rollup": "^4.28.0", |
117 | 117 | "rollup-plugin-dts": "^6.1.1",
|
118 | 118 | "rollup-plugin-swc3": "^0.12.1",
|
119 | 119 | "ts-node": "^10.9.2",
|
120 |
| - "typescript": "^5.6.3", |
| 120 | + "typescript": "^5.7.2", |
121 | 121 | "vite": "^5.4.9",
|
122 |
| - "vitest": "^2.1.3" |
| 122 | + "vitest": "^2.1.6" |
123 | 123 | },
|
124 | 124 | "overrides": {
|
125 | 125 | "browserslist": "4.23.3",
|
|
0 commit comments