Skip to content

Commit

Permalink
stage 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Feb 13, 2024
1 parent 828bdb9 commit f5cbb27
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions patches/win7.patch
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,10 @@ index 139424f2613..f08c5299976 100644
{
"component": {
diff --git a/package.json b/package.json
index 5a1353b031e..84942bd395d 100644
index 488e3cd2c58..6b1ff07ed95 100644
--- a/package.json
+++ b/package.json
@@ -119,7 +119,7 @@
@@ -118,7 +118,7 @@
"@types/kerberos": "^1.1.2",
"@types/minimist": "^1.2.1",
"@types/mocha": "^9.1.1",
Expand All @@ -487,27 +487,27 @@ index 5a1353b031e..84942bd395d 100644
"@types/sinon": "^10.0.2",
"@types/sinon-test": "^2.4.2",
"@types/trusted-types": "^1.0.6",
@@ -133,7 +133,7 @@
@@ -132,7 +132,7 @@
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/experimental-utils": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
- "@vscode/gulp-electron": "^1.36.0",
+ "@vscode/gulp-electron": "git+https://github.com/Alex313031/vscode-gulp-electron.git",
"@vscode/l10n-dev": "0.0.30",
"@vscode/telemetry-extractor": "^1.10.2",
"@vscode/test-cli": "^0.0.3",
@@ -150,7 +150,7 @@
"cssnano": "^4.1.11",
"@vscode/test-cli": "^0.0.6",
@@ -149,7 +149,7 @@
"cssnano": "^6.0.3",
"debounce": "^1.0.0",
"deemon": "^1.8.0",
- "electron": "27.3.2",
+ "electron": "22.3.27",
"eslint": "8.36.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^46.5.0",
@@ -198,7 +198,7 @@
"p-all": "^1.0.0",
"path-browserify": "^1.0.1",
@@ -199,7 +199,7 @@
"postcss": "^8.4.33",
"postcss-nesting": "^12.0.2",
"pump": "^1.0.1",
- "rcedit": "^1.1.0",
+ "rcedit": "^1.1.2",
Expand Down

0 comments on commit f5cbb27

Please sign in to comment.