mirror of https://gitee.com/antv-l7/antv-l7
chore: 修改 d3-interpolate 类型定义依赖版本 (#1136)
* style: lint style * chore: 修改 d3-interpolate 类型定义文件
This commit is contained in:
parent
8400d2464c
commit
57dffcfc15
|
@ -1,3 +1,2 @@
|
|||
|
||||
const version = '2.8.40';
|
||||
export { version };
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"devDependencies": {
|
||||
"@types/d3-array": "^2.0.0",
|
||||
"@types/d3-color": "^1.2.2",
|
||||
"@types/d3-interpolate": "2.0.2",
|
||||
"@types/d3-interpolate": "1.4.0",
|
||||
"@types/d3-scale": "^2.1.1",
|
||||
"@types/earcut": "^2.1.0",
|
||||
"@types/gl-matrix": "^2.4.5",
|
||||
|
|
Loading…
Reference in New Issue