Skip to content

Commit

Permalink
build: update dependency angular-split to v18 (angular#58510)
Browse files Browse the repository at this point in the history
See associated pull request for more information.

PR Close angular#58510
  • Loading branch information
angular-robot authored and pkozlowski-opensource committed Nov 5, 2024
1 parent 6f66147 commit 19c336e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions adev/src/app/editor/embedded-editor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<as-split class="docs-right-side" direction="vertical" restrictMove="true" gutterSize="5">
<!-- Preview Section: for larger screens -->
@if (!displayPreviewInMatTabGroup()) {
<as-split-area [size]="50" [order]="1">
<as-split-area [size]="50">
<!-- Preview Section: for larger screens -->
<div class="adev-preview-section">
<div class="adev-preview-header">
Expand All @@ -34,7 +34,7 @@
</as-split-area>
}

<as-split-area class="docs-editor-tabs-and-refresh" [size]="50" [order]="2">
<as-split-area class="docs-editor-tabs-and-refresh" [size]="50">
<!-- Container to hide preview, console and footer when only the interactive terminal is used -->
<mat-tab-group class="docs-editor-tabs" animationDuration="0ms" mat-stretch-tabs="false">
@if (displayPreviewInMatTabGroup()) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"@webcontainer/api": "^1.3.0-internal.2",
"@yarnpkg/lockfile": "^1.1.0",
"adm-zip": "^0.5.10",
"angular-split": "^17.1.1",
"angular-split": "^18.0.0",
"check-side-effects": "0.0.23",
"cldr": "7.6.0",
"cldrjs": "0.5.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5075,10 +5075,10 @@ algoliasearch@^5.0.0:
resolved "https://registry.yarnpkg.com/angular-mocks/-/angular-mocks-1.8.3.tgz#c0dd05e5c3fc014e07af6289b23f0e817d7a4724"
integrity sha512-vqsT6zwu80cZ8RY7qRQBZuy6Fq5X7/N5hkV9LzNT0c8b546rw4ErGK6muW1u2JnDKYa7+jJuaGM702bWir4HGw==

angular-split@^17.1.1:
version "17.2.0"
resolved "https://registry.yarnpkg.com/angular-split/-/angular-split-17.2.0.tgz#71868481e05ca2bbc604c531ce11a39af37fcd05"
integrity sha512-Curv39t7f7ueFF6GvglTv6js7tjTyzW/S8HjU5FgYaodQUFXRE21+kU0sybydU8fnAdQrRbtD7ScIUha3CneLA==
angular-split@^18.0.0:
version "18.0.0"
resolved "https://registry.yarnpkg.com/angular-split/-/angular-split-18.0.0.tgz#0c79db52df4a7662fd685d09a972fb17d77b0663"
integrity sha512-vreR7dhwg6ubC3ZZn0vJG9Fb+8Xacf77FRQ/3IdChzsRFya1LxJh/Wk7uBk8q9Xi0pOKBKruZ3OWGjhqvHmETg==
dependencies:
tslib "^2.0.0"

Expand Down

0 comments on commit 19c336e

Please sign in to comment.