From fb4e16b898ce471c2c291e0959c41bc8aeccbf16 Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:37:19 +0100 Subject: [PATCH] fix(webapp): bundle uuid in remix server build + drop redundant @types/dompurify --- apps/webapp/package.json | 1 - apps/webapp/remix.config.js | 1 + pnpm-lock.yaml | 11 ----------- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/apps/webapp/package.json b/apps/webapp/package.json index 16ba25f93..0880eb710 100644 --- a/apps/webapp/package.json +++ b/apps/webapp/package.json @@ -249,7 +249,6 @@ "@types/bcryptjs": "^2.4.2", "@types/compression": "^1.7.2", "@types/cookie": "^0.6.0", - "@types/dompurify": "^3.2.0", "@types/eslint": "^8.4.6", "@types/express": "^4.17.13", "@types/humanize-duration": "^3.27.1", diff --git a/apps/webapp/remix.config.js b/apps/webapp/remix.config.js index a4ad1bd22..130c15919 100644 --- a/apps/webapp/remix.config.js +++ b/apps/webapp/remix.config.js @@ -31,6 +31,7 @@ module.exports = { "parse-duration", "uncrypto", "std-env", + "uuid", ], browserNodeBuiltinsPolyfill: { modules: { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f82425b6c..0e944eac2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -900,9 +900,6 @@ importers: '@types/cookie': specifier: ^0.6.0 version: 0.6.0 - '@types/dompurify': - specifier: ^3.2.0 - version: 3.2.0 '@types/eslint': specifier: ^8.4.6 version: 8.4.10 @@ -10600,10 +10597,6 @@ packages: '@types/dockerode@4.0.1': resolution: {integrity: sha512-cmUpB+dPN955PxBEuXE3f6lKO1hHiIGYJA46IVF3BJpNsZGvtBDcRnlrHYHtOH/B6vtDOyl2kZ2ShAu3mgc27Q==} - '@types/dompurify@3.2.0': - resolution: {integrity: sha512-Fgg31wv9QbLDA0SpTOXO3MaxySc4DKGLi8sna4/Utjo4r3ZRPdCt4UQee8BWr+Q5z21yifghREPJGYaEOEIACg==} - deprecated: This is a stub types definition. dompurify provides its own type definitions, so you do not need this installed. - '@types/eslint-scope@3.7.4': resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} @@ -30822,10 +30815,6 @@ snapshots: '@types/node': 20.14.14 '@types/ssh2': 1.15.1 - '@types/dompurify@3.2.0': - dependencies: - dompurify: 3.4.1 - '@types/eslint-scope@3.7.4': dependencies: '@types/eslint': 8.4.10