-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #137 This removes the dependency on the `crt-terminal` package, which will allow us to upgrade to docusaurus v3.5 and React v18 with no peer dependency issues. For more context, see the linked issue. Note that even if we decide to migrate off of Docusaurus, this would most likely still have been a problem since it was blocking us from updating React. --------- Signed-off-by: Steve Ayers <[email protected]> Signed-off-by: Timo Stamm <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Carol Gunby <[email protected]> Signed-off-by: hirasawayuki <[email protected]> Signed-off-by: Nick Snyder <[email protected]> Signed-off-by: Philip K. Warren <[email protected]> Signed-off-by: Dan Rice <[email protected]> Signed-off-by: Ryan Linton <[email protected]> Co-authored-by: Stefan VanBuren <[email protected]> Co-authored-by: Derek Perez <[email protected]> Co-authored-by: Nick Snyder <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Timo Stamm <[email protected]> Co-authored-by: Carol Gunby <[email protected]> Co-authored-by: Yuki Hirasawa <[email protected]> Co-authored-by: Philip K. Warren <[email protected]> Co-authored-by: Dan Rice <[email protected]> Co-authored-by: SimulShift <[email protected]> Co-authored-by: Ryan Linton <[email protected]> Co-authored-by: Nick Snyder <[email protected]>
- Loading branch information
1 parent
7ea0b8d
commit ebf9e16
Showing
11 changed files
with
6,169 additions
and
2,027 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Copyright 2022-2023 The Connect Authors | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// you may not use this file except in compliance with the License. | ||
// You may obtain a copy of the License at | ||
// | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
|
||
export * from "./terminal"; |
Oops, something went wrong.