Skip to content

Commit

Permalink
lib: update vscode to 1.95.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Nov 15, 2024
1 parent 264609d commit a3e0df7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"config": {
"vscode": {
"version": "1.95.2",
"ref": "1.95.2",
"commit": "e8653663e8840adaf45af01eab5c627a5af81807"
"version": "1.95.3",
"ref": "1.95.3",
"commit": "f1a4fb101478ce6ec82fe9627c43efbf9e98c813"
},
"monaco": {
"ref": "v0.52.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Subject: [PATCH] fix: rollback typescript as the last version breaks the
3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 18b688d2243..2a94dd19504 100644
index a8ced2d9734..f0f04be2250 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -152,7 +152,7 @@
Expand All @@ -37,7 +37,7 @@ index 18b688d2243..2a94dd19504 100644
"bin": {
"tsc": "bin/tsc",
diff --git a/package.json b/package.json
index 96411955312..e1ed7f42159 100644
index 78bebe05ee6..ac705353683 100644
--- a/package.json
+++ b/package.json
@@ -210,7 +210,7 @@
Expand Down

0 comments on commit a3e0df7

Please sign in to comment.