1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore(deps-dev): Bump xterm-addon-fit from 0.5.0 to 0.7.0

Bumps [xterm-addon-fit](https://github.com/xtermjs/xterm.js) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](https://github.com/xtermjs/xterm.js/compare/0.5...0.7)

---
updated-dependencies:
- dependency-name: xterm-addon-fit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-27 02:04:52 +00:00 committed by GitHub
parent b8abe07177
commit c9a434a1b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 956 additions and 214 deletions

1164
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -309,7 +309,7 @@
"webpack-dev-server": "^4.13.3", "webpack-dev-server": "^4.13.3",
"webpack-node-externals": "^3.0.0", "webpack-node-externals": "^3.0.0",
"xterm": "^4.19.0", "xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0" "xterm-addon-fit": "^0.7.0"
}, },
"peerDependencies": { "peerDependencies": {
"@k8slens/application": "^6.5.0-alpha.0", "@k8slens/application": "^6.5.0-alpha.0",
@ -351,6 +351,6 @@
"monaco-editor": "^0.37.1", "monaco-editor": "^0.37.1",
"react-select": "^5.7.0", "react-select": "^5.7.0",
"typed-emitter": "^1.4.0", "typed-emitter": "^1.4.0",
"xterm-addon-fit": "^0.5.0" "xterm-addon-fit": "^0.7.0"
} }
} }

View File

@ -271,6 +271,6 @@
"webpack-cli": "^4.9.2", "webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.13.3", "webpack-dev-server": "^4.13.3",
"webpack-node-externals": "^3.0.0", "webpack-node-externals": "^3.0.0",
"xterm-addon-fit": "^0.5.0" "xterm-addon-fit": "^0.7.0"
} }
} }