From f394ddec48a912005e821da8ba8ca6f96fb1c0b4 Mon Sep 17 00:00:00 2001 From: Ward Date: Thu, 23 Apr 2026 15:02:10 +0000 Subject: [PATCH] Install jsodom types --- materialious/electron/package-lock.json | 37 +++++++++++++++++++++++++ materialious/electron/package.json | 3 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/materialious/electron/package-lock.json b/materialious/electron/package-lock.json index 17b84527..a1999a2e 100644 --- a/materialious/electron/package-lock.json +++ b/materialious/electron/package-lock.json @@ -10,6 +10,7 @@ "license": "MIT", "dependencies": { "@capacitor-community/electron": "^5.0.0", + "@types/jsdom": "^28.0.1", "bgutils-js": "^3.2.0", "chokidar": "~5.0.0", "electron-is-dev": "~2.0.0", @@ -1578,6 +1579,36 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/jsdom": { + "version": "28.0.1", + "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-28.0.1.tgz", + "integrity": "sha512-GJq2QE4TAZ5ajSoCasn5DOFm8u1mI3tIFvM5tIq3W5U/RTB6gsHwc6Yhpl91X9VSDOUVblgXmG+2+sSvFQrdlw==", + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/tough-cookie": "*", + "parse5": "^7.0.0", + "undici-types": "^7.21.0" + } + }, + "node_modules/@types/jsdom/node_modules/parse5": { + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz", + "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", + "license": "MIT", + "dependencies": { + "entities": "^6.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/@types/jsdom/node_modules/undici-types": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.25.0.tgz", + "integrity": "sha512-AXNgS1Byr27fTI+2bsPEkV9CxkT8H6xNyRI68b3TatlZo3RkzlqQBLL+w7SmGPVpokjHbcuNVQUWE7FRTg+LRA==", + "license": "MIT" + }, "node_modules/@types/keyv": { "version": "3.1.4", "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", @@ -1632,6 +1663,12 @@ "integrity": "sha512-+OpjSaq85gvlZAYINyzKpLeiFkSC4EsC6IIiT6v6TLSU5k5U83fHGj9Lel8oKEXM0HqgrMVCjXPDPVICtxF7EQ==", "license": "MIT" }, + "node_modules/@types/tough-cookie": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", + "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==", + "license": "MIT" + }, "node_modules/@types/verror": { "version": "1.10.11", "resolved": "https://registry.npmjs.org/@types/verror/-/verror-1.10.11.tgz", diff --git a/materialious/electron/package.json b/materialious/electron/package.json index 90882a63..05f9e886 100644 --- a/materialious/electron/package.json +++ b/materialious/electron/package.json @@ -23,6 +23,7 @@ }, "dependencies": { "@capacitor-community/electron": "^5.0.0", + "@types/jsdom": "^28.0.1", "bgutils-js": "^3.2.0", "chokidar": "~5.0.0", "electron-is-dev": "~2.0.0", @@ -44,4 +45,4 @@ "capacitor", "electron" ] -} \ No newline at end of file +}