pinning some of the npm packages to their specific versions

This commit is contained in:
2026-05-13 13:06:11 +02:00
parent 45a5762b0b
commit 6152502299
2 changed files with 6 additions and 6 deletions

View File

@@ -22,12 +22,12 @@
"license": "MIT",
"dependencies": {
"@ruffle-rs/ruffle": "0.2.0-nightly.2026.4.21",
"cloudflare-error-page": "^0.1.0",
"cloudflare-error-page": "0.1.0",
"cuffeo": "git+https://git.lat/kibi/scuffeo.git",
"flumm-fetch": "^1.0.1",
"flummpress": "^2.0.5",
"jszip": "^3.10.1",
"marked": "^18.0.2",
"jszip": "3.10.1",
"marked": "18.0.2",
"matrix-js-sdk": "^40.3.0-rc.0",
"postgres": "^3.3.4"
}