Skip to content

Commit

Permalink
Upgrade version of xtermjs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 13, 2024
1 parent 352e4c1 commit 42708a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions binderhub/static/js/components/BuilderLauncher.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { BinderRepository } from "@jupyterhub/binderhub-client";
import { useEffect, useRef, useState } from "react";
import { Terminal } from "xterm";
import { FitAddon } from "xterm-addon-fit";
import "xterm/css/xterm.css";
import { Terminal } from "@xterm/xterm";
import { FitAddon } from "@xterm/addon-fit";
import "@xterm/xterm/css/xterm.css";
import { Progress, PROGRESS_STATES } from "./Progress.jsx";

/**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"wouter": "^3.3.5",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0"
"@xterm/xterm": "^5.5.0",
"@xterm/addon-fit": "^0.9.0"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
Expand Down

0 comments on commit 42708a3

Please sign in to comment.