We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032f444 commit 412ff59Copy full SHA for 412ff59
package.json
@@ -69,15 +69,17 @@
69
"jest": "^26.0.1",
70
"jest-canvas-mock": "^2.2.0",
71
"lint-staged": "^10.2.10",
72
+ "lodash": "^4.17.15",
73
"react": "^16.13.1",
74
"react-dom": "^16.13.1",
75
"react-test-renderer": "^16.13.1",
76
"typescript": "^3.9.5"
77
},
78
"prettier": "@opd/prettier-config-pangu",
79
"peerDependencies": {
- "react": "^15.0.0 || ^16.0.0",
80
- "@antv/g2plot": "^1.0.0"
+ "@antv/g2plot": "^1.0.0",
81
+ "lodash": "^4.17.x",
82
+ "react": "^15.0.0 || ^16.0.0"
83
84
"dependencies": {},
85
"husky": {
0 commit comments