Skip to content

Commit 3307011

Browse files
Revert "update distro"
This reverts commit 709c605.
1 parent 709c605 commit 3307011

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
3-
"version": "1.61.0",
4-
"distro": "e385d0a7b08f77bcca8f08745d4d9324e76295a0",
3+
"version": "1.62.0",
4+
"distro": "b254d516125e93423ce7487dcb7cc0fa645bcbf0",
55
"author": {
66
"name": "Microsoft Corporation"
77
},
@@ -59,6 +59,7 @@
5959
},
6060
"dependencies": {
6161
"@microsoft/applicationinsights-web": "^2.6.4",
62+
"@parcel/watcher": "2.0.0",
6263
"@vscode/sqlite3": "4.0.12",
6364
"@vscode/vscode-languagedetection": "1.0.21",
6465
"applicationinsights": "1.0.8",
@@ -71,25 +72,25 @@
7172
"keytar": "7.2.0",
7273
"minimist": "^1.2.5",
7374
"native-is-elevated": "0.4.3",
74-
"native-keymap": "2.2.1",
75+
"native-keymap": "2.4.0",
7576
"native-watchdog": "1.3.0",
7677
"node-pty": "0.11.0-beta7",
77-
"nsfw": "2.1.2",
7878
"spdlog": "^0.13.0",
7979
"sudo-prompt": "9.2.1",
8080
"tas-client-umd": "0.1.4",
8181
"v8-inspect-profiler": "^0.0.22",
82+
"vscode-nsfw": "2.1.8",
8283
"vscode-oniguruma": "1.5.1",
8384
"vscode-proxy-agent": "^0.11.0",
8485
"vscode-regexpp": "^3.1.0",
85-
"vscode-ripgrep": "^1.12.0",
86+
"vscode-ripgrep": "^1.12.1",
8687
"vscode-textmate": "5.4.0",
87-
"xterm": "4.14.0-beta.22",
88-
"xterm-addon-search": "0.9.0-beta.4",
89-
"xterm-addon-serialize": "0.6.0-beta.8",
90-
"xterm-addon-unicode11": "0.3.0-beta.6",
91-
"xterm-addon-webgl": "0.12.0-beta.10",
92-
"xterm-headless": "4.14.0-beta.12",
88+
"xterm": "4.15.0-beta.3",
89+
"xterm-addon-search": "0.9.0-beta.5",
90+
"xterm-addon-serialize": "0.7.0-beta.1",
91+
"xterm-addon-unicode11": "0.3.0",
92+
"xterm-addon-webgl": "0.12.0-beta.13",
93+
"xterm-headless": "4.15.0-beta.3",
9394
"yauzl": "^2.9.2",
9495
"yazl": "^2.4.3"
9596
},
@@ -131,7 +132,7 @@
131132
"cssnano": "^4.1.11",
132133
"debounce": "^1.0.0",
133134
"deemon": "^1.4.0",
134-
"electron": "13.1.8",
135+
"electron": "13.5.1",
135136
"eslint": "6.8.0",
136137
"eslint-plugin-header": "3.1.1",
137138
"eslint-plugin-jsdoc": "^19.1.0",
@@ -141,7 +142,7 @@
141142
"file-loader": "^4.2.0",
142143
"glob": "^5.0.13",
143144
"gulp": "^4.0.0",
144-
"gulp-atom-electron": "^1.30.1",
145+
"gulp-atom-electron": "1.32.0",
145146
"gulp-azure-storage": "^0.11.1",
146147
"gulp-bom": "^3.0.0",
147148
"gulp-buffer": "0.0.2",
@@ -185,7 +186,7 @@
185186
"optimist": "0.3.5",
186187
"p-all": "^1.0.0",
187188
"path-browserify": "^1.0.1",
188-
"playwright": "1.14.1",
189+
"playwright": "1.15.0",
189190
"pump": "^1.0.1",
190191
"queue": "3.0.6",
191192
"rcedit": "^1.1.0",
@@ -198,7 +199,7 @@
198199
"style-loader": "^1.0.0",
199200
"ts-loader": "^9.2.3",
200201
"tsec": "0.1.4",
201-
"typescript": "^4.5.0-dev.20210902",
202+
"typescript": "^4.5.0-dev.20211004",
202203
"typescript-formatter": "7.1.0",
203204
"underscore": "^1.12.1",
204205
"util": "^0.12.4",
@@ -224,7 +225,7 @@
224225
"vscode-windows-registry": "1.0.3",
225226
"windows-foreground-love": "0.4.0",
226227
"windows-mutex": "0.4.1",
227-
"windows-process-tree": "0.3.0"
228+
"windows-process-tree": "^0.3.2"
228229
},
229230
"resolutions": {
230231
"elliptic": "^6.5.3",

0 commit comments

Comments
 (0)