Skip to content

Commit d48abe1

Browse files
committed
chore(deps): update tinky-keypress dependency to >=1.3.1
1 parent c7c3808 commit d48abe1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Install `tinky-web` and its peer dependencies:
2222

2323
```bash
2424
# npm
25-
npm install tinky-web tinky react @xterm/xterm @xterm/addon-fit
25+
npm install tinky-web
2626

2727
# yarn
28-
yarn add tinky-web tinky react @xterm/xterm @xterm/addon-fit
28+
yarn add tinky-web
2929

3030
# pnpm
31-
pnpm add tinky-web tinky react @xterm/xterm @xterm/addon-fit
31+
pnpm add tinky-web
3232
```
3333

3434
## Quick Start

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@xterm/addon-fit": ">=0.10.0",
3838
"@xterm/xterm": ">=6.0.0",
39-
"tinky-keypress": ">=1.2.0"
39+
"tinky-keypress": "^1.3.1"
4040
},
4141
"devDependencies": {
4242
"@commitlint/cli": "^20.3.0",

0 commit comments

Comments
 (0)