Skip to content

Commit a925389

Browse files
committed
Update extensions to newest versions
Update theia-traceviewer to 0.2.0-next.75c9da4.0 Update cdt-gdb-vscode to 0.0.95 Update vscode-clangd to 0.1.23 Update vscode-cmake to 1.13.45 Update vscode.markdown-language-features to 1.64.2 Update eclipse-theia.builtin-extension-pack to 1.70.2 Add icon theme to docker applications Improve docker application Ignore extensions that contain unsupported API Contributed on behalf of STMicroelectronics
1 parent 239a52f commit a925389

File tree

7 files changed

+81
-57
lines changed

7 files changed

+81
-57
lines changed

.dockerignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
.vscode/
44
.devcontainer/
55

6-
next/
6+
next/
7+
8+
applications/browser/

applications/browser/package.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"fs-extra": "^9.0.1",
7575
"cdt-cloud-blueprint-updater": "1.34.4",
7676
"cdt-cloud-blueprint-product": "1.34.4",
77-
"theia-traceviewer": "0.2.0-next.38d4e17.0",
77+
"theia-traceviewer": "0.2.0-next.75c9da4.0",
7878
"@eclipse-cdt-cloud/blueprint-example-generator": "1.34.4"
7979
},
8080
"devDependencies": {
@@ -97,13 +97,12 @@
9797
},
9898
"theiaPluginsDir": "plugins",
9999
"theiaPlugins": {
100-
"vscode.git": "https://open-vsx.org/api/vscode/git/1.52.1/file/vscode.git-1.52.1.vsix",
101-
"vscode.markdown-language-features": "https://open-vsx.org/api/vscode/markdown-language-features/1.39.2/file/vscode.markdown-language-features-1.39.2.vsix",
102-
"vscode-builtin-extensions-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.50.1/file/eclipse-theia.builtin-extension-pack-1.50.1.vsix",
103-
"cdt-gdb-vscode": "https://open-vsx.org/api/eclipse-cdt/cdt-gdb-vscode/0.0.93/file/eclipse-cdt.cdt-gdb-vscode-0.0.93.vsix",
100+
"vscode.markdown-language-features": "https://open-vsx.org/api/vscode/markdown-language-features/1.64.2/file/vscode.markdown-language-features-1.64.2.vsix",
101+
"eclipse-theia.builtin-extension-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.70.2/file/eclipse-theia.builtin-extension-pack-1.70.2.vsix",
102+
"cdt-gdb-vscode": "https://open-vsx.org/api/eclipse-cdt/cdt-gdb-vscode/0.0.95/file/eclipse-cdt.cdt-gdb-vscode-0.0.95.vsix",
104103
"vscode-builtin-cpp": "https://open-vsx.org/api/vscode/cpp/1.62.3/file/vscode.cpp-1.62.3.vsix",
105-
"vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.15/file/llvm-vs-code-extensions.vscode-clangd-0.1.15.vsix",
106-
"vscode-cmake": "https://open-vsx.org/api/ms-vscode/cmake-tools/1.10.5/file/ms-vscode.cmake-tools-1.10.5.vsix",
104+
"vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.23/file/llvm-vs-code-extensions.vscode-clangd-0.1.23.vsix",
105+
"vscode-cmake": "https://open-vsx.org/api/ms-vscode/cmake-tools/1.13.45/file/ms-vscode.cmake-tools-1.13.45.vsix",
107106
"cdtcloud-clangd-contexts": "https://github.com/eclipse-cdt-cloud/clangd-contexts/releases/download/v0.8.0/cdtcloud-clangd-contexts-ext-0.8.0.vsix"
108107
},
109108
"theiaPluginsExcludeIds": [
@@ -113,6 +112,9 @@
113112
"vscode.git-ui",
114113
"vscode.github",
115114
"vscode.github-authentication",
116-
"vscode.microsoft-authentication"
115+
"vscode.microsoft-authentication",
116+
"ms-vscode.js-debug",
117+
"vscode.ipynb",
118+
"vscode.references-view"
117119
]
118120
}

applications/docker/package.json

