|
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 |
| - "zustand": "^4.5.2" |
| 64 | + "zustand": "^4.5.4" |
65 | 65 | },
|
66 | 66 | "lint-staged": {
|
67 | 67 | "!*.{ts,tsx,js,jsx}": "prettier --write --ignore-unknown",
|
|
75 | 75 | "react-dom": "^17 || ^18"
|
76 | 76 | },
|
77 | 77 | "devDependencies": {
|
78 |
| - "@commitlint/cli": "^19.2.1", |
79 |
| - "@commitlint/config-angular": "^19.1.0", |
80 |
| - "@emotion/react": "^11.11.4", |
81 |
| - "@emotion/styled": "^11.11.5", |
82 |
| - "@mui/material": "^5.15.15", |
| 78 | + "@commitlint/cli": "^19.4.0", |
| 79 | + "@commitlint/config-angular": "^19.3.0", |
| 80 | + "@emotion/react": "^11.13.0", |
| 81 | + "@emotion/styled": "^11.13.0", |
| 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 |
| - "@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.7.10", |
| 88 | + "@swc/helpers": "^0.5.12", |
89 | 89 | "@testing-library/react": "^14.2.2",
|
90 | 90 | "@types/node": "^20.12.5",
|
91 |
| - "@types/react": "^18.2.74", |
92 |
| - "@types/react-dom": "^18.2.24", |
| 91 | + "@types/react": "^18.3.3", |
| 92 | + "@types/react-dom": "^18.3.0", |
93 | 93 | "@typescript-eslint/eslint-plugin": "^7.5.0",
|
94 | 94 | "@typescript-eslint/parser": "^7.5.0",
|
95 |
| - "@vitejs/plugin-react": "^4.2.1", |
| 95 | + "@vitejs/plugin-react": "^4.3.1", |
96 | 96 | "@vitest/coverage-v8": "^1.4.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 | 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", |
| 102 | + "eslint-plugin-react": "^7.35.0", |
| 103 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 104 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
105 | 105 | "eslint-plugin-unused-imports": "^3.1.0",
|
106 | 106 | "expect-type": "^0.19.0",
|
107 |
| - "husky": "^9.0.11", |
108 |
| - "jsdom": "^24.0.0", |
109 |
| - "lint-staged": "^15.2.2", |
| 107 | + "husky": "^9.1.4", |
| 108 | + "jsdom": "^24.1.1", |
| 109 | + "lint-staged": "^15.2.8", |
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.3", |
| 112 | + "react": "^18.3.1", |
| 113 | + "react-dom": "^18.3.1", |
| 114 | + "rollup": "^4.20.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", |
| 118 | + "typescript": "^5.5.4", |
| 119 | + "vite": "^5.4.0", |
120 | 120 | "vitest": "^1.4.0"
|
121 | 121 | },
|
122 | 122 | "resolutions": {
|
|
0 commit comments