Showing
1 changed file
with
9 additions
and
9 deletions
1 | { | 1 | { |
2 | "name": "@qx/common", | 2 | "name": "@qx/common", |
3 | - "version": "3.0.0-alpha.2", | 3 | + "version": "3.0.0-alpha.3", |
4 | "description": "A react library developed with dumi", | 4 | "description": "A react library developed with dumi", |
5 | "license": "MIT", | 5 | "license": "MIT", |
6 | "module": "dist/index.js", | 6 | "module": "dist/index.js", |
@@ -45,13 +45,13 @@ | @@ -45,13 +45,13 @@ | ||
45 | "dependencies": { | 45 | "dependencies": { |
46 | "@ant-design/icons": "^5.2.5", | 46 | "@ant-design/icons": "^5.2.5", |
47 | "@qx/ui": "0.0.3-beta.1", | 47 | "@qx/ui": "0.0.3-beta.1", |
48 | + "ahooks": "^3.7.5", | ||
49 | + "classnames": "^2.3.2", | ||
48 | "codemirror": "5.65.8", | 50 | "codemirror": "5.65.8", |
49 | "dayjs": "^1.11.9", | 51 | "dayjs": "^1.11.9", |
50 | "lodash-es": "^4.17.21", | 52 | "lodash-es": "^4.17.21", |
51 | "rc-virtual-list": "^3.4.13", | 53 | "rc-virtual-list": "^3.4.13", |
52 | - "react-codemirror2": "^7.2.1", | ||
53 | - "classnames": "^2.3.2", | ||
54 | - "ahooks": "^3.7.5" | 54 | + "react-codemirror2": "^7.2.1" |
55 | }, | 55 | }, |
56 | "devDependencies": { | 56 | "devDependencies": { |
57 | "@commitlint/cli": "^17.1.2", | 57 | "@commitlint/cli": "^17.1.2", |
@@ -74,16 +74,16 @@ | @@ -74,16 +74,16 @@ | ||
74 | "react": "^18.0.0", | 74 | "react": "^18.0.0", |
75 | "react-cookies": ">=0.1.1", | 75 | "react-cookies": ">=0.1.1", |
76 | "react-dom": "^18.0.0", | 76 | "react-dom": "^18.0.0", |
77 | - "stylelint": "^14.9.1", | ||
78 | - "react-router": ">=4.3.1" | 77 | + "react-router": ">=4.3.1", |
78 | + "stylelint": "^14.9.1" | ||
79 | }, | 79 | }, |
80 | "peerDependencies": { | 80 | "peerDependencies": { |
81 | + "@qx/utils": "0.0.58", | ||
82 | + "ahooks": "^3.7.5", | ||
81 | "antd": ">=5.8.4", | 83 | "antd": ">=5.8.4", |
82 | "react": ">=16.9.0", | 84 | "react": ">=16.9.0", |
83 | "react-dom": ">=16.9.0", | 85 | "react-dom": ">=16.9.0", |
84 | - "ahooks": "^3.7.5", | ||
85 | - "react-router": ">=4.3.1", | ||
86 | - "@qx/utils": "0.0.58" | 86 | + "react-router": ">=4.3.1" |
87 | }, | 87 | }, |
88 | "publishConfig": { | 88 | "publishConfig": { |
89 | "access": "public" | 89 | "access": "public" |