Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMegan Rogge <merogge@microsoft.com>2022-06-29 21:11:11 +0300
committerGitHub <noreply@github.com>2022-06-29 21:11:11 +0300
commit38363843530badb12230e3d9c94f3e8e72733ca9 (patch)
treeaf5cb207c9be59970c712c184674a1fdd3a96e7c /package.json
parent00e33fb419b207814a64ec206b77c8c74b3cfabd (diff)
fix find issue (#153732)
fix #153728
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 5c101ca7aaf..607e5058946 100644
--- a/package.json
+++ b/package.json
@@ -87,12 +87,12 @@
"vscode-proxy-agent": "^0.12.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "7.0.1",
- "xterm": "4.19.0-beta.67",
- "xterm-addon-search": "0.9.0-beta.41",
- "xterm-addon-serialize": "0.7.0-beta.15",
+ "xterm": "4.19.0",
+ "xterm-addon-search": "0.9.0",
+ "xterm-addon-serialize": "0.7.0",
"xterm-addon-unicode11": "0.4.0-beta.3",
- "xterm-addon-webgl": "0.12.0-beta.43",
- "xterm-headless": "4.19.0-beta.67",
+ "xterm-addon-webgl": "0.12.0",
+ "xterm-headless": "4.19.0",
"yauzl": "^2.9.2",
"yazl": "^2.4.3"
},