Skip to content

Commit

Permalink
fix: ts error MouseTooltip without enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Jul 31, 2024
1 parent 7f4339a commit 741a80d
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 548 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.16.7",
"@vitest/coverage-c8": "^0.29.8",
"@vitest/coverage-c8": "^0.33.0",
"esbuild": "^0.17.18",
"happy-dom": "^8.9.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"multi-semantic-release": "^3.0.2",
"prettier": "^2.8.8",
"rimraf": "^4.4.1",
"rollup": "^3.28.1",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.19.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-styles": "^4.0.0",
"sass": "^1.62.1",
"ts-node": "^10.9.1",
"turbo": "^2.0.9",
"typescript": "^5.0.4",
"vitest": "^0.29.8"
"typescript": "^5.5.4",
"vitest": "^2.0.4"
}
}
1 change: 1 addition & 0 deletions packages/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"cesium": "^1.104.0"
},
"dependencies": {
"@cesium-extends/common": "^1.0.1",
"@cesium-extends/subscriber": "^1.0.1",
"@cesium-extends/tooltip": "^1.2.1"
}
Expand Down
Loading

0 comments on commit 741a80d

Please sign in to comment.