Skip to content

Commit

Permalink
chore: v3.0.0 released (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored Feb 19, 2021
1 parent be5f5aa commit 787cee1
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "echarts-for-react",
"version": "3.0.0-beta.2",
"description": " Apache Echarts(v5) components for React.",
"version": "3.0.0",
"description": " Apache Echarts components for React.",
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -49,37 +49,37 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.14",
"@types/react": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.11.0",
"cross-env": "^5.1.3",
"@types/node": "^14.14.30",
"@types/react": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"cross-env": "^7.0.3",
"dumi": "^1.1.4",
"dumi-theme-default": "^1.0.4",
"echarts": "^5.0.2",
"echarts-gl": "^2.0.1",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.1.0",
"echarts-gl": "^2.0.2",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"gh-pages": "^3.1.0",
"husky": "^4.3.8",
"husky": "^5.0.9",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.0",
"jest-canvas-mock": "^2.3.1",
"jest-electron": "^0.1.11",
"lint-md-cli": "^0.1.2",
"lint-staged": "^10.5.3",
"lint-staged": "^10.5.4",
"lodash.clonedeep": "^4.5.0",
"miz": "^1.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"rimraf": "^2.6.2",
"ts-jest": "^26.5.0",
"ts-loader": "^8.0.15",
"typescript": "^4.1.3"
"rimraf": "^3.0.2",
"ts-jest": "^26.5.1",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5"
},
"dependencies": {
"size-sensor": "^1.0.0",
"size-sensor": "^1.0.1",
"fast-deep-equal": "^3.1.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 787cee1

Please sign in to comment.