fix: type issues

This commit is contained in:
Marc Emmanuel 2026-03-14 20:05:47 +01:00
parent 54ba228fb6
commit 064e4d83e3
11 changed files with 21 additions and 22 deletions

3
package-lock.json generated
View file

@ -9,7 +9,6 @@
"version": "1.113.5",
"license": "MIT",
"dependencies": {
"@types/lineclip": "^2.0.0",
"alea": "^1.0.1",
"d3": "^7.9.0",
"delaunator": "^5.0.1",
@ -21,6 +20,7 @@
"@playwright/test": "^1.57.0",
"@types/d3": "^7.4.3",
"@types/delaunator": "^5.0.3",
"@types/lineclip": "^2.0.0",
"@types/node": "^25.0.10",
"@types/polylabel": "^1.1.3",
"@vitest/browser": "^4.0.18",
@ -1353,6 +1353,7 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@types/lineclip/-/lineclip-2.0.0.tgz",
"integrity": "sha512-LsPRWfV5kC41YgraYhnAMNSNhdJwFlCsUPueSw7sG5UvMqSMxMcaOA9LWN8mZiCUe9jVIAKnLfsNiXpvnd7gKQ==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/node": {