Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
We have to include the dependencies as devDependencies to be inclued in the build

https://github.com/electron-vite/vite-plugin-electron-renderer?tab=readme-ov-file#dependencies-vs-devdependencies
  • Loading branch information
Tommytrg committed Feb 14, 2024
1 parent fdc9398 commit 97cbacd
Show file tree
Hide file tree
Showing 4 changed files with 1,997 additions and 9,332 deletions.
4 changes: 3 additions & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {}
declare global {

}
68 changes: 33 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,33 +37,6 @@
"test:unit": "vitest"
},
"main": "dist-electron/main/index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@vueuse/core": "^10.7.2",
"axios": "^1.6.7",
"big.js": "^6.2.1",
"cbor2": "^1.2.2",
"date-fns": "^3.3.1",
"element-plus": "^2.5.5",
"fs-extra": "^11.2.0",
"progress-stream": "^2.0.0",
"rpc-websockets": "^7.9.0",
"semver": "^7.6.0",
"tar": "^6.2.0",
"tree-kill": "^1.2.2",
"uuid": "^9.0.1",
"vue": "3.4.18",
"vue-i18n": "^9.9.1",
"vue-json-tree": "^0.4.3",
"vue-observe-visibility": "^1.0.0",
"vue-router": "^4.2.5",
"vuex": "^4.1.0",
"witnet-radon-js": "^0.11.0",
"witnet-requests": "^0.9.12"
},
"bugs": {
"url": "https://github.com/witnet/sheikah/issues"
},
Expand All @@ -77,35 +50,60 @@
"node": "20.9.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@vueuse/core": "^10.7.2",
"@rushstack/eslint-patch": "^1.7.2",
"@types/node": "^20.11.17",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
"@vue/test-utils": "^2.4.4",
"autoprefixer": "^10.4.17",
"electron": "^28.2.2",
"axios": "^1.6.7",
"big.js": "^6.2.1",
"cbor2": "^1.2.2",
"date-fns": "^3.3.1",
"electron-builder": "^24.9.1",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.56.0",
"electron": "^28.2.2",
"element-plus": "^2.5.5",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-vue": "9.21.1",
"eslint": "^8.56.0",
"fs-extra": "^11.2.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"prettier": "3.2.5",
"progress-stream": "^2.0.0",
"rpc-websockets": "^7.9.0",
"sass": "^1.70.0",
"semver": "^7.6.0",
"tar": "^6.2.0",
"tree-kill": "^1.2.2",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.1",
"vite-plugin-electron": "^0.28.2",
"uuid": "^9.0.1",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-electron": "^0.28.2",
"vite-svg-loader": "^5.1.0",
"vitest": "^1.1.3",
"vue-tsc": "^1.8.27"
"vite": "^5.1.1",
"vitest": "^1.2.2",
"vue-i18n": "^9.9.1",
"vue-json-tree": "^0.4.3",
"vue-observe-visibility": "^1.0.0",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27",
"vue": "3.4.19",
"vuex": "^4.1.0",
"witnet-radon-js": "^0.11.0",
"witnet-requests": "^0.9.12"
}
}
Loading

0 comments on commit 97cbacd

Please sign in to comment.