mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-23 08:52:43 +03:00
fix(linux): update patch for reh
This commit is contained in:
parent
53ca646162
commit
f10855ca77
6
.github/workflows/insider-spearhead.yml
vendored
6
.github/workflows/insider-spearhead.yml
vendored
@ -78,10 +78,4 @@ jobs:
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
event-type: 'insider'
|
||||
client-payload: |-
|
||||
{
|
||||
"repo": {
|
||||
"branch": "insider"
|
||||
}
|
||||
}
|
||||
if: github.event.inputs.dont_dispatch != 'true' && (env.SHOULD_BUILD == 'yes' || github.event.inputs.force_dispatch == 'true')
|
||||
|
@ -20,16 +20,16 @@ index 560bdc1..9208fa0 100644
|
||||
-
|
||||
result = inlineMeta(result, {
|
||||
diff --git a/remote/package.json b/remote/package.json
|
||||
index 66c0414..63a94bf 100644
|
||||
index aa24bf8..63a94bf 100644
|
||||
--- a/remote/package.json
|
||||
+++ b/remote/package.json
|
||||
@@ -32,3 +32,3 @@
|
||||
"native-watchdog": "^1.4.1",
|
||||
- "node-pty": "1.1.0-beta20",
|
||||
- "node-pty": "1.1.0-beta21",
|
||||
+ "node-pty": "1.1.0-beta4",
|
||||
"tas-client-umd": "0.2.0",
|
||||
diff --git a/remote/yarn.lock b/remote/yarn.lock
|
||||
index 3c6d1ff..32d0456 100644
|
||||
index 2478846..32d0456 100644
|
||||
--- a/remote/yarn.lock
|
||||
+++ b/remote/yarn.lock
|
||||
@@ -444,2 +444,7 @@ ms@2.1.2:
|
||||
@ -47,10 +47,10 @@ index 3c6d1ff..32d0456 100644
|
||||
version "7.1.0"
|
||||
@@ -486,8 +491,8 @@ node-gyp-build@4.8.1, node-gyp-build@^4.3.0:
|
||||
|
||||
-node-pty@1.1.0-beta20:
|
||||
- version "1.1.0-beta20"
|
||||
- resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.1.0-beta20.tgz#bd723d3a36c5770d244d847e123da4a004fd0fa2"
|
||||
- integrity sha512-tCOLI5dEhoV75CVaT9pLuZjdx5asJ2DPEA3QtHE9sNYUf6ELXfy0SrlUzFilYcDzkhidBDrPWY26SdmlTaEjyw==
|
||||
-node-pty@1.1.0-beta21:
|
||||
- version "1.1.0-beta21"
|
||||
- resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.1.0-beta21.tgz#d75c1dfe4ff2c173459c974df72e91a4eae6dc52"
|
||||
- integrity sha512-FYpnY9g8qMQLTpqyeY9NVli6YfCWwvG6v6gmaDBbPjlc1VMp/+Zivq0SStDrRr1aciGnFCZzpL0BzdMnmbDnAw==
|
||||
+node-pty@1.1.0-beta4:
|
||||
+ version "1.1.0-beta4"
|
||||
+ resolved "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta4.tgz#ee74d909c9f422ffc7f675e1092529673f8906ec"
|
||||
|
Loading…
Reference in New Issue
Block a user