+16-9
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@
2323
"frontend": {
2424
"config": {
2525
"applicationName": "CDT Cloud Blueprint",
26+
"defaultIconTheme": "theia-file-icons",
2627
"preferences": {
2728
"toolbar.showToolbar": true,
28-
"files.enableTrash": false
29+
"files.enableTrash": false,
30+
"security.workspace.trust.startupPrompt": "never",
31+
"security.workspace.trust.enabled": false
2932
}
3033
}
3134
}
@@ -73,7 +76,9 @@
7376
"@theia/workspace": "1.34.4",
7477
"fs-extra": "^9.0.1",
7578
"cdt-cloud-blueprint-product": "1.34.4",
76-
"theia-traceviewer": "0.2.0-next.38d4e17.0"
79+
"cdt-cloud-blueprint-launcher": "1.34.4",
80+
"theia-traceviewer": "0.2.0-next.75c9da4.0",
81+
"@eclipse-cdt-cloud/blueprint-example-generator": "1.34.4"
7782
},
7883
"devDependencies": {
7984
"@theia/cli": "1.34.4"
@@ -95,13 +100,12 @@
95100
},
96101
"theiaPluginsDir": "plugins",
97102
"theiaPlugins": {
98-
"vscode.git": "https://open-vsx.org/api/vscode/git/1.52.1/file/vscode.git-1.52.1.vsix",
99-
"vscode.markdown-language-features": "https://open-vsx.org/api/vscode/markdown-language-features/1.39.2/file/vscode.markdown-language-features-1.39.2.vsix",
100-
"vscode-builtin-extensions-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.50.1/file/eclipse-theia.builtin-extension-pack-1.50.1.vsix",
101-
"cdt-gdb-vscode": "https://open-vsx.org/api/eclipse-cdt/cdt-gdb-vscode/0.0.93/file/eclipse-cdt.cdt-gdb-vscode-0.0.93.vsix",
103+
"vscode.markdown-language-features": "https://open-vsx.org/api/vscode/markdown-language-features/1.64.2/file/vscode.markdown-language-features-1.64.2.vsix",
104+
"eclipse-theia.builtin-extension-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.70.2/file/eclipse-theia.builtin-extension-pack-1.70.2.vsix",
105+
"cdt-gdb-vscode": "https://open-vsx.org/api/eclipse-cdt/cdt-gdb-vscode/0.0.95/file/eclipse-cdt.cdt-gdb-vscode-0.0.95.vsix",
102106
"vscode-builtin-cpp": "https://open-vsx.org/api/vscode/cpp/1.62.3/file/vscode.cpp-1.62.3.vsix",
103-
"vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.15/file/llvm-vs-code-extensions.vscode-clangd-0.1.15.vsix",
104-
"vscode-cmake": "https://open-vsx.org/api/ms-vscode/cmake-tools/1.10.5/file/ms-vscode.cmake-tools-1.10.5.vsix",
107+
"vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.23/file/llvm-vs-code-extensions.vscode-clangd-0.1.23.vsix",
108+
"vscode-cmake": "https://open-vsx.org/api/ms-vscode/cmake-tools/1.13.45/file/ms-vscode.cmake-tools-1.13.45.vsix",
105109
"cdtcloud-clangd-contexts": "https://github.com/eclipse-cdt-cloud/clangd-contexts/releases/download/v0.8.0/cdtcloud-clangd-contexts-ext-0.8.0.vsix"
106110
},
107111
"theiaPluginsExcludeIds": [
@@ -111,6 +115,9 @@
111115
"vscode.git-ui",
112116
"vscode.github",
113117
"vscode.github-authentication",
114-
"vscode.microsoft-authentication"
118+
"vscode.microsoft-authentication",
119+
"ms-vscode.js-debug",
120+
"vscode.ipynb",
121+
"vscode.references-view"
115122
]
116123
}

applications/electron/package.json

