Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rse committed Dec 7, 2021
1 parent 529a3d8 commit 1131ed8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ reverse chronological order (newer first), grouped by the release
versions and prefixed with the kind of change.

- 2.7.0
- UPGRADE: upgrade to Electron 16.0.1
- UPGRADE: upgrade to Electron 16.0.4
- UPGRADE: upgrade to FFmpeg 4.4.1
- UPGRADE: upgrade to @discordjs/opus 0.7.0
- UPGRADE: upgrade to Vue 3.2.22
- UPGRADE: upgrade to Electron-Builder 22.14.7 (which seems to be fine for Windows Defender again)
- UPGRADE: upgrade to Vue 3.2.24
- UPGRADE: upgrade to Electron-Builder 22.14.5 (which seems to be fine for Windows Defender again)
- UPGRADE: upgrade minor dependencies

- 2.6.7
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"url": "http://engelschall.com/"
},
"devDependencies": {
"electron": "16.0.1",
"electron-builder": "22.14.7",
"electron": "16.0.4",
"electron-builder": "22.14.5",
"electron-notarize": "1.1.1",
"cross-env": "7.0.3",
"nodemon": "2.0.15",
"glob": "7.2.0",
"shell": "0.8.4",
"shell": "0.8.5",
"npm-run-all": "4.1.5",
"patch-package": "6.4.7",
"cross-zip": "4.0.0",
Expand All @@ -37,7 +37,7 @@
"electron-store": "8.0.1",
"electron-context-menu": "3.1.1",
"bluebird": "3.7.2",
"@rse/ffmpeg": "1.0.2",
"@rse/ffmpeg": "1.0.3",
"pcm-convert": "1.6.5",
"@discordjs/opus": "0.7.0",
"ebml": "3.0.0",
Expand All @@ -58,7 +58,7 @@
"which": "2.0.2",
"moment": "2.29.1",
"dsig": "1.1.7",
"vue": "3.2.22",
"vue": "3.2.24",
"vue3-perfect-scrollbar": "1.5.5",
"vue-tippy": "6.0.0-alpha.36",
"vue-next-select": "2.10.2",
Expand Down

0 comments on commit 1131ed8

Please sign in to comment.