Bump electron from 32.2.5 to 33.2.0 (#6231)
* Bump electron from 32.2.5 to 33.2.0 Bumps [electron](https://github.com/electron/electron) from 32.2.5 to 33.2.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v32.2.5...v33.2.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update README to reflect breaking change * ^ Update babelrc chrome version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com> Co-authored-by: PikachuEXE <git@pikachuexe.net>
This commit is contained in:
parent
4266fe12fd
commit
2847d5e188
2
.babelrc
2
.babelrc
@ -4,7 +4,7 @@
|
||||
"@babel/env",
|
||||
{
|
||||
"targets": {
|
||||
"chrome": "122",
|
||||
"chrome": "130",
|
||||
"node": "20.9.0"
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
FreeTube is an open source desktop YouTube player built with privacy in mind.
|
||||
Use YouTube without advertisements and prevent Google from tracking you with their cookies and JavaScript.
|
||||
Available for Windows (10 and later), Mac (macOS 10.15 and later) & Linux thanks to Electron.
|
||||
Available for Windows (10 and later), Mac (macOS 11 and later) & Linux thanks to Electron.
|
||||
|
||||
<p align="center"><a href="https://github.com/FreeTubeApp/FreeTube/releases">Download FreeTube</a></p>
|
||||
<p align="center">
|
||||
@ -79,7 +79,7 @@ FreeTube is supported by the [Privacy Redirect](https://github.com/SimonBrazell/
|
||||
### Official Downloads
|
||||
|
||||
> [!CAUTION]
|
||||
> FreeTube is only supported on Windows 10 and later, macOS 10.15 and above, and various Linux distributions. Installing it on unsupported systems may result in unexpected issues.
|
||||
> FreeTube is only supported on Windows 10 and later, macOS 11 and above, and various Linux distributions. Installing it on unsupported systems may result in unexpected issues.
|
||||
|
||||
* [GitHub Releases](https://github.com/FreeTubeApp/FreeTube/releases)
|
||||
|
||||
|
@ -87,7 +87,7 @@
|
||||
"copy-webpack-plugin": "^12.0.2",
|
||||
"css-loader": "^7.1.2",
|
||||
"css-minimizer-webpack-plugin": "^7.0.0",
|
||||
"electron": "^32.2.5",
|
||||
"electron": "^33.2.0",
|
||||
"electron-builder": "^25.1.8",
|
||||
"eslint": "^9.11.1",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
|
@ -3637,10 +3637,10 @@ electron-to-chromium@^1.5.28:
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.32.tgz#4a05ee78e29e240aabaf73a67ce9fe73f52e1bc7"
|
||||
integrity sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==
|
||||
|
||||
electron@^32.2.5:
|
||||
version "32.2.5"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-32.2.5.tgz#2c9efead9f03b28fee864da69a069cf4cec31194"
|
||||
integrity sha512-8t5IGOvms/JTcLNnlOH7rFCAJIZJAazwYrF7kQsKQSLzDHh4z8mGFrU11NN3W4bIT6Yg5DJNniSWz3O5wJLmCw==
|
||||
electron@^33.2.0:
|
||||
version "33.2.0"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-33.2.0.tgz#2a7098653eaf1a53c7311a01d5636783019f2354"
|
||||
integrity sha512-PVw1ICAQDPsnnsmpNFX/b1i/49h67pbSPxuIENd9K9WpGO1tsRaQt+K2bmXqTuoMJsbzIc75Ce8zqtuwBPqawA==
|
||||
dependencies:
|
||||
"@electron/get" "^2.0.0"
|
||||
"@types/node" "^20.9.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user