Skip to content

Commit

Permalink
fix: macos x64 core (#503)
Browse files Browse the repository at this point in the history
* fix: update core, fix macos x64

* release: v1.3.1
  • Loading branch information
Tohrusky authored Jul 1, 2024
1 parent 8514500 commit aa9d7ba
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 204 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Final2x",
"productName": "Final2x",
"version": "1.3.0",
"version": "1.3.1",
"description": "A cross-platform image super-resolution tool.",
"main": "./out/main/index.js",
"author": "Tohrusky",
Expand All @@ -27,7 +27,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@vicons/antd": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"core-js": "^3.37.1",
Expand All @@ -47,24 +47,24 @@
"@electron-toolkit/utils": "^3.0.0",
"@electron/notarize": "^2.3.2",
"@rushstack/eslint-patch": "^1.10.3",
"@types/node": "20.11.5",
"@types/node": "20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-v8": "^1.6.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.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.26.0",
"extract-zip": "^2.0.1",
"jsdom": "^23.2.0",
"jsdom": "^24.1.0",
"node-fetch": "^3.3.2",
"prettier": "^3.3.2",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.22"
"vue-tsc": "^2.0.24"
}
}
Loading

0 comments on commit aa9d7ba

Please sign in to comment.