Skip to content

Commit

Permalink
feat: update graphin components deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zxc0328 committed Nov 20, 2019
1 parent 6c403c8 commit 210cfcb
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions packages/graphin-components/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "@antv/graphin-components",
"version": "1.0.0-beta7",
"description": "Components for graphin",
"main": "./dist/index",
"types": "./dist/src/index.d",
"scripts": {
"start": "father build --watch",
"build": "father build",
"test": "jest"
},
"author": "",
"license": "MIT",
"sideEffects": false,
"peerDependencies": {
"react": "^16.11.0",
"react-dom": "^16.11.0",
"antd": "^3.23.5",
"@antv/graphin": "^1.0.0-beta.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.0",
"@testing-library/react": "^9.3.0",
"father": "^2.23.1",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"jest-canvas-mock": "^2.1.2",
"typescript": "^3.6.4",
"eventemitter3": "^4.0.0"
},
"dependencies": {
"@antv/g6": "^3.1.9"
},
"publishConfig": {
"access": "public"
}
}
"name": "@antv/graphin-components",
"version": "1.0.0-beta7",
"description": "Components for graphin",
"main": "./dist/index",
"types": "./dist/src/index.d",
"scripts": {
"start": "father build --watch",
"build": "father build",
"test": "jest"
},
"author": "",
"license": "MIT",
"sideEffects": false,
"peerDependencies": {
"react": "^16.11.0",
"react-dom": "^16.11.0",
"antd": "^3.23.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.0",
"@testing-library/react": "^9.3.0",
"father": "^2.23.1",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"jest-canvas-mock": "^2.1.2",
"typescript": "^3.6.4",
"eventemitter3": "^4.0.0"
},
"dependencies": {
"@antv/g6": "^3.1.9",
"@antv/graphin": "^1.0.0-beta.6"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 210cfcb

Please sign in to comment.