Skip to content

Commit 72c980a

Browse files
Upgrade xterm to v5.5.0 (#20063)
1 parent 10810ce commit 72c980a

File tree

4 files changed

+609
-551
lines changed

4 files changed

+609
-551
lines changed

components/dashboard/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@tanstack/react-query": "^4.29.19",
2525
"@tanstack/react-query-devtools": "^4.29.19",
2626
"@tanstack/react-query-persist-client": "^4.29.19",
27-
"@types/react-datepicker": "^4.8.0",
28-
"@types/ua-parser-js": "^0.7.37",
27+
"@xterm/addon-fit": "^0.10.0",
28+
"@xterm/xterm": "^5.5.0",
2929
"buffer": "^4.3.0",
3030
"class-variance-authority": "^0.7.0",
3131
"classnames": "^2.3.1",
@@ -40,7 +40,6 @@
4040
"lite-youtube-embed": "^0.3.2",
4141
"lodash": "^4.17.21",
4242
"lucide-react": "^0.287.0",
43-
"monaco-editor": "^0.25.2",
4443
"pretty-bytes": "^6.1.0",
4544
"process": "^0.11.10",
4645
"query-string": "^7.1.1",
@@ -64,9 +63,7 @@
6463
"url": "^0.11.1",
6564
"use-deep-compare-effect": "^1.8.1",
6665
"util": "^0.11.1",
67-
"validator": "^13.9.0",
68-
"xterm": "^5.4.0-beta.37",
69-
"xterm-addon-fit": "^0.8.0"
66+
"validator": "^13.9.0"
7067
},
7168
"devDependencies": {
7269
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
@@ -81,11 +78,13 @@
8178
"@types/lodash": "^4.17.0",
8279
"@types/node": "^18.18.8",
8380
"@types/react": "^17.0.0",
81+
"@types/react-datepicker": "^4.8.0",
8482
"@types/react-dom": "^17.0.3",
8583
"@types/react-portal": "^4.0.4",
8684
"@types/react-router": "^5.1.13",
8785
"@types/react-router-dom": "^5.1.7",
8886
"@types/setimmediate": "^1.0.2",
87+
"@types/ua-parser-js": "^0.7.39",
8988
"@types/uuid": "^8.3.1",
9089
"@types/validator": "^13.7.12",
9190
"@typescript-eslint/eslint-plugin": "^5.5.0",

components/dashboard/src/components/WorkspaceLogs.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
import EventEmitter from "events";
88
import { useContext, useEffect, useMemo, useRef } from "react";
9-
import { Terminal, ITerminalOptions, ITheme } from "xterm";
9+
import { Terminal, ITerminalOptions, ITheme } from "@xterm/xterm";
1010
import debounce from "lodash/debounce";
11-
import { FitAddon } from "xterm-addon-fit";
12-
import "xterm/css/xterm.css";
11+
import { FitAddon } from "@xterm/addon-fit";
12+
import "@xterm/xterm/css/xterm.css";
1313
import { ThemeContext } from "../theme-context";
1414
import { cn } from "@podkit/lib/cn";
1515

components/gitpod-db/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
"dependencies": {
3838
"@gitpod/gitpod-protocol": "0.1.5",
3939
"@jmondi/oauth2-server": "^2.6.1",
40+
"ioredis": "^5.3.2",
41+
"ioredis-mock": "^8.7.0",
4042
"mysql": "^2.18.1",
43+
"prom-client": "^14.2.0",
4144
"reflect-metadata": "^0.1.13",
4245
"slugify": "^1.6.5",
4346
"the-big-username-blacklist": "^1.5.2",
44-
"typeorm": "0.2.38",
45-
"ioredis": "^5.3.2",
46-
"ioredis-mock": "^8.7.0",
47-
"prom-client": "^14.2.0"
47+
"typeorm": "0.2.38"
4848
},
4949
"devDependencies": {
5050
"@testdeck/mocha": "^0.3.3",

0 commit comments

Comments
 (0)