Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
strtok committed Nov 10, 2024
1 parent 7e6dcff commit 1bca830
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,24 @@
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "^18.11.15",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"nodemon": "^2.0.20",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"xterm": "^5.0.0"
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@xterm/xterm": "^5.5.0",
"babel-jest": "^29.7.0",
"eslint": "^9.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"string-width": "^4.0.0"
"string-width": "^7"
},
"peerDependencies": {
"xterm": "^5.0.0"
"@xterm/xterm": "^5.5.0"
}
}
2 changes: 1 addition & 1 deletion src/readline.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Terminal, ITerminalAddon, IDisposable } from "xterm";
import { Terminal, ITerminalAddon, IDisposable } from "@xterm/xterm";
import { Input, InputType, parseInput } from "./keymap";
import { State } from "./state";
import { History } from "./history";
Expand Down

0 comments on commit 1bca830

Please sign in to comment.