Skip to content

Commit 468fd68

Browse files
chore: bump version to 1.104.2
1 parent ef82fb7 commit 468fd68

1 file changed

Lines changed: 45 additions & 3 deletions

File tree

code-oss/package.json

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-oss",
3-
"version": "0.0.0",
3+
"version": "1.104.2",
44
"type": "module",
55
"keywords": [
66
"vscode",
@@ -12,5 +12,47 @@
1212
"repository": {
1313
"type": "git",
1414
"url": "git+https://github.com/YieldRay/code-oss.git"
15-
}
16-
}
15+
},
16+
"dependencies": {
17+
"@microsoft/1ds-core-js": "^3.2.13",
18+
"@microsoft/1ds-post-js": "^3.2.13",
19+
"@vscode/iconv-lite-umd": "0.7.0",
20+
"@vscode/tree-sitter-wasm": "^0.1.4",
21+
"@vscode/vscode-languagedetection": "1.0.21",
22+
"@xterm/addon-clipboard": "^0.2.0-beta.101",
23+
"@xterm/addon-image": "^0.9.0-beta.118",
24+
"@xterm/addon-ligatures": "^0.10.0-beta.118",
25+
"@xterm/addon-progress": "^0.2.0-beta.24",
26+
"@xterm/addon-search": "^0.16.0-beta.118",
27+
"@xterm/addon-serialize": "^0.14.0-beta.118",
28+
"@xterm/addon-unicode11": "^0.9.0-beta.118",
29+
"@xterm/addon-webgl": "^0.19.0-beta.118",
30+
"@xterm/xterm": "^5.6.0-beta.118",
31+
"jschardet": "3.1.4",
32+
"katex": "^0.16.22",
33+
"tas-client-umd": "0.2.0",
34+
"vscode-oniguruma": "1.7.0",
35+
"vscode-textmate": "9.2.0"
36+
},
37+
"bundledDependencies": [
38+
"@microsoft/1ds-core-js",
39+
"@microsoft/1ds-post-js",
40+
"@vscode/iconv-lite-umd",
41+
"@vscode/tree-sitter-wasm",
42+
"@vscode/vscode-languagedetection",
43+
"@xterm/addon-clipboard",
44+
"@xterm/addon-image",
45+
"@xterm/addon-ligatures",
46+
"@xterm/addon-progress",
47+
"@xterm/addon-search",
48+
"@xterm/addon-serialize",
49+
"@xterm/addon-unicode11",
50+
"@xterm/addon-webgl",
51+
"@xterm/xterm",
52+
"jschardet",
53+
"katex",
54+
"tas-client-umd",
55+
"vscode-oniguruma",
56+
"vscode-textmate"
57+
]
58+
}

0 commit comments

Comments
 (0)