fix: add missing dependency
Deploy Miniplan / build (push) Failing after 1m2s

This commit is contained in:
2026-07-21 13:49:29 +02:00
parent c7f3fb0e6e
commit 7adeb41402
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -8,6 +8,7 @@
"name": "minis-new",
"version": "0.0.0",
"dependencies": {
"crypto-js": "^4.2.0",
"dropzone-vue3": "^1.0.2",
"rxjs": "^7.8.1",
"underscore": "^1.13.7",
@@ -3896,6 +3897,12 @@
"node": ">=4.8"
}
},
"node_modules/crypto-js": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
"license": "MIT"
},
"node_modules/crypto-random-string": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
+1
View File
@@ -10,6 +10,7 @@
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"crypto-js": "^4.2.0",
"dropzone-vue3": "^1.0.2",
"rxjs": "^7.8.1",
"underscore": "^1.13.7",