Moved 'encoding' package from 'devDependencies' back to 'dependencies'

This commit is contained in:
Alvaro 2023-02-14 10:07:00 -07:00 committed by GitHub
parent 03c69bef88
commit 10885e5d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 1 deletions

View file

@ -601,6 +601,25 @@ Signal Desktop makes use of the following open source projects.
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
## encoding
Copyright (c) 2012-2014 Andris Reinman
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
## fabric
Copyright (c) 2008-2015 Printio (Juriy Zaytsev, Maxim Chernyak)

View file

@ -108,6 +108,7 @@
"emoji-datasource": "14.0.0",
"emoji-datasource-apple": "14.0.0",
"emoji-regex": "10.1.0",
"encoding": "0.1.13",
"fabric": "4.6.0",
"fast-glob": "3.2.1",
"filesize": "3.6.1",
@ -271,7 +272,6 @@
"electron-builder": "23.0.8",
"electron-mocha": "11.0.2",
"electron-notarize": "1.2.1",
"encoding": "0.1.13",
"endanger": "7.0.4",
"esbuild": "0.17.2",
"eslint": "8.30.0",