duoyun-ui 2.0.0-alpha.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -10,5 +10,5 @@ pnpm test
10
10
  # build watch
11
11
  pnpm start
12
12
  # development, view example and api
13
- pnpm docs
13
+ pnpm run docs
14
14
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "duoyun-ui",
3
- "version": "2.0.0-alpha.0",
3
+ "version": "2.0.0",
4
4
  "description": "A lightweight desktop UI component library, implemented using Gem",
5
5
  "keywords": [
6
6
  "frontend",
@@ -52,18 +52,18 @@
52
52
  "elkjs": "^0.7.1"
53
53
  },
54
54
  "peerDependencies": {
55
- "@mantou/gem": "^1.7.9"
55
+ "@mantou/gem": "^2.0.0-alpha.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@esm-bundle/chai": "^4.3.4-fix.0",
59
- "@gemjs/config": "^2.0.0-alpha.0",
59
+ "@gemjs/config": "^2.0.0",
60
60
  "@open-wc/testing": "^2.5.33",
61
61
  "@types/d3-geo": "^3.0.1",
62
+ "@types/mocha": "^10.0.7",
62
63
  "@web/dev-server-esbuild": "^1.0.2",
63
64
  "@web/test-runner": "^0.18.1",
64
65
  "rimraf": "^3.0.2",
65
- "typescript": "^5.5.3",
66
- "webpack-merge": "^5.7.3"
66
+ "typescript": "^5.6.2"
67
67
  },
68
68
  "author": "mantou132",
69
69
  "license": "ISC",
@@ -76,5 +76,5 @@
76
76
  "url": "https://github.com/mantou132/gem/issues"
77
77
  },
78
78
  "homepage": "https://github.com/mantou132/gem#readme",
79
- "gitHead": "371e2f5e21bb174ae3c22260907baa7281c953bf"
79
+ "gitHead": "499af6e71e3c161bd74f87202e770ebefbc95b33"
80
80
  }