mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
fix: Minor package updates
Possible breaking change for Vite, to be monitored
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dcsolympus_manager",
|
||||
"version": "1.0.0",
|
||||
"version": "{{OLYMPUS_VERSION_NUMBER}}",
|
||||
"description": "",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
@@ -11,20 +11,20 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@electron/remote": "^2.1.2",
|
||||
"adm-zip": "^0.5.10",
|
||||
"create-desktop-shortcuts": "^1.10.1",
|
||||
"adm-zip": "^0.5.16",
|
||||
"create-desktop-shortcuts": "^1.11.0",
|
||||
"dir-compare": "^4.2.0",
|
||||
"ejs": "^3.1.9",
|
||||
"electron": "^28.0.0",
|
||||
"find-process": "^1.4.7",
|
||||
"follow-redirects": "^1.15.4",
|
||||
"octokit": "^3.1.2",
|
||||
"portfinder": "^1.0.32",
|
||||
"regedit": "^5.1.2",
|
||||
"ejs": "^3.1.10",
|
||||
"electron": "^28.3.3",
|
||||
"find-process": "^1.4.10",
|
||||
"follow-redirects": "^1.15.9",
|
||||
"octokit": "^3.2.1",
|
||||
"portfinder": "^1.0.35",
|
||||
"regedit": "^5.1.3",
|
||||
"sha256": "^0.2.0",
|
||||
"win-version-info": "^6.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.2"
|
||||
"nodemon": "^3.1.9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user