+10-7
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"cdt-cloud-blueprint-updater": "1.34.4",
9191
"cdt-cloud-blueprint-product": "1.34.4",
9292
"cdt-cloud-blueprint-launcher": "1.34.4",
93-
"theia-traceviewer": "0.2.0-next.38d4e17.0",
93+
"theia-traceviewer": "0.2.0-next.75c9da4.0",
9494
"@eclipse-cdt-cloud/blueprint-example-generator": "1.34.4"
9595
},
9696
"devDependencies": {
@@ -139,12 +139,12 @@
139139
},
140140
"theiaPluginsDir": "plugins",
141141
"theiaPlugins": {
142-
"vscode.markdown-language-features": "https://open-vsx.org/api/vscode/markdown-language-features/1.39.2/file/vscode.markdown-language-features-1.39.2.vsix",
143-
"vscode-builtin-extensions-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.50.1/file/eclipse-theia.builtin-extension-pack-1.50.1.vsix",
144-
"cdt-gdb-vscode": "https://open-vsx.org/api/eclipse-cdt/cdt-gdb-vscode/0.0.93/file/eclipse-cdt.cdt-gdb-vscode-0.0.93.vsix",
142+
"vscode.markdown-language-features": "https://open-vsx.org/api/vscode/markdown-language-features/1.64.2/file/vscode.markdown-language-features-1.64.2.vsix",
143+
"eclipse-theia.builtin-extension-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.70.2/file/eclipse-theia.builtin-extension-pack-1.70.2.vsix",
144+
"cdt-gdb-vscode": "https://open-vsx.org/api/eclipse-cdt/cdt-gdb-vscode/0.0.95/file/eclipse-cdt.cdt-gdb-vscode-0.0.95.vsix",
145145
"vscode-builtin-cpp": "https://open-vsx.org/api/vscode/cpp/1.62.3/file/vscode.cpp-1.62.3.vsix",
146-
"vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.15/file/llvm-vs-code-extensions.vscode-clangd-0.1.15.vsix",
147-
"vscode-cmake": "https://open-vsx.org/api/ms-vscode/cmake-tools/1.10.5/file/ms-vscode.cmake-tools-1.10.5.vsix",
146+
"vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.23/file/llvm-vs-code-extensions.vscode-clangd-0.1.23.vsix",
147+
"vscode-cmake": "https://open-vsx.org/api/ms-vscode/cmake-tools/1.13.45/file/ms-vscode.cmake-tools-1.13.45.vsix",
148148
"cdtcloud-clangd-contexts": "https://github.com/eclipse-cdt-cloud/clangd-contexts/releases/download/v0.8.0/cdtcloud-clangd-contexts-ext-0.8.0.vsix"
149149
},
150150
"theiaPluginsExcludeIds": [
@@ -154,6 +154,9 @@
154154
"vscode.git-ui",
155155
"vscode.github",
156156
"vscode.github-authentication",
157-
"vscode.microsoft-authentication"
157+
"vscode.microsoft-authentication",
158+
"ms-vscode.js-debug",
159+
"vscode.ipynb",
160+
"vscode.references-view"
158161
]
159162
}

dockerfile/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM node:14-bullseye as build-stage
1+
FROM node:16-bullseye as build-stage
22
RUN apt-get update && apt-get install -y libxkbfile-dev libsecret-1-dev
33
COPY . /home/theia/cdt-cloud-blueprint
44
WORKDIR /home/theia/cdt-cloud-blueprint
55
RUN yarn
66
RUN yarn tracecompass-server:download
77

8-
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-14-bullseye as production-stage
8+
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-16-bullseye as production-stage
99

1010
RUN adduser --system --group theia
1111

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
"**/@theia/editor": "1.34.4",
7171
"**/@theia/filesystem": "1.34.4",
7272
"**/@theia/request": "1.34.4",
73-
"**/@theia/variable-resolver": "1.34.4"
73+
"**/@theia/variable-resolver": "1.34.4",
74+
"**/timeline-chart": "0.3.0-next.82a0ac9.0",
75+
"**/tsp-typescript-client": "0.4.0-next.143a5ab.0"
7476
}
7577
}

yarn.lock

+37-29
Original file line numberDiff line numberDiff line change
@@ -2278,7 +2278,7 @@
22782278
"@theia/monaco-editor-core" "1.72.3"
22792279
anser "^2.0.1"
22802280

