|
59 | 59 | "build": "tsc && rollup -c rollup.config.ts --configPlugin swc3"
|
60 | 60 | },
|
61 | 61 | "dependencies": {
|
62 |
| - "clsx": "^2.1.0", |
| 62 | + "clsx": "^2.1.1", |
63 | 63 | "copy-to-clipboard": "^3.3.3",
|
64 | 64 | "zustand": "^4.5.2"
|
65 | 65 | },
|
|
75 | 75 | "react-dom": "^17 || ^18"
|
76 | 76 | },
|
77 | 77 | "devDependencies": {
|
78 |
| - "@commitlint/cli": "^19.2.1", |
79 |
| - "@commitlint/config-angular": "^19.1.0", |
| 78 | + "@commitlint/cli": "^19.3.0", |
| 79 | + "@commitlint/config-angular": "^19.3.0", |
80 | 80 | "@emotion/react": "^11.11.4",
|
81 | 81 | "@emotion/styled": "^11.11.5",
|
82 |
| - "@mui/material": "^5.15.15", |
| 82 | + "@mui/material": "^5.15.20", |
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 |
| - "@rollup/plugin-replace": "^5.0.5", |
87 |
| - "@swc/core": "^1.4.12", |
88 |
| - "@swc/helpers": "^0.5.8", |
| 86 | + "@rollup/plugin-replace": "^5.0.7", |
| 87 | + "@swc/core": "^1.5.29", |
| 88 | + "@swc/helpers": "^0.5.11", |
89 | 89 | "@testing-library/react": "^14.2.2",
|
90 |
| - "@types/node": "^20.12.5", |
91 |
| - "@types/react": "^18.2.74", |
92 |
| - "@types/react-dom": "^18.2.24", |
93 |
| - "@typescript-eslint/eslint-plugin": "^7.5.0", |
94 |
| - "@typescript-eslint/parser": "^7.5.0", |
95 |
| - "@vitejs/plugin-react": "^4.2.1", |
96 |
| - "@vitest/coverage-v8": "^1.4.0", |
| 90 | + "@types/node": "^20.14.2", |
| 91 | + "@types/react": "^18.3.3", |
| 92 | + "@types/react-dom": "^18.3.0", |
| 93 | + "@typescript-eslint/eslint-plugin": "^7.13.0", |
| 94 | + "@typescript-eslint/parser": "^7.13.0", |
| 95 | + "@vitejs/plugin-react": "^4.3.1", |
| 96 | + "@vitest/coverage-v8": "^1.6.0", |
97 | 97 | "eslint": "^8.57.0",
|
98 | 98 | "eslint-config-standard": "^17.1.0",
|
99 | 99 | "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
100 | 100 | "eslint-plugin-n": "^16.6.2",
|
101 |
| - "eslint-plugin-promise": "^6.1.1", |
102 |
| - "eslint-plugin-react": "^7.34.1", |
103 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
104 |
| - "eslint-plugin-simple-import-sort": "^12.0.0", |
| 101 | + "eslint-plugin-promise": "^6.2.0", |
| 102 | + "eslint-plugin-react": "^7.34.2", |
| 103 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 104 | + "eslint-plugin-simple-import-sort": "^12.1.0", |
105 | 105 | "eslint-plugin-unused-imports": "^3.1.0",
|
106 | 106 | "expect-type": "^0.19.0",
|
107 | 107 | "husky": "^9.0.11",
|
108 |
| - "jsdom": "^24.0.0", |
109 |
| - "lint-staged": "^15.2.2", |
| 108 | + "jsdom": "^24.1.0", |
| 109 | + "lint-staged": "^15.2.7", |
110 | 110 | "pinst": "^3.0.0",
|
111 |
| - "prettier": "^3.2.5", |
112 |
| - "react": "^18.2.0", |
113 |
| - "react-dom": "^18.2.0", |
114 |
| - "rollup": "^4.14.0", |
115 |
| - "rollup-plugin-dts": "^6.1.0", |
116 |
| - "rollup-plugin-swc3": "^0.11.0", |
| 111 | + "prettier": "^3.3.2", |
| 112 | + "react": "^18.3.1", |
| 113 | + "react-dom": "^18.3.1", |
| 114 | + "rollup": "^4.18.0", |
| 115 | + "rollup-plugin-dts": "^6.1.1", |
| 116 | + "rollup-plugin-swc3": "^0.11.2", |
117 | 117 | "ts-node": "^10.9.2",
|
118 |
| - "typescript": "^5.4.4", |
119 |
| - "vite": "^5.2.8", |
120 |
| - "vitest": "^1.4.0" |
| 118 | + "typescript": "^5.4.5", |
| 119 | + "vite": "^5.3.1", |
| 120 | + "vitest": "^1.6.0" |
121 | 121 | },
|
122 | 122 | "resolutions": {
|
123 | 123 | "browserslist": "4.21.5",
|
|
0 commit comments