Skip to content

Commit

Permalink
- UPGRADE: upgrade to Electron 15.1.0
Browse files Browse the repository at this point in the history
- UPGRADE: upgrade to Vue 3.2.20
- UPGRADE: upgrade minor dependencies
  • Loading branch information
rse committed Oct 9, 2021
1 parent 4b9fd90 commit 8305010
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ reverse chronological order (newer first), grouped by the release
versions and prefixed with the kind of change.

- 2.6.6
- UPGRADE: upgrade to Electron 15.1.0
- UPGRADE: upgrade to Vue 3.2.20
- UPGRADE: upgrade minor dependencies
- IMPROVEMENT: attach "Vingester/M.N.K" string to user agent identifier
- CLEANUP: cleaned up handling of zoom factor

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Vingester",
"homepage": "https://vingester.app",
"version": "2.6.5",
"version": "2.6.6",
"description": "Ingest Web Contents as Video Streams",
"author": "Dr. Ralf S. Engelschall",
"keywords": [ "web", "contents", "video", "audio", "stream", "capture", "ndi" ],
Expand All @@ -13,8 +13,8 @@
"url": "http://engelschall.com/"
},
"devDependencies": {
"electron": "15.1.0",
"electron-builder": "22.11.7",
"electron": "15.1.2",
"electron-builder": "22.13.1",
"electron-notarize": "1.1.1",
"cross-env": "7.0.3",
"nodemon": "2.0.13",
Expand All @@ -41,14 +41,14 @@
"pcm-convert": "1.6.5",
"@discordjs/opus": "0.6.0",
"ebml": "3.0.0",
"less": "4.1.1",
"less": "4.1.2",
"grandiose": "rse/grandiose#0179661",
"throttle-debounce": "3.0.1",
"js-yaml": "4.1.0",
"pure-uuid": "1.6.2",
"got": "11.8.2",
"clone": "2.1.2",
"adm-zip": "0.5.7",
"adm-zip": "0.5.9",
"dayjs": "1.10.7",
"update-helper": "1.1.5",
"tmp": "0.2.1",
Expand All @@ -58,7 +58,7 @@
"which": "2.0.2",
"moment": "2.29.1",
"dsig": "1.1.7",
"vue": "3.2.19",
"vue": "3.2.20",
"vue3-perfect-scrollbar": "1.5.5",
"vue-tippy": "6.0.0-alpha.33",
"vue-next-select": "2.10.1",
Expand Down

0 comments on commit 8305010

Please sign in to comment.