2281-
"@theia/core@1.29.0", "@theia/[email protected]":
2281+
"@theia/core@1.34.2", "@theia/[email protected]":
22822282
version "1.34.4"
22832283
resolved "https://registry.npmjs.org/@theia/core/-/core-1.34.4.tgz#70b8541e3d816581f31717890aaf3cebaeb65fb1"
22842284
integrity sha512-IwP2+Xc9Vwp6scbsseiKDzdGqr8YiyZwNQAD+VSJ+hsi9EWTMrcATe65kEcH3gcMu3lDJbtDBVVl5E6d3Go/3w==
@@ -2386,7 +2386,7 @@
23862386
"@theia/editor" "1.34.4"
23872387
"@theia/navigator" "1.34.4"
23882388

2389-
"@theia/editor@1.29.0", "@theia/[email protected]":
2389+
"@theia/editor@1.34.2", "@theia/[email protected]":
23902390
version "1.34.4"
23912391
resolved "https://registry.npmjs.org/@theia/editor/-/editor-1.34.4.tgz#3403ab2143b1f2bebf5e78c45ea8223b274a15e9"
23922392
integrity sha512-0oD+91JbCVBi9hq63vXXitNq/7B3J4JRhZulFPAdRu7NyGKE7LTdIQoQvUYXp4Uzola6+YpYS4LohuXJwTOKhg==
@@ -2433,7 +2433,7 @@
24332433
"@theia/workspace" "1.34.4"
24342434
"@vscode/ripgrep" "^1.14.2"
24352435

2436-
"@theia/filesystem@1.29.0", "@theia/[email protected]":
2436+
"@theia/filesystem@1.34.2", "@theia/[email protected]":
24372437
version "1.34.4"
24382438
resolved "https://registry.npmjs.org/@theia/filesystem/-/filesystem-1.34.4.tgz#c08fd7b818e4c9303cd356e97991dc1ba0a9848a"
24392439
integrity sha512-7eSoj5mdCkimVdCi8h0HCqvoPiwPJCgkcxvXeau6zsAwrrLrF6r1nUt4D+u5otgKJ6Yro242vYpmH5ITV6MFFA==
@@ -11905,6 +11905,13 @@ react-chartjs-2@^2.7.6:
1190511905
lodash "^4.17.19"
1190611906
prop-types "^15.7.2"
1190711907

11908+
react-contexify@^5.0.0:
11909+
version "5.0.0"
11910+
resolved "https://registry.npmjs.org/react-contexify/-/react-contexify-5.0.0.tgz#11b477550a0ee5a9a144399bc17c7c56bbc60057"
11911+
integrity sha512-2FIp7lxJ6dtfGr8EZ4uVV5p5TQjd0n2h/JU7PrejNIMiCeZWvSVPFh4lj1ZvjXosglBvP7q5JQQ8yUCdSaMSaw==
11912+
dependencies:
11913+
clsx "^1.1.1"
11914+
1190811915
react-dom@^18.2.0:
1190911916
version "18.2.0"
1191011917
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
@@ -13470,17 +13477,17 @@ textextensions@^5.13.0:
1347013477
resolved "https://registry.yarnpkg.com/textextensions/-/textextensions-5.15.0.tgz#4bb3296ad6fc111cf4b39c589dd028d8aaaf7060"
1347113478
integrity sha512-MeqZRHLuaGamUXGuVn2ivtU3LA3mLCCIO5kUGoohTCoGmCBg/+8yPhWVX9WSl9telvVd8erftjFk9Fwb2dD6rw==
1347213479

