fix(webapp): bundle uuid in remix server build + drop redundant @types/dompurify

This commit is contained in:
nicktrn
2026-04-27 17:37:19 +01:00
parent 78bd3b98f3
commit fb4e16b898
3 changed files with 1 additions and 12 deletions
-1
View File
@@ -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",
+1
View File
@@ -31,6 +31,7 @@ module.exports = {
"parse-duration",
"uncrypto",
"std-env",
"uuid",
],
browserNodeBuiltinsPolyfill: {
modules: {
-11
View File
@@ -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