Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Oct 8, 2024
1 parent 15d6c08 commit 498e985
Show file tree
Hide file tree
Showing 6 changed files with 773 additions and 222 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist=true
5 changes: 4 additions & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {}
declare global {

}
6 changes: 4 additions & 2 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@
]
}
],
"artifactName": "${productName}-${version}.${ext}"
"artifactName": "${productName}-${version}.${ext}",
"verifyUpdateCodeSignature": false
},
"nsis": {
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": false
"deleteAppDataOnUninstall": false,
"verifyUpdateCodeSignature": false
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,29 +50,29 @@
"node": "20.9.0"
},
"devDependencies": {
"@electron/notarize": "^2.3.0",
"@electron/notarize": "^2.5.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@intlify/unplugin-vue-i18n": "^3.0.1",
"@rushstack/eslint-patch": "^1.10.1",
"@types/node": "^20.12.3",
"@typescript-eslint/parser": "^7.5.0",
"@rushstack/eslint-patch": "^1.10.3",
"@types/node": "^20.14.11",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.5",
"@vueuse/core": "^10.9.0",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"axios": "^1.7.2",
"big.js": "^6.2.1",
"cbor2": "^1.2.2",
"cbor2": "^1.4.0",
"date-fns": "^3.6.0",
"electron": "^29.1.6",
"electron-builder": "^24.13.3",
"electron": "^32.1.2",
"electron-builder": "^25.1.7",
"electron-devtools-installer": "^3.2.0",
"electron-log": "^5.1.2",
"electron-updater": "^6.1.8",
"electron-log": "^5.1.6",
"electron-updater": "^6.3.9",
"element-plus": "^2.6.3",
"eslint": "^8.57.0",
"eslint-import-resolver-alias": "1.1.2",
Expand All @@ -81,14 +81,14 @@
"eslint-plugin-vue": "9.24.0",
"fs-extra": "^11.2.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.7",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"prettier": "3.3.3",
"progress-stream": "^2.0.0",
"qrcode-vue3": "^1.6.8",
"rpc-websockets": "^7.9.0",
"rpc-websockets": "^7.11.2",
"sass": "^1.72.0",
"semver": "^7.6.0",
"semver": "^7.6.3",
"tar": "^6.2.1",
"tree-kill": "^1.2.2",
"typescript": "^5.5.4",
Expand All @@ -103,8 +103,8 @@
"vue-i18n": "^9.10.2",
"vue-json-tree": "^0.4.3",
"vue-observe-visibility": "^1.0.0",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.7",
"vue-router": "^4.4.5",
"vue-tsc": "^2.0.28",
"vuex": "^4.1.0",
"witnet-radon-js": "^0.11.0",
"witnet-requests": "^0.9.12"
Expand Down
Loading

0 comments on commit 498e985

Please sign in to comment.