mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-26 09:04:50 +03:00
26 lines
869 B
Diff
26 lines
869 B
Diff
diff --git a/remote/package-lock.json b/remote/package-lock.json
|
|
index 5872575..8ad0a56 100644
|
|
--- a/remote/package-lock.json
|
|
+++ b/remote/package-lock.json
|
|
@@ -39,2 +39,3 @@
|
|
"tas-client-umd": "0.2.0",
|
|
+ "tslib": "^2.6.3",
|
|
"vscode-oniguruma": "1.7.0",
|
|
@@ -1030,2 +1031,8 @@
|
|
},
|
|
+ "node_modules/tslib": {
|
|
+ "version": "2.7.0",
|
|
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
|
|
+ "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
|
|
+ "license": "0BSD"
|
|
+ },
|
|
"node_modules/tunnel-agent": {
|
|
diff --git a/remote/package.json b/remote/package.json
|
|
index c107b04..a23d058 100644
|
|
--- a/remote/package.json
|
|
+++ b/remote/package.json
|
|
@@ -34,2 +34,3 @@
|
|
"tas-client-umd": "0.2.0",
|
|
+ "tslib": "^2.6.3",
|
|
"vscode-oniguruma": "1.7.0",
|