Merge branch 'develop' into dev-datac14

This commit is contained in:
DJ2LS 2024-04-13 17:29:00 +02:00 committed by GitHub
commit b31c6931fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -60,7 +60,7 @@ jobs:
path: ./FreeDATA-Installer.exe
- name: Upload Installer to Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
draft: true

View file

@ -113,7 +113,7 @@ jobs:
path: ./modem/server.dist/${{ matrix.zip_name }}.zip
- name: Release Modem
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
draft: true

View file

@ -41,9 +41,9 @@
"bootstrap": "5.3.2",
"bootstrap-icons": "1.11.3",
"browser-image-compression": "2.0.2",
"chart.js": "4.4.1",
"chart.js": "4.4.2",
"chartjs-plugin-annotation": "3.0.1",
"electron-log": "5.1.1",
"electron-log": "5.1.2",
"emoji-picker-element": "1.21.0",
"emoji-picker-element-data": "1.6.0",
"file-saver": "2.0.5",
@ -57,14 +57,14 @@
"uuid": "^9.0.1",
"vue": "3.4.21",
"vue-chartjs": "5.3.0",
"vuemoji-picker": "0.2.0"
"vuemoji-picker": "0.2.1"
},
"devDependencies": {
"@types/nconf": "^0.10.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@vitejs/plugin-vue": "5.0.4",
"electron": "28.2.6",
"electron-builder": "24.9.1",
"electron-builder": "24.13.3",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard-with-typescript": "43.0.1",
@ -77,7 +77,7 @@
"vite": "5.1.3",
"vite-plugin-electron": "0.28.2",
"vite-plugin-electron-renderer": "0.14.5",
"vitest": "1.3.1",
"vitest": "1.4.0",
"vue": "3.4.21",
"vue-tsc": "1.8.27"
}