Skip to content

Commit d74cb00

Browse files
chore: bump version to 1.109.0
1 parent 6200ff0 commit d74cb00

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

code-oss/package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-oss",
3-
"version": "1.108.2",
3+
"version": "1.109.0",
44
"type": "module",
55
"keywords": [
66
"vscode",
@@ -17,27 +17,29 @@
1717
"dependencies": {
1818
"@microsoft/1ds-core-js": "^3.2.13",
1919
"@microsoft/1ds-post-js": "^3.2.13",
20+
"@vscode/codicons": "^0.0.45-4",
2021
"@vscode/iconv-lite-umd": "0.7.1",
2122
"@vscode/tree-sitter-wasm": "^0.3.0",
2223
"@vscode/vscode-languagedetection": "1.0.21",
23-
"@xterm/addon-clipboard": "^0.3.0-beta.91",
24-
"@xterm/addon-image": "^0.10.0-beta.91",
25-
"@xterm/addon-ligatures": "^0.11.0-beta.91",
26-
"@xterm/addon-progress": "^0.3.0-beta.91",
27-
"@xterm/addon-search": "^0.17.0-beta.91",
28-
"@xterm/addon-serialize": "^0.15.0-beta.91",
29-
"@xterm/addon-unicode11": "^0.10.0-beta.91",
30-
"@xterm/addon-webgl": "^0.20.0-beta.101",
31-
"@xterm/xterm": "^6.1.0-beta.91",
24+
"@xterm/addon-clipboard": "^0.3.0-beta.109",
25+
"@xterm/addon-image": "^0.10.0-beta.109",
26+
"@xterm/addon-ligatures": "^0.11.0-beta.109",
27+
"@xterm/addon-progress": "^0.3.0-beta.109",
28+
"@xterm/addon-search": "^0.17.0-beta.109",
29+
"@xterm/addon-serialize": "^0.15.0-beta.109",
30+
"@xterm/addon-unicode11": "^0.10.0-beta.109",
31+
"@xterm/addon-webgl": "^0.20.0-beta.108",
32+
"@xterm/xterm": "^6.1.0-beta.109",
3233
"jschardet": "3.1.4",
3334
"katex": "^0.16.22",
3435
"tas-client": "0.3.1",
3536
"vscode-oniguruma": "1.7.0",
36-
"vscode-textmate": "^9.3.0"
37+
"vscode-textmate": "^9.3.2"
3738
},
3839
"bundledDependencies": [
3940
"@microsoft/1ds-core-js",
4041
"@microsoft/1ds-post-js",
42+
"@vscode/codicons",
4143
"@vscode/iconv-lite-umd",
4244
"@vscode/tree-sitter-wasm",
4345
"@vscode/vscode-languagedetection",

0 commit comments

Comments
 (0)