mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Update Electron to 19.1.3 (#21244)
* chore: bump electron@18.0.0-beta.4 * Merge commit * chore: update electron@19.0.17 (#161027) * chore: update electron@19.0.17 * chore: update API typings * fix: compilation errors * build: add libcups dependency * chore: update electron@19.1.3 (#164864) * Update yarn Co-authored-by: deepak1556 <hop2deep@gmail.com>
This commit is contained in:
@@ -65,6 +65,7 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libc.so.6(GLIBC_2.8)(64bit)',
|
||||
'libc.so.6(GLIBC_2.9)(64bit)',
|
||||
'libcairo.so.2()(64bit)',
|
||||
'libcups.so.2()(64bit)',
|
||||
'libcurl.so.4()(64bit)',
|
||||
'libdbus-1.so.3()(64bit)',
|
||||
'libdl.so.2()(64bit)',
|
||||
@@ -147,6 +148,7 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libc.so.6(GLIBC_2.8)',
|
||||
'libc.so.6(GLIBC_2.9)',
|
||||
'libcairo.so.2',
|
||||
'libcups.so.2',
|
||||
'libcurl.so.4()(64bit)',
|
||||
'libdbus-1.so.3',
|
||||
'libdl.so.2',
|
||||
@@ -237,6 +239,7 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libc.so.6()(64bit)',
|
||||
'libc.so.6(GLIBC_2.17)(64bit)',
|
||||
'libcairo.so.2()(64bit)',
|
||||
'libcups.so.2()(64bit)',
|
||||
'libcurl.so.4()(64bit)',
|
||||
'libdbus-1.so.3()(64bit)',
|
||||
'libdbus-1.so.3(LIBDBUS_1_3)(64bit)',
|
||||
|
||||
@@ -65,6 +65,7 @@ export const referenceGeneratedDepsByArch = {
|
||||
'libc.so.6(GLIBC_2.8)(64bit)',
|
||||
'libc.so.6(GLIBC_2.9)(64bit)',
|
||||
'libcairo.so.2()(64bit)',
|
||||
'libcups.so.2()(64bit)',
|
||||
'libcurl.so.4()(64bit)',
|
||||
'libdbus-1.so.3()(64bit)',
|
||||
'libdl.so.2()(64bit)',
|
||||
@@ -147,6 +148,7 @@ export const referenceGeneratedDepsByArch = {
|
||||
'libc.so.6(GLIBC_2.8)',
|
||||
'libc.so.6(GLIBC_2.9)',
|
||||
'libcairo.so.2',
|
||||
'libcups.so.2',
|
||||
'libcurl.so.4()(64bit)',
|
||||
'libdbus-1.so.3',
|
||||
'libdl.so.2',
|
||||
@@ -237,6 +239,7 @@ export const referenceGeneratedDepsByArch = {
|
||||
'libc.so.6()(64bit)',
|
||||
'libc.so.6(GLIBC_2.17)(64bit)',
|
||||
'libcairo.so.2()(64bit)',
|
||||
'libcups.so.2()(64bit)',
|
||||
'libcurl.so.4()(64bit)',
|
||||
'libdbus-1.so.3()(64bit)',
|
||||
'libdbus-1.so.3(LIBDBUS_1_3)(64bit)',
|
||||
|
||||
Reference in New Issue
Block a user