update electron and version bump

This commit is contained in:
cupcakearmy 2021-06-09 12:12:03 +02:00
parent 99a70c662f
commit beb5572fb7
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 820 additions and 914 deletions

View File

@ -11,7 +11,7 @@
"repository": {
"url": "https://github.com/cupcakearmy/unpixel"
},
"version": "1.2.0",
"version": "1.3.0",
"main": "./dist/back/index.js",
"scripts": {
"start": "electron .",
@ -23,7 +23,8 @@
"build": "run-s build:*",
"pack": "electron-builder -mwl",
"pack:dev": "electron-builder -m dir && open ./out/mac/UnPixel.app",
"dist": "rm -rf .parcel-cache dist && run-s build pack"
"dist": "run-s clean build pack",
"clean": "rm -rf .parcel-cache dist out"
},
"browserslist": [
"last 2 Chrome versions"
@ -59,7 +60,7 @@
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/semver": "^7.3.4",
"electron": "^12.0.0",
"electron": "^13",
"electron-builder": "^22.10.5",
"npm-run-all": "^4.1.5",
"parcel": "^2.0.0-beta.3.1",

1727
yarn.lock

File diff suppressed because it is too large Load Diff