From: Cyperghost Date: Tue, 19 Nov 2024 07:01:47 +0000 (+0100) Subject: Add the npm package `@types/supercluster` to solve the problem: X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=885cf8fdbd10deff8ac0371104c230eb4876f5f4;p=GitHub%2FWoltLab%2FWCF.git Add the npm package `@types/supercluster` to solve the problem: Property `radius` does not exist for type `SuperClusterViewportOptions`. --- diff --git a/package-lock.json b/package-lock.json index 00433dd2b8..b57014cd8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "@types/jquery": "^3.5.32", "@types/pica": "5.1.3", "@types/prismjs": "^1.26.5", + "@types/supercluster": "^7.1.3", "@types/twitter-for-web": "0.0.6", "@woltlab/editor": "git+https://github.com/WoltLab/editor.git#b9a8e10528a42c5aac06ec1837881a7dd141aefb", "@woltlab/visual-dom-diff": "git+https://github.com/WoltLab/visual-dom-diff.git#e5b51fce3157d1eda310566fc1f86101341d1fea", @@ -1520,10 +1521,17 @@ "integrity": "sha512-X1JKH2s0rxsayEmS/NExj96byj59DNOk7jJIzkaqJUO1EM85+J4cS8run45Z4fgG7uFsZPkkdBBkNCxs5QA3Vw==", "license": "MIT" }, + "node_modules/@types/geojson": { + "version": "7946.0.14", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.14.tgz", + "integrity": "sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==", + "license": "MIT" + }, "node_modules/@types/google.maps": { "version": "3.58.1", "resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.58.1.tgz", - "integrity": "sha512-X9QTSvGJ0nCfMzYOnaVs/k6/4L+7F5uCS+4iUmkLEls6J9S/Phv+m/i3mDeyc49ZBgwab3EFO1HEoBY7k98EGQ==" + "integrity": "sha512-X9QTSvGJ0nCfMzYOnaVs/k6/4L+7F5uCS+4iUmkLEls6J9S/Phv+m/i3mDeyc49ZBgwab3EFO1HEoBY7k98EGQ==", + "license": "MIT" }, "node_modules/@types/jquery": { "version": "3.5.32", @@ -1567,6 +1575,15 @@ "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.3.tgz", "integrity": "sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==" }, + "node_modules/@types/supercluster": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/supercluster/-/supercluster-7.1.3.tgz", + "integrity": "sha512-Z0pOY34GDFl3Q6hUFYf3HkTwKEE02e7QgtJppBt+beEAxnyOpJua+voGFvxINBHa06GwLFFym7gRPY2SiKIfIA==", + "license": "MIT", + "dependencies": { + "@types/geojson": "*" + } + }, "node_modules/@types/twitter-for-web": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/@types/twitter-for-web/-/twitter-for-web-0.0.6.tgz", diff --git a/package.json b/package.json index 7fd027afe8..b9a665b74b 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "@types/jquery": "^3.5.32", "@types/pica": "5.1.3", "@types/prismjs": "^1.26.5", + "@types/supercluster": "^7.1.3", "@types/twitter-for-web": "0.0.6", "@woltlab/editor": "git+https://github.com/WoltLab/editor.git#b9a8e10528a42c5aac06ec1837881a7dd141aefb", "@woltlab/visual-dom-diff": "git+https://github.com/WoltLab/visual-dom-diff.git#e5b51fce3157d1eda310566fc1f86101341d1fea",