|
53 | 53 | "@ant-design/icons": "^5.5.2",
|
54 | 54 | "@babel/core": "^7.26.0",
|
55 | 55 | "@babel/eslint-plugin": "^7.25.9",
|
56 |
| - "@babel/parser": "^7.26.3", |
| 56 | + "@babel/parser": "^7.26.5", |
57 | 57 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
58 | 58 | "@babel/preset-env": "^7.26.0",
|
59 | 59 | "@babel/preset-react": "^7.26.3",
|
60 | 60 | "@babel/preset-typescript": "^7.26.0",
|
61 |
| - "@babel/traverse": "^7.26.4", |
| 61 | + "@babel/traverse": "^7.26.5", |
62 | 62 | "@emotion/babel-plugin": "^11.13.5",
|
63 | 63 | "@emotion/cache": "^11.14.0",
|
64 | 64 | "@emotion/css": "^11.13.5",
|
|
68 | 68 | "@octokit/rest": "^18.12.0",
|
69 | 69 | "@testing-library/dom": "^10.4.0",
|
70 | 70 | "@testing-library/jest-dom": "^6.6.3",
|
71 |
| - "@testing-library/react": "^16.1.0", |
| 71 | + "@testing-library/react": "^16.2.0", |
72 | 72 | "@testing-library/react-hooks": "^8.0.1",
|
73 |
| - "@testing-library/user-event": "^14.5.2", |
| 73 | + "@testing-library/user-event": "^14.6.0", |
74 | 74 | "@types/chroma-js": "^2.4.5",
|
75 | 75 | "@types/glob": "^8.1.0",
|
76 | 76 | "@types/history": "^4.7.11",
|
|
93 | 93 | "@umijs/test-utils": "^3.5.43",
|
94 | 94 | "@umijs/utils": "^4.4.4",
|
95 | 95 | "@vitest/coverage-istanbul": "^2.1.8",
|
96 |
| - "animated-scroll-to": "^2.3.0", |
| 96 | + "animated-scroll-to": "^2.3.2", |
97 | 97 | "antd": "^5.23.1",
|
98 | 98 | "antd-style": "^3.7.1",
|
99 | 99 | "babel-loader": "^9.2.1",
|
100 | 100 | "babel-types": "^6.26.0",
|
101 | 101 | "chalk": "^4.1.2",
|
102 | 102 | "chroma-js": "^2.6.0",
|
| 103 | + "classnames": "^2.3.2", |
103 | 104 | "copy-to-clipboard": "^3.3.3",
|
104 | 105 | "cross-env": "^7.0.3",
|
105 | 106 | "dayjs": "^1.11.13",
|
|
108 | 109 | "esbuild": "^0.15.18",
|
109 | 110 | "eslint": "^8.57.1",
|
110 | 111 | "eslint-plugin-jest": "^27.9.0",
|
111 |
| - "eslint-plugin-react": "^7.37.3", |
| 112 | + "eslint-plugin-react": "^7.37.4", |
112 | 113 | "eslint-plugin-react-hooks": "^4.6.2",
|
113 | 114 | "eslint-plugin-unicorn": "^47.0.0",
|
114 | 115 | "execa": "^5.1.1",
|
|
135 | 136 | "polished": "^4.3.1",
|
136 | 137 | "prettier": "^2.8.8",
|
137 | 138 | "prettier-plugin-organize-imports": "^3.2.4",
|
138 |
| - "prettier-plugin-packagejson": "^2.5.6", |
| 139 | + "prettier-plugin-packagejson": "^2.5.8", |
139 | 140 | "pretty-quick": "^3.3.1",
|
140 | 141 | "query-string": "^6.14.1",
|
141 | 142 | "rc-field-form": "^2.7.0",
|
142 | 143 | "rc-footer": "^0.6.8",
|
143 | 144 | "rc-resize-observer": "^1.4.3",
|
144 | 145 | "rc-steps": "^6.0.1",
|
145 |
| - "rc-table": "^7.50.1", |
| 146 | + "rc-table": "^7.50.2", |
146 | 147 | "rc-util": "^5.44.3",
|
147 | 148 | "react": "^18.3.1",
|
148 | 149 | "react-dom": "^18.3.1",
|
|
160 | 161 | "stylelint": "^13.13.1",
|
161 | 162 | "timezone-mock": "^1.3.6",
|
162 | 163 | "ts-node": "^10.9.2",
|
163 |
| - "typescript": "^5.7.2", |
| 164 | + "typescript": "^5.7.3", |
164 | 165 | "umi": "^4.4.4",
|
165 | 166 | "umi-request": "^1.4.0",
|
166 | 167 | "unified": "^11.0.5",
|
|
169 | 170 | "write-pkg": "^4.0.0",
|
170 | 171 | "xhr-mock": "^2.5.1",
|
171 | 172 | "yorkie": "^2.0.0",
|
172 |
| - "zustand": "^4.5.5" |
| 173 | + "zustand": "^4.5.6" |
173 | 174 | },
|
174 | 175 | "gitHooks": {
|
175 | 176 | "pre-commit": "pretty-quick --staged",
|
|
0 commit comments