Added rollup dependency explicitly for both architectures.

This is needed, because the arm64 build started to fail without this
explicit declaration.
This commit is contained in:
Adrian Winterstein 2025-06-29 21:17:19 +02:00
parent 45892d0801
commit 2166ef72bb
No known key found for this signature in database
GPG key ID: EDBA4B9F8D8E37AE

View file

@ -50,6 +50,10 @@
"vuedraggable": "^2.24.3",
"vuejs-datepicker": "https://github.com/habitrpg/vuejs-datepicker.git#153d339e4dbebb73733658aeda1d5b7fcc55b0a0"
},
"optionalDependencies": {
"@rollup/rollup-linux-amd64-gnu": "^4.43.0",
"@rollup/rollup-linux-arm64-gnu": "^4.43.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@vitest/browser": "^3.0.5",