mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
yarn: revert xterm to 5.0.0
xterm v5.1.0 broke scrolling so we lock in v5.0.0 for now.
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
- Fixed terminal scroll not working ([support#866]).
|
||||
|
||||
[support#866]: https://github.com/pybricks/support/issues/866
|
||||
|
||||
## [2.0.0] - 2022-12-20
|
||||
|
||||
### Added
|
||||
|
||||
+1
-1
@@ -123,7 +123,7 @@
|
||||
"webpack-dev-server": "^4.11.1",
|
||||
"webpack-manifest-plugin": "^5.0.0",
|
||||
"workbox-webpack-plugin": "^6.5.4",
|
||||
"xterm": "^5.1.0",
|
||||
"xterm": "5.0.0",
|
||||
"xterm-addon-fit": "^0.6.0",
|
||||
"zen-push": "^0.3.1"
|
||||
},
|
||||
|
||||
@@ -2535,7 +2535,7 @@ __metadata:
|
||||
webpack-dev-server: ^4.11.1
|
||||
webpack-manifest-plugin: ^5.0.0
|
||||
workbox-webpack-plugin: ^6.5.4
|
||||
xterm: ^5.1.0
|
||||
xterm: 5.0.0
|
||||
xterm-addon-fit: ^0.6.0
|
||||
zen-push: ^0.3.1
|
||||
languageName: unknown
|
||||
@@ -15902,10 +15902,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"xterm@npm:^5.1.0":
|
||||
version: 5.1.0
|
||||
resolution: "xterm@npm:5.1.0"
|
||||
checksum: cbacbc9dc1bbcf21dabecff46856b43f2d5854b42c1bec4ea03a5720000f2a88d79b0da45b6c38213d6607474a1fbe66d5ff25fa120b7e9e60eeed964dd840a1
|
||||
"xterm@npm:5.0.0":
|
||||
version: 5.0.0
|
||||
resolution: "xterm@npm:5.0.0"
|
||||
checksum: c2f1d02a708d3d02bebf052dfdf54ecd1b619386bed8f27ed42483d398a3e0bc3595fc855c600db99fd3a91f6d3e8feabe118f1f8f14bbed92d8b3d77277ab92
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user