fixed build bug due to explicit arch builds, updated npm audit

This commit is contained in:
Elvanos Takashi 2022-05-28 14:37:04 +02:00
parent 68d9608d13
commit c0c48ec38b
3 changed files with 1195 additions and 691 deletions

1868
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -16,17 +16,17 @@
"@quasar/extras": "^1.0.0",
"@types/fs-extra": "^8.1.0",
"apexcharts": "^3.26.0",
"axios": "^0.18.1",
"axios": "^0.27.2",
"core-js": "^3.6.5",
"html-parse-stringify": "^3.0.1",
"json2md": "^1.10.0",
"katex": "^0.12.0",
"lodash": "^4.17.20",
"mermaid": "^8.8.4",
"lodash": "^4.17.21",
"mermaid": "^8.14.0",
"pdfkit": "^0.12.1",
"pouchdb": "^7.2.2",
"pouchdb": "^7.3.0",
"pouchdb-adapter-idb": "^7.2.2",
"pouchdb-find": "^7.2.2",
"pouchdb-find": "^7.3.0",
"pouchdb-load": "^1.4.6",
"pouchdb-purge-on-delete": "^7.0.1",
"pouchdb-replication-stream": "^1.2.9",

View file

@ -215,13 +215,7 @@ module.exports = configure(function (ctx) {
builder: {
// https://www.electron.build/configuration/configuration
linux: {
target: [
{ target: "pacman" },
{ target: "AppImage" },
{ target: "deb" }
]
},
appId: "fantasiaarchive",
win: {
icon: 'src-electron/icons/icon.ico'