File tree 7 files changed +3951
-3629
lines changed
packages/react-components
theia-extensions/viewer-prototype
7 files changed +3951
-3629
lines changed Original file line number Diff line number Diff line change 15
15
}
16
16
},
17
17
"dependencies" : {
18
- "@theia/core" : " 1.52 .0" ,
19
- "@theia/navigator" : " 1.52 .0" ,
20
- "@theia/preferences" : " 1.52 .0" ,
21
- "@theia/terminal" : " 1.52 .0" ,
18
+ "@theia/core" : " 1.55 .0" ,
19
+ "@theia/navigator" : " 1.55 .0" ,
20
+ "@theia/preferences" : " 1.55 .0" ,
21
+ "@theia/terminal" : " 1.55 .0" ,
22
22
"theia-traceviewer" : " 0.5.0"
23
23
},
24
24
"devDependencies" : {
25
- "@theia/cli" : " 1.52 .0"
25
+ "@theia/cli" : " 1.55 .0"
26
26
},
27
27
"scripts" : {
28
28
"prepare" : " yarn build" ,
33
33
},
34
34
"engines" : {
35
35
"yarn" : " >=1.7.0 <2" ,
36
- "node" : " >=16 <19 "
36
+ "node" : " >=16 <21 "
37
37
}
38
38
}
Original file line number Diff line number Diff line change 1
- electronVersion : 28 .3.3
1
+ electronVersion : 30 .3.1
2
2
electronDist : ../../node_modules/electron/dist
3
3
productName : Theia Trace Example Application
4
4
appId : theia-trace-example
Original file line number Diff line number Diff line change 25
25
}
26
26
},
27
27
"dependencies" : {
28
- "@theia/core" : " 1.52 .0" ,
29
- "@theia/electron" : " 1.52 .0" ,
30
- "@theia/navigator" : " 1.52 .0" ,
31
- "@theia/preferences" : " 1.52 .0" ,
32
- "@theia/terminal" : " 1.52 .0" ,
28
+ "@theia/core" : " 1.55 .0" ,
29
+ "@theia/electron" : " 1.55 .0" ,
30
+ "@theia/navigator" : " 1.55 .0" ,
31
+ "@theia/preferences" : " 1.55 .0" ,
32
+ "@theia/terminal" : " 1.55 .0" ,
33
33
"theia-traceviewer" : " 0.5.0"
34
34
},
35
35
"devDependencies" : {
36
- "@theia/cli" : " 1.52 .0" ,
37
- "electron" : " ^28.2.8 " ,
36
+ "@theia/cli" : " 1.55 .0" ,
37
+ "electron" : " ^30.3.1 " ,
38
38
"electron-builder" : " ~24.13.0"
39
39
},
40
40
"scripts" : {
49
49
},
50
50
"engines" : {
51
51
"yarn" : " >=1.7.0 <2" ,
52
- "node" : " >=16 <19 "
52
+ "node" : " >=16 <21 "
53
53
},
54
54
"repository" : {
55
55
"type" : " git" ,
Original file line number Diff line number Diff line change 48
48
},
49
49
"homepage" : " https://github.com/eclipse-cdt-cloud/theia-trace-extension" ,
50
50
"resolutions" : {
51
- "**/nan" : " 2.18.0"
51
+ "**/nan" : " 2.20.0" ,
52
+ "@types/react" : " 18.3.8" ,
53
+ "inversify" : " 6.0.2"
52
54
},
53
55
"devDependencies" : {
54
56
"@eclipse-dash/nodejs-wrapper" : " ^0.0.1" ,
55
- "@theia/cli" : " 1.52 .0" ,
57
+ "@theia/cli" : " 1.55 .0" ,
56
58
"concurrently" : " ^8.2.1" ,
57
59
"jsonc-parser" : " ^3.0.0" ,
58
60
"lerna" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 35
35
"react-modal" : " ^3.8.1" ,
36
36
"react-tooltip" : " 4.2.14" ,
37
37
"react-virtualized" : " ^9.21.0" ,
38
- "semantic-ui-css" : " ^2.4.1" ,
39
- "semantic-ui-react" : " ^0.86.0" ,
40
38
"timeline-chart" : " ^0.4.1" ,
41
39
"traceviewer-base" : " 0.5.0" ,
42
40
"tsp-typescript-client" : " ^0.5.1"
49
47
"@types/lodash" : " ^4.14.142" ,
50
48
"@types/react-grid-layout" : " ^1.1.1" ,
51
49
"@types/react-modal" : " ^3.8.2" ,
52
- "@types/react-test-renderer" : " ^16.9.2 " ,
50
+ "@types/react-test-renderer" : " ^18.3.0 " ,
53
51
"@types/react-virtualized" : " ^9.21.1" ,
54
52
"@typescript-eslint/eslint-plugin" : " ^3.4.0" ,
55
53
"@typescript-eslint/parser" : " ^3.4.0" ,
Original file line number Diff line number Diff line change 20
20
" style"
21
21
],
22
22
"dependencies" : {
23
- "@theia/core" : " 1.52 .0" ,
24
- "@theia/editor" : " 1.52 .0" ,
25
- "@theia/filesystem" : " 1.52 .0" ,
26
- "@theia/messages" : " 1.52 .0" ,
23
+ "@theia/core" : " 1.55 .0" ,
24
+ "@theia/editor" : " 1.55 .0" ,
25
+ "@theia/filesystem" : " 1.55 .0" ,
26
+ "@theia/messages" : " 1.55 .0" ,
27
27
"animate.css" : " ^4.1.1" ,
28
28
"traceviewer-base" : " 0.5.0" ,
29
29
"traceviewer-react-components" : " 0.5.0" ,
30
- "tree-kill" : " latest "
30
+ "tree-kill" : " ^1.0.0 "
31
31
},
32
32
"devDependencies" : {
33
33
"@typescript-eslint/eslint-plugin" : " ^3.4.0" ,
You can’t perform that action at this time.
0 commit comments