diff options
Diffstat (limited to 'app/pnpm-lock.yaml')
-rw-r--r-- | app/pnpm-lock.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/pnpm-lock.yaml b/app/pnpm-lock.yaml index e483b7b..4f11aeb 100644 --- a/app/pnpm-lock.yaml +++ b/app/pnpm-lock.yaml @@ -27,6 +27,9 @@ devDependencies: '@tailwindcss/typography': specifier: 0.5.10 version: 0.5.10(tailwindcss@3.3.3) + '@types/html-minifier-terser': + specifier: ^7.0.0 + version: 7.0.0 '@types/node': specifier: 20.6.0 version: 20.6.0 @@ -1802,6 +1805,10 @@ packages: resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} dev: true + /@types/html-minifier-terser@7.0.0: + resolution: {integrity: sha512-hw3bhStrg5e3FQT8qZKCJTrzt/UbEaunU1xRWJ+aNOTmeBMvE3S4Ml2HiiNnZgL8izu0LFVkHUoPFXL1s5QNpQ==} + dev: true + /@types/json-schema@7.0.12: resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} dev: true |