Showing
1 changed file
with
3 additions
and
3 deletions
1 | 1 | { |
2 | 2 | "name": "@qx/common", |
3 | - "version": "3.0.0-alpha.23", | |
3 | + "version": "3.0.0-alpha.24", | |
4 | 4 | "description": "A react library developed with dumi", |
5 | 5 | "license": "MIT", |
6 | 6 | "module": "dist/index.js", |
... | ... | @@ -45,14 +45,14 @@ |
45 | 45 | "dependencies": { |
46 | 46 | "@ant-design/icons": "^5.2.5", |
47 | 47 | "@qx/ui": "0.0.3-beta.1", |
48 | + "@qx/utils": "0.0.58", | |
48 | 49 | "ahooks": "^3.7.5", |
49 | 50 | "classnames": "^2.3.2", |
50 | 51 | "codemirror": "5.65.8", |
51 | 52 | "dayjs": "^1.11.9", |
52 | 53 | "lodash-es": "^4.17.21", |
53 | 54 | "rc-virtual-list": "^3.4.13", |
54 | - "react-codemirror2": "^7.2.1", | |
55 | - "@qx/utils": "0.0.58" | |
55 | + "react-codemirror2": "^7.2.1" | |
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | 58 | "@commitlint/cli": "^17.1.2", | ... | ... |