13473-
13474-
version "0.2.0-next.38d4e17.0"
13475-
resolved "https://registry.npmjs.org/theia-traceviewer/-/theia-traceviewer-0.2.0-next.38d4e17.0.tgz#bf7f0d43e4f8fbe6d5098e3538a1f2c4d8add0d5"
13476-
integrity sha512-DTpB+RbnAIdW5SYSF32jTd/nQ2gK/kjKwjwtKup+ebysLmlPevI/ezSoAebd89UFd4K5e20YmEINNzL2O1oukg==
13480+
13481+
version "0.2.0-next.75c9da4.0"
13482+
resolved "https://registry.npmjs.org/theia-traceviewer/-/theia-traceviewer-0.2.0-next.75c9da4.0.tgz#81a0b4b0506763de02a8e2e7e78c036f464fc99d"
13483+
integrity sha512-RwJw/CIYQo6VwWg9nZmdTAgo/IjCjwhsga/yPeMTmEAPl4bYlxnVhD5HRr8rSrG1IU2imnA3cL87Hfa/S+X+Vw==
1347713484
dependencies:
13478-
"@theia/core" "1.29.0"
13479-
"@theia/editor" "1.29.0"
13480-
"@theia/filesystem" "1.29.0"
13485+
"@theia/core" "1.34.2"
13486+
"@theia/editor" "1.34.2"
13487+
"@theia/filesystem" "1.34.2"
1348113488
animate.css "^4.1.1"
13482-
traceviewer-base "0.2.0-next.38d4e17.0+38d4e17"
13483-
traceviewer-react-components "0.2.0-next.38d4e17.0+38d4e17"
13489+
traceviewer-base "0.2.0-next.75c9da4.0+75c9da4"
13490+
traceviewer-react-components "0.2.0-next.75c9da4.0+75c9da4"
1348413491
tree-kill latest
1348513492

1348613493
through2@^2.0.0, through2@^2.0.3:
@@ -13503,10 +13510,10 @@ through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6, through@^2.3.8,
1350313510
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
1350413511
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
1350513512

13506-
timeline-chart@next:
13507-
version "0.3.0-next.1f50903.0"
13508-
resolved "https://registry.yarnpkg.com/timeline-chart/-/timeline-chart-0.3.0-next.1f50903.0.tgz#e1978c5b7b3d3632b4adfed6743ede5f2153389b"
13509-
integrity sha512-5FaQkeVk8dpjijQtRr7CYYicnqKUkeh5dyegplz82GhjhBRXh9J/PT6XHLwuEZlwm1bUlVOVIm2FpWZJT4GGVA==
13513+
timeline-chart@0.3.0-next.82a0ac9.0, timeline-chart@next:
13514+
version "0.3.0-next.82a0ac9.0"
13515+
resolved "https://registry.npmjs.org/timeline-chart/-/timeline-chart-0.3.0-next.82a0ac9.0.tgz#4fd27cd71d0ee2aebced20ea3bc5b3e95247fbcb"
13516+
integrity sha512-YGHlz7wT904qqhGSYO+iX37YYVXZmHh931loKHBYEYEzkCAhZ2rkcR34ELj5y6U8Pxb1M7GDQZdWicKOxTSbGA==
1351013517
dependencies:
1351113518
"@types/lodash.throttle" "^4.1.4"
1351213519
glob "^7.1.6"
@@ -13579,17 +13586,17 @@ tr46@~0.0.3:
1357913586
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1358013587
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
1358113588

13582-
[email protected].38d4e17.0+38d4e17:
13583-
version "0.2.0-next.38d4e17.0"
13584-
resolved "https://registry.npmjs.org/traceviewer-base/-/traceviewer-base-0.2.0-next.38d4e17.0.tgz#d8ef1a02fb9f7f4afba1016ac4e6988ad8a3c590"
13585-
integrity sha512-Vj4dlHWHyCi8b27oTfSk7J+ulDaB5D2LZiWcyU19i70FB4Jr6HjpYG/HdVZ6gjI0wTqF9HgOGpw4XzGEDeJLeQ==
13589+
[email protected].75c9da4.0+75c9da4:
13590+
version "0.2.0-next.75c9da4.0"
13591+
resolved "https://registry.npmjs.org/traceviewer-base/-/traceviewer-base-0.2.0-next.75c9da4.0.tgz#7d35c978d609e97610d62b4db184c63a1087301b"
13592+
integrity sha512-TTchu8OcXjxi8bVtKzwnb0IRD0eXd8Oh7oO2rX+f3aIMFFwUQhScz68P0GN2bqg1UmMqg3aAxLmzC0ETzvkepQ==
1358613593
dependencies:
1358713594
tsp-typescript-client next
1358813595

13589-
[email protected].38d4e17.0+38d4e17:
13590-
version "0.2.0-next.38d4e17.0"
13591-
resolved "https://registry.npmjs.org/traceviewer-react-components/-/traceviewer-react-components-0.2.0-next.38d4e17.0.tgz#634dff3a48ab2e241e62380256d5da30bfc06fee"
13592-
integrity sha512-9crOggCLjtWCwb/cTbQQmAVw+zpPHX9iglYHUagwoMNCyFFiOfQHXmbfr33DegKJBLadk3HQT328R7FPB/1mjA==
13596+
[email protected].75c9da4.0+75c9da4:
13597+
version "0.2.0-next.75c9da4.0"
13598+
resolved "https://registry.npmjs.org/traceviewer-react-components/-/traceviewer-react-components-0.2.0-next.75c9da4.0.tgz#291a8e7e62cb35d53cf03bf4d2504306d4087554"
13599+
integrity sha512-Zsj2aJfU8QiZHq2ZgDWdZrJ1O3YdWBzr981HAHFOFIcX8SMehl/6xKAYHlvE9JkGYWm+hQ9nk4yLpw9LK/1pew==
1359313600
dependencies:
1359413601
"@fortawesome/fontawesome-svg-core" "^1.2.17"
1359513602
"@fortawesome/free-solid-svg-icons" "^5.8.1"
@@ -13601,14 +13608,15 @@ [email protected]+38d4e17:
1360113608
d3 "^7.1.1"
1360213609
lodash "^4.17.15"
1360313610
react-chartjs-2 "^2.7.6"
13611+
react-contexify "^5.0.0"
1360413612
react-grid-layout "1.2.0"
1360513613
react-modal "^3.8.1"
1360613614
react-tooltip "4.2.14"
1360713615
react-virtualized "^9.21.0"
1360813616
semantic-ui-css "^2.4.1"
1360913617
semantic-ui-react "^0.86.0"
1361013618
timeline-chart next
13611-
traceviewer-base "0.2.0-next.38d4e17.0+38d4e17"
13619+
traceviewer-base "0.2.0-next.75c9da4.0+75c9da4"
1361213620
tsp-typescript-client next
1361313621

1361413622
trash@^6.1.1:
@@ -13732,10 +13740,10 @@ tslint@^5.12.0:
1373213740
tslib "^1.8.0"
1373313741
tsutils "^2.29.0"
1373413742

13735-
tsp-typescript-client@next:
13736-
version "0.4.0-next.32fca72.0"
13737-
resolved "https://registry.yarnpkg.com/tsp-typescript-client/-/tsp-typescript-client-0.4.0-next.32fca72.0.tgz#f0044679b778f565ec1b37226ee86436ea7980e6"
13738-
integrity sha512-8nxNdJP+HCOK0OEAlcFOtlFpM8pYYBANFxL07P0EXEp/OvHZDJN0lrCrrtfZlTwV53O3lTA3WpaGqWARCtNppA==
13743+
tsp-typescript-client@0.4.0-next.143a5ab.0, tsp-typescript-client@next:
13744+
version "0.4.0-next.143a5ab.0"
13745+
resolved "https://registry.npmjs.org/tsp-typescript-client/-/tsp-typescript-client-0.4.0-next.143a5ab.0.tgz#b7258f168cab720b3892dedc54a8794de3d6867f"
13746+
integrity sha512-vyJATe8mvY3mbBSCr9THPEh2+wTqbwb1MdAxJO6tanZagOt+zqMuNh+k9ZOKCyaWBqndkUOLX6W6hF8cbH5NaQ==
1373913747
dependencies:
1374013748
json-bigint sidorares/json-bigint#2c0a5f896d7888e68e5f4ae3c7ea5cd42fd54473
1374113749
node-fetch "^2.5.0"

0 commit comments

Comments
 (0)