Skip to content

Commit

Permalink
feat: not opening output folder (#588)
Browse files Browse the repository at this point in the history
* build: Update dependencies to latest versions

* build: Update dependencies to latest versions

* build: Update dependencies to latest versions

* feat: not opening output folder
  • Loading branch information
Tohrusky authored Sep 23, 2024
1 parent 2917283 commit 9793727
Show file tree
Hide file tree
Showing 7 changed files with 576 additions and 554 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Final2x",
"productName": "Final2x",
"version": "1.3.1",
"version": "1.3.2",
"description": "A cross-platform image super-resolution tool.",
"main": "./out/main/index.js",
"author": "Tohrusky",
Expand Down Expand Up @@ -30,41 +30,41 @@
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@vicons/antd": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"core-js": "^3.38.0",
"core-js": "^3.38.1",
"naive-ui": "^2.39.0",
"pinia": "^2.2.0",
"pinia-plugin-persistedstate": "^3.2.1",
"sass": "^1.77.8",
"systeminformation": "^5.23.3",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^3.2.3",
"sass": "^1.79.3",
"systeminformation": "^5.23.5",
"vfonts": "^0.0.3",
"vue": "^3.4.35",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.2"
"vue": "^3.5.8",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@electron/notarize": "^2.3.2",
"@electron/notarize": "^2.5.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "20.14.9",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^1.6.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"electron": "^27.3.11",
"electron-builder": "^24.13.3",
"electron-vite": "^2.3.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"extract-zip": "^2.0.1",
"jsdom": "^24.1.1",
"jsdom": "^24.1.3",
"node-fetch": "^3.3.2",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 9793727

Please sign in to comment.