This commit is contained in:
2024-02-10 19:42:23 +01:00
parent 7a6123c742
commit 234243e3e2
2 changed files with 15 additions and 1 deletions

15
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@astrojs/mdx": "^2.1.1",
"@expressive-code/plugin-shiki": "^0.32.4",
"@microflash/remark-callout-directives": "^2.0.0",
"@rollup/rollup-linux-x64-gnu": "*",
"@minify-html/node-linux-x64": "*",
"astro": "^4.2.6",
"astro-expressive-code": "^0.32.4",
"astro-icon": "^1.1.0",
@@ -34,6 +34,7 @@
"@iconify-json/mdi": "^1.1.64"
},
"optionalDependencies": {
"@minify-html/node-linux-x64": "^0.15.0",
"@rollup/rollup-linux-x64-gnu": "^4.10.0"
}
},
@@ -1192,6 +1193,18 @@
"@minify-html/node-win32-x64": "0.15.0"
}
},
"node_modules/@minify-html/node-linux-x64": {
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/@minify-html/node-linux-x64/-/node-linux-x64-0.15.0.tgz",
"integrity": "sha512-cO893EV6O9ZHUFX+2Yge546OCo/eCiatjzJDmUmrPP56fQ7pzTRquHs4ko3t8Rg6tMKG7RT49mBuF09JWPnrgg==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"linux"
]
},
"node_modules/@minify-html/node-win32-x64": {
"version": "0.15.0",
"cpu": [

View File

@@ -35,6 +35,7 @@
"@iconify-json/mdi": "^1.1.64"
},
"optionalDependencies": {
"@minify-html/node-linux-x64": "^0.15.0",
"@rollup/rollup-linux-x64-gnu": "^4.10.0"
}
}