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:
@@ -8,13 +8,6 @@
|
|||||||
"build-release": "vite build",
|
"build-release": "vite build",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
|
||||||
"axios": "^1.8.1",
|
|
||||||
"chart.js": "^4.4.7",
|
|
||||||
"react-chartjs-2": "^5.3.0",
|
|
||||||
"react-circular-progressbar": "^2.1.0",
|
|
||||||
"react-clock": "^5.1.0"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.6.0",
|
"@eslint/js": "^9.6.0",
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
||||||
@@ -35,7 +28,9 @@
|
|||||||
"@typescript-eslint/parser": "^7.14.1",
|
"@typescript-eslint/parser": "^7.14.1",
|
||||||
"@vitejs/plugin-react": "^4.2.1",
|
"@vitejs/plugin-react": "^4.2.1",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
|
"axios": "^1.8.1",
|
||||||
"buffer": "^6.0.3",
|
"buffer": "^6.0.3",
|
||||||
|
"chart.js": "^4.4.7",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-prettier": "^5.1.3",
|
"eslint-plugin-prettier": "^5.1.3",
|
||||||
@@ -54,6 +49,9 @@
|
|||||||
"postcss": "^8.4.38",
|
"postcss": "^8.4.38",
|
||||||
"prettier": "^3.3.2",
|
"prettier": "^3.3.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
"react-chartjs-2": "^5.3.0",
|
||||||
|
"react-circular-progressbar": "^2.1.0",
|
||||||
|
"react-clock": "^5.1.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-icons": "^5.0.1",
|
"react-icons": "^5.0.1",
|
||||||
"react-leaflet": "^4.2.1",
|
"react-leaflet": "^4.2.1",
|
||||||
@@ -61,7 +59,7 @@
|
|||||||
"turf": "^3.0.14",
|
"turf": "^3.0.14",
|
||||||
"typescript-eslint": "^7.14.1",
|
"typescript-eslint": "^7.14.1",
|
||||||
"usng": "^0.3.0",
|
"usng": "^0.3.0",
|
||||||
"vite": "^5.2.0",
|
"vite": "^6.2.2",
|
||||||
"vite-plugin-externals": "^0.6.2",
|
"vite-plugin-externals": "^0.6.2",
|
||||||
"vite-plugin-file": "^1.0.5",
|
"vite-plugin-file": "^1.0.5",
|
||||||
"web-audio-peak-meter": "^3.1.0"
|
"web-audio-peak-meter": "^3.1.0"
|
||||||
|
|||||||
@@ -11,15 +11,15 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google-cloud/speech": "^6.7.0",
|
"@google-cloud/speech": "^6.7.1",
|
||||||
"@google-cloud/text-to-speech": "^5.6.0",
|
"@google-cloud/text-to-speech": "^5.8.1",
|
||||||
"appjs": "^0.0.20",
|
"appjs": "^0.0.20",
|
||||||
"appjs-win32": "^0.0.19",
|
"appjs-win32": "^0.0.19",
|
||||||
"body-parser": "^1.20.3",
|
"body-parser": "^1.20.3",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"debug": "~4.4.0",
|
"debug": "~4.4.0",
|
||||||
"ejs": "^3.1.10",
|
"ejs": "^3.1.10",
|
||||||
"electron": "^33.2.1",
|
"electron": "^33.4.5",
|
||||||
"express": "^4.21.2",
|
"express": "^4.21.2",
|
||||||
"express-basic-auth": "^1.2.1",
|
"express-basic-auth": "^1.2.1",
|
||||||
"http-proxy-middleware": "^3.0.3",
|
"http-proxy-middleware": "^3.0.3",
|
||||||
@@ -31,14 +31,14 @@
|
|||||||
"sha256": "^0.2.0",
|
"sha256": "^0.2.0",
|
||||||
"srtm-elevation": "^2.1.2",
|
"srtm-elevation": "^2.1.2",
|
||||||
"tcp-ping-port": "^1.0.2",
|
"tcp-ping-port": "^1.0.2",
|
||||||
"uuid": "^11.0.3",
|
"uuid": "^11.1.0",
|
||||||
"whatwg-url": "^14.1.0",
|
"whatwg-url": "^14.2.0",
|
||||||
"ws": "^8.18.0",
|
"ws": "^8.18.1",
|
||||||
"yargs": "^17.7.2"
|
"yargs": "^17.7.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.7.2"
|
"typescript": "^5.8.2"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"node-fetch": "^2.7.0"
|
"node-fetch": "^2.7.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dcsolympus_manager",
|
"name": "dcsolympus_manager",
|
||||||
"version": "1.0.0",
|
"version": "{{OLYMPUS_VERSION_NUMBER}}",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -11,20 +11,20 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.1.2",
|
"@electron/remote": "^2.1.2",
|
||||||
"adm-zip": "^0.5.10",
|
"adm-zip": "^0.5.16",
|
||||||
"create-desktop-shortcuts": "^1.10.1",
|
"create-desktop-shortcuts": "^1.11.0",
|
||||||
"dir-compare": "^4.2.0",
|
"dir-compare": "^4.2.0",
|
||||||
"ejs": "^3.1.9",
|
"ejs": "^3.1.10",
|
||||||
"electron": "^28.0.0",
|
"electron": "^28.3.3",
|
||||||
"find-process": "^1.4.7",
|
"find-process": "^1.4.10",
|
||||||
"follow-redirects": "^1.15.4",
|
"follow-redirects": "^1.15.9",
|
||||||
"octokit": "^3.1.2",
|
"octokit": "^3.2.1",
|
||||||
"portfinder": "^1.0.32",
|
"portfinder": "^1.0.35",
|
||||||
"regedit": "^5.1.2",
|
"regedit": "^5.1.3",
|
||||||
"sha256": "^0.2.0",
|
"sha256": "^0.2.0",
|
||||||
"win-version-info": "^6.0.1"
|
"win-version-info": "^6.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"nodemon": "^3.0.2"
|
"nodemon": "^3.1.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user