diff options
| author | Marie <github@yuugi.dev> | 2025-05-08 16:09:36 +0000 |
|---|---|---|
| committer | Marie <github@yuugi.dev> | 2025-05-08 16:09:36 +0000 |
| commit | c5f5c6fef07b98ef2aa89e19c7cd70bfecc695e6 (patch) | |
| tree | 06da4f5e20e9b2fca54e605f3db2fc7fc2526cfd /packages/backend/package.json | |
| parent | merge: Improve inline quote detection and link previews (resolves #1047 and #... (diff) | |
| parent | separate type imports for Cheerio (diff) | |
| download | sharkey-c5f5c6fef07b98ef2aa89e19c7cd70bfecc695e6.tar.gz sharkey-c5f5c6fef07b98ef2aa89e19c7cd70bfecc695e6.tar.bz2 sharkey-c5f5c6fef07b98ef2aa89e19c7cd70bfecc695e6.zip | |
merge: Replace JSDOM with cheerio (!973)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/973
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'packages/backend/package.json')
| -rw-r--r-- | packages/backend/package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json index bb60eff05b..b9cb0002ab 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -91,8 +91,6 @@ "@swc/core": "1.11.24", "@transfem-org/sfm-js": "0.24.6", "@twemoji/parser": "15.1.1", - "@types/redis-info": "3.0.3", - "@types/psl": "^1.1.3", "accepts": "1.3.8", "ajv": "8.17.1", "archiver": "7.0.1", @@ -108,6 +106,7 @@ "cbor": "9.0.2", "chalk": "5.4.1", "chalk-template": "1.1.0", + "cheerio": "1.0.0", "chokidar": "3.6.0", "cli-highlight": "2.1.11", "color-convert": "2.0.1", @@ -132,7 +131,6 @@ "ipaddr.js": "2.2.0", "is-svg": "5.1.0", "js-yaml": "4.1.0", - "jsdom": "26.1.0", "json5": "2.2.3", "jsonld": "8.3.3", "jsrsasign": "11.1.0", @@ -209,7 +207,6 @@ "@types/http-link-header": "1.0.7", "@types/jest": "29.5.14", "@types/js-yaml": "4.0.9", - "@types/jsdom": "21.1.7", "@types/jsonld": "1.5.15", "@types/jsrsasign": "10.5.15", "@types/mime-types": "2.1.4", @@ -221,10 +218,12 @@ "@types/oauth2orize-pkce": "0.1.2", "@types/pg": "8.11.14", "@types/proxy-addr": "^2.0.3", + "@types/psl": "^1.1.3", "@types/pug": "2.0.10", "@types/qrcode": "1.5.5", "@types/random-seed": "0.3.5", "@types/ratelimiter": "3.4.6", + "@types/redis-info": "3.0.3", "@types/rename": "1.0.7", "@types/sanitize-html": "2.15.0", "@types/semver": "7.7.0", |