Skip to content

Commit

Permalink
chore: update deps (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Feb 26, 2021
1 parent e9cf9ad commit 0df82ff
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echarts-for-react",
"version": "3.0.0",
"version": "3.0.1",
"description": " Apache Echarts components for React.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -46,24 +46,24 @@
},
"homepage": "https://github.com/hustcc/echarts-for-react",
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"@commitlint/cli": "^12.0.0",
"@commitlint/config-angular": "^12.0.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.30",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"cross-env": "^7.0.3",
"dumi": "^1.1.4",
"dumi-theme-default": "^1.0.4",
"dumi": "^1.1.6",
"dumi-theme-default": "^1.0.6",
"echarts": "^5.0.2",
"echarts-gl": "^2.0.2",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"gh-pages": "^3.1.0",
"husky": "^5.0.9",
"husky": "^5.1.1",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"jest-electron": "^0.1.11",
Expand All @@ -74,9 +74,9 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.1",
"ts-jest": "^26.5.2",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5"
"typescript": "^4.2.2"
},
"dependencies": {
"size-sensor": "^1.0.1",
Expand Down

0 comments on commit 0df82ff

Please sign in to comment.