Merge pull request #44 from Djones4822/master

fix: updated typescript to 4.8.4 and electron-builder to 23.6.0
This commit is contained in:
Geo
2023-05-06 13:47:54 -05:00
committed by GitHub
2 changed files with 154 additions and 822 deletions

970
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "bridge", "name": "bridge",
"version": "1.5.0", "version": "1.5.1",
"description": "A Clone Hero library management tool with built in chart searching and downloading.", "description": "A Clone Hero library management tool with built in chart searching and downloading.",
"homepage": "https://github.com/Geomitron/Bridge", "homepage": "https://github.com/Geomitron/Bridge",
"license": "GPL-3.0", "license": "GPL-3.0",
@@ -79,13 +79,13 @@
"@typescript-eslint/eslint-plugin": "^2.19.2", "@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2", "@typescript-eslint/parser": "^2.19.2",
"electron": "^23.1.0", "electron": "^23.1.0",
"electron-builder": "^22.3.2", "electron-builder": "^23.6.0",
"electron-reload": "^1.5.0", "electron-reload": "^1.5.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"nodemon": "^2.0.2", "nodemon": "^2.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"ts-node": "~7.0.0", "ts-node": "~7.0.0",
"typescript": "~4.6.4", "typescript": "^4.8.4",
"wait-on": "^4.0.0" "wait-on": "^4.0.0"
} }
} }