Commit a2628c536907e0396ff9d3778f29f6204d5d0f7a

Authored by 陈洋
1 parent 21633a39

版本迭代

Showing 1 changed file with 9 additions and 9 deletions
1 1 {
2 2 "name": "@qx/common",
3   - "version": "3.0.0-alpha.2",
  3 + "version": "3.0.0-alpha.3",
4 4 "description": "A react library developed with dumi",
5 5 "license": "MIT",
6 6 "module": "dist/index.js",
... ... @@ -45,13 +45,13 @@
45 45 "dependencies": {
46 46 "@ant-design/icons": "^5.2.5",
47 47 "@qx/ui": "0.0.3-beta.1",
  48 + "ahooks": "^3.7.5",
  49 + "classnames": "^2.3.2",
48 50 "codemirror": "5.65.8",
49 51 "dayjs": "^1.11.9",
50 52 "lodash-es": "^4.17.21",
51 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 56 "devDependencies": {
57 57 "@commitlint/cli": "^17.1.2",
... ... @@ -74,16 +74,16 @@
74 74 "react": "^18.0.0",
75 75 "react-cookies": ">=0.1.1",
76 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 80 "peerDependencies": {
  81 + "@qx/utils": "0.0.58",
  82 + "ahooks": "^3.7.5",
81 83 "antd": ">=5.8.4",
82 84 "react": ">=16.9.0",
83 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 88 "publishConfig": {
89 89 "access": "public"
... ...