File tree Expand file tree Collapse file tree 4 files changed +2610
-2670
lines changed
Expand file tree Collapse file tree 4 files changed +2610
-2670
lines changed Original file line number Diff line number Diff line change 22 "private" : true ,
33 "name" : " docker-examples" ,
44 "version" : " 0.1.0" ,
5- "dependencies" : {
6-
7- },
8- "devDependencies" : {
9- },
5+ "dependencies" : {},
6+ "devDependencies" : {},
107 "scripts" : {
118 "prepare" : " yarn tave" ,
129 "build" : " yarn tate build && yarn tave build" ,
2623 "download:server" : " curl -o trace-compass-server.tar.gz https://download.eclipse.org/tracecompass.incubator/trace-server/rcp/trace-compass-server-latest-linux.gtk.x86_64.tar.gz; tar -xf trace-compass-server.tar.gz; rm trace-compass-server.tar.gz" ,
2724 "start:server" : " ./trace-compass-server/tracecompass-server"
2825 },
29- "engines" : {
30- },
26+ "engines" : {},
3127 "resolutions" : {
32- "msgpackr" : " ^1.10.1" ,
33- "**/nan" : " 2.18.0"
28+ "inversify" : " 6.0.2"
3429 },
35- "workspaces" :[
30+ "workspaces" : [
3631 " theia-app-theia-ext" ,
3732 " theia-app-vscode-ext"
3833 ]
Original file line number Diff line number Diff line change 1818 "@emotion/react" : " ^11.10.5" ,
1919 "@emotion/styled" : " ^11.10.5" ,
2020 "@mui/material" : " ^5.10.14" ,
21- "@theia/core" : " 1.49.1 " ,
22- "@theia/navigator" : " 1.49.1 " ,
23- "@theia/preferences" : " 1.49.1 " ,
24- "theia-traceviewer" : " 0.2.7 "
21+ "@theia/core" : " 1.52.0 " ,
22+ "@theia/navigator" : " 1.52.0 " ,
23+ "@theia/preferences" : " 1.52.0 " ,
24+ "theia-traceviewer" : " 0.5.0 "
2525 },
2626 "devDependencies" : {
27- "@theia/cli" : " 1.49.1 "
27+ "@theia/cli" : " 1.52.0 "
2828 },
2929 "scripts" : {
3030 "build" : " npx theia build --app-target=\" browser\" --mode development" ,
3737 },
3838 "engines" : {
3939 "yarn" : " >=1.7.0 <2" ,
40- "node" : " >=16 <19 "
40+ "node" : " >=18 <21 "
4141 },
4242 "resolutions" : {
43- "msgpackr" : " ^1.10.1 "
43+
4444 }
4545}
Original file line number Diff line number Diff line change 1818 "@emotion/react" : " ^11.10.5" ,
1919 "@emotion/styled" : " ^11.10.5" ,
2020 "@mui/material" : " ^5.10.14" ,
21- "@theia/core" : " 1.49.1 " ,
22- "@theia/messages" : " 1.49.1 " ,
23- "@theia/navigator" : " 1.49.1 " ,
24- "@theia/preferences" : " 1.49.1 " ,
25- "@theia/plugin-ext-vscode" : " 1.49.1 "
21+ "@theia/core" : " 1.52.0 " ,
22+ "@theia/messages" : " 1.52.0 " ,
23+ "@theia/navigator" : " 1.52.0 " ,
24+ "@theia/preferences" : " 1.52.0 " ,
25+ "@theia/plugin-ext-vscode" : " 1.52.0 "
2626 },
2727 "devDependencies" : {
28- "@theia/cli" : " 1.49.1 "
28+ "@theia/cli" : " 1.52.0 "
2929 },
3030 "scripts" : {
3131 "prepare" : " yarn download:plugins" ,
3939 },
4040 "engines" : {
4141 "yarn" : " >=1.7.0 <2" ,
42- "node" : " >=16 <19 "
42+ "node" : " >=18 <21 "
4343 },
4444 "theiaPluginsDir" : " plugins" ,
4545 "theiaPlugins" : {
46- "vscode-trace-extension" : " https://open-vsx.org/api/eclipse-cdt/vscode-trace-extension/0.2.9/file/eclipse-cdt.vscode-trace-extension-0.2.9.vsix"
46+ "vscode-trace-extension" : " https://open-vsx.org/api/eclipse-cdt/vscode-trace-extension/0.4.0/file/eclipse-cdt.vscode-trace-extension-0.4.0.vsix"
47+ },
48+ "resolutions" : {
49+
4750 }
4851}
You can’t perform that action at this time.
0 commit comments