fix: ci (#1943)
* Revert "fix: lock" This reverts commit97c1ece9e3. * Revert "chore: bump electron and vite-bundle-analyzer version" This reverts commitc01079aaa2. * chore: update vite-bundle-analyzer to version 0.15.2 * chore: update electron to version 33.2.1 * fix: update node-gyp dependency to use tarball URL
This commit is contained in:
parent
97c1ece9e3
commit
f7eca73f5b
|
|
@ -83,6 +83,7 @@
|
|||
"dnum": "^2.14.0",
|
||||
"dotenv": "16.4.5",
|
||||
"drizzle-orm": "0.36.4",
|
||||
"electron": "33.2.1",
|
||||
"electron-devtools-installer": "3.2.0",
|
||||
"electron-packager-languages": "0.5.0",
|
||||
"electron-vite": "^2.3.0",
|
||||
|
|
|
|||
|
|
@ -164,6 +164,9 @@ importers:
|
|||
drizzle-orm:
|
||||
specifier: 0.36.4
|
||||
version: 0.36.4(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(@types/react@18.3.12)(react@18.3.1)
|
||||
electron:
|
||||
specifier: 33.2.1
|
||||
version: 33.2.1
|
||||
electron-devtools-installer:
|
||||
specifier: 3.2.0
|
||||
version: 3.2.0
|
||||
|
|
@ -1926,8 +1929,8 @@ packages:
|
|||
resolution: {integrity: sha512-F+nKc0xW+kVbBRhFzaMgPy3KwmuNTYX1fx6+FxxoSnNgwYX6LD7AKBTWkU0MQ6IBoe7dz069CNkR673sPAgkCQ==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
'@electron/node-gyp@git+https://git@github.com:electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2':
|
||||
resolution: {commit: 06b29aafb7708acef8b3669835c8a7857ebc92d2, repo: git@github.com:electron/node-gyp.git, type: git}
|
||||
'@electron/node-gyp@https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2':
|
||||
resolution: {tarball: https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2}
|
||||
version: 10.2.0-electron.1
|
||||
engines: {node: '>=12.13.0'}
|
||||
hasBin: true
|
||||
|
|
@ -12335,7 +12338,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@electron/node-gyp@git+https://git@github.com:electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2':
|
||||
'@electron/node-gyp@https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2':
|
||||
dependencies:
|
||||
env-paths: 2.2.1
|
||||
exponential-backoff: 3.1.1
|
||||
|
|
@ -12435,7 +12438,7 @@ snapshots:
|
|||
|
||||
'@electron/rebuild@3.7.1':
|
||||
dependencies:
|
||||
'@electron/node-gyp': git+https://git@github.com:electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2
|
||||
'@electron/node-gyp': https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2
|
||||
'@malept/cross-spawn-promise': 2.0.0
|
||||
chalk: 4.1.2
|
||||
debug: 4.3.7
|
||||
|
|
|
|||
Loading…
Reference in New Issue