chore: 修改 d3-interpolate 类型定义依赖版本 (#1136)

* style: lint style

* chore: 修改 d3-interpolate 类型定义文件
This commit is contained in:
YiQianYao 2022-05-31 15:22:23 +08:00 committed by GitHub
parent 8400d2464c
commit 57dffcfc15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,2 @@
const version = '2.8.40';
export { version };

View File

@ -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",