Add the npm package `@types/supercluster` to solve the problem:
authorCyperghost <olaf_schmitz_1@t-online.de>
Tue, 19 Nov 2024 07:01:47 +0000 (08:01 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Tue, 19 Nov 2024 07:01:47 +0000 (08:01 +0100)
Property `radius` does not exist for type `SuperClusterViewportOptions`.

package-lock.json
package.json

index 00433dd2b857df8232778d061e5d624df91aa885..b57014cd8d8f278e0bc44d7379a56d61a4429040 100644 (file)
@@ -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",
       "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",
       "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",
index 7fd027afe80fc36b73d9c52bf185e9d5cad08abe..b9a665b74b4788fc54a8b00cd34c70f5a5491077 100644 (file)
@@ -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",