|
70 | 70 | "peerDependencies": {
|
71 | 71 | "@emotion/react": "^11",
|
72 | 72 | "@emotion/styled": "^11",
|
73 |
| - "@mui/material": "^5", |
| 73 | + "@mui/material": "^6", |
74 | 74 | "react": "^17 || ^18",
|
75 | 75 | "react-dom": "^17 || ^18"
|
76 | 76 | },
|
77 | 77 | "devDependencies": {
|
78 |
| - "@commitlint/cli": "^19.4.0", |
79 |
| - "@commitlint/config-angular": "^19.3.0", |
80 |
| - "@emotion/react": "^11.13.0", |
| 78 | + "@commitlint/cli": "^19.5.0", |
| 79 | + "@commitlint/config-angular": "^19.5.0", |
| 80 | + "@emotion/react": "^11.13.3", |
81 | 81 | "@emotion/styled": "^11.13.0",
|
82 | 82 | "@mui/material": "^5.16.7",
|
83 | 83 | "@rollup/plugin-alias": "^5.1.0",
|
84 | 84 | "@rollup/plugin-commonjs": "^26.0.1",
|
85 | 85 | "@rollup/plugin-node-resolve": "^15.2.3",
|
86 | 86 | "@rollup/plugin-replace": "^5.0.7",
|
87 |
| - "@swc/core": "^1.7.14", |
88 |
| - "@swc/helpers": "^0.5.12", |
89 |
| - "@testing-library/react": "^14.2.2", |
90 |
| - "@types/node": "^20.12.5", |
91 |
| - "@types/react": "^18.3.3", |
| 87 | + "@swc/core": "^1.7.26", |
| 88 | + "@swc/helpers": "^0.5.13", |
| 89 | + "@testing-library/dom": "^10.4.0", |
| 90 | + "@testing-library/react": "^16.0.1", |
| 91 | + "@types/node": "^20.16.5", |
| 92 | + "@types/react": "^18.3.5", |
92 | 93 | "@types/react-dom": "^18.3.0",
|
93 |
| - "@typescript-eslint/eslint-plugin": "^7.5.0", |
94 |
| - "@typescript-eslint/parser": "^8.2.0", |
| 94 | + "@typescript-eslint/eslint-plugin": "^8.5.0", |
| 95 | + "@typescript-eslint/parser": "^8.5.0", |
95 | 96 | "@vitejs/plugin-react": "^4.3.1",
|
96 |
| - "@vitest/coverage-v8": "^1.4.0", |
| 97 | + "@vitest/coverage-v8": "^2.1.1", |
97 | 98 | "eslint": "^8.57.0",
|
98 | 99 | "eslint-config-standard": "^17.1.0",
|
99 | 100 | "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
100 |
| - "eslint-plugin-n": "^16.6.2", |
101 |
| - "eslint-plugin-promise": "^6.1.1", |
102 |
| - "eslint-plugin-react": "^7.35.0", |
| 101 | + "eslint-plugin-n": "^17.10.2", |
| 102 | + "eslint-plugin-promise": "^7.1.0", |
| 103 | + "eslint-plugin-react": "^7.36.1", |
103 | 104 | "eslint-plugin-react-hooks": "^4.6.2",
|
104 | 105 | "eslint-plugin-simple-import-sort": "^12.1.1",
|
105 |
| - "eslint-plugin-unused-imports": "^3.1.0", |
106 |
| - "expect-type": "^0.19.0", |
107 |
| - "husky": "^9.1.4", |
| 106 | + "eslint-plugin-unused-imports": "^4.1.4", |
| 107 | + "expect-type": "^0.20.0", |
| 108 | + "husky": "9.1.6", |
108 | 109 | "jsdom": "^25.0.0",
|
109 |
| - "lint-staged": "^15.2.9", |
| 110 | + "lint-staged": "^15.2.10", |
110 | 111 | "pinst": "^3.0.0",
|
111 | 112 | "prettier": "^3.3.3",
|
112 | 113 | "react": "^18.3.1",
|
113 | 114 | "react-dom": "^18.3.1",
|
114 |
| - "rollup": "^4.21.0", |
| 115 | + "rollup": "^4.21.3", |
115 | 116 | "rollup-plugin-dts": "^6.1.1",
|
116 | 117 | "rollup-plugin-swc3": "^0.11.2",
|
117 | 118 | "ts-node": "^10.9.2",
|
118 |
| - "typescript": "^5.5.4", |
119 |
| - "vite": "^5.4.1", |
120 |
| - "vitest": "^1.4.0" |
| 119 | + "typescript": "^5.6.2", |
| 120 | + "vite": "^5.4.5", |
| 121 | + "vitest": "^2.1.1" |
121 | 122 | },
|
122 | 123 | "resolutions": {
|
123 |
| - "browserslist": "4.21.5", |
124 |
| - "caniuse-lite": "1.0.30001481" |
| 124 | + "browserslist": "4.23.3", |
| 125 | + "caniuse-lite": "1.0.30001660" |
125 | 126 | },
|
126 | 127 | "packageManager": "[email protected]",
|
127 | 128 | "workspaces": [
|
|
0 commit comments