Skip to content

Commit f8fcb97

Browse files
committed
natural-select-* will automatically wrap mat-hint if non-empty #11268
1 parent 77c0895 commit f8fcb97

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@angular/router": "^18.2.3",
2929
"@apollo/client": "^3.13.1",
3030
"@ecodev/fab-speed-dial": "^17.0.0",
31-
"@ecodev/natural": "^62.1.0",
32-
"@ecodev/natural-editor": "^62.1.0",
31+
"@ecodev/natural": "^62.1.2",
32+
"@ecodev/natural-editor": "^62.1.2",
3333
"@ecodev/natural-layout": "^2.0.2",
3434
"@graphql-codegen/cli": "^5.0.2",
3535
"@graphql-codegen/typescript-apollo-angular": "^4.0.0",

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,10 +1631,10 @@
16311631
dependencies:
16321632
tslib "^2.6"
16331633

1634-
"@ecodev/natural-editor@^62.1.0":
1635-
version "62.1.0"
1636-
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-62.1.0.tgz#eb4308f4206548354ad52c95fc4a66683d199e4b"
1637-
integrity sha512-tf7s7APwNZNvAj5an8v339YzoNs0yKIYZcxdLohqe/KQ4KTdRRZImOsYJ7HYRdnGHhD/jRqUkRkKMQ6zZ1GlHQ==
1634+
"@ecodev/natural-editor@^62.1.2":
1635+
version "62.1.2"
1636+
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-62.1.2.tgz#2ebfeec91cc0dd275ded879d1728ae81e4c55c18"
1637+
integrity sha512-ecQ4zWyc7Unk274KMY+nCqcrJctTpzpqvQ7cdIlBou/Xl7eTldirVEiVTdR5WLQAVccFTrerTNHEuISTYWD7Pw==
16381638
dependencies:
16391639
prosemirror-commands "^1.5.2"
16401640
prosemirror-dropcursor "^1.8.1"
@@ -1656,12 +1656,11 @@
16561656
resolved "https://registry.yarnpkg.com/@ecodev/natural-layout/-/natural-layout-2.0.2.tgz#e2c64c2ddb3c60793a39236b52624fde323e610a"
16571657
integrity sha512-BV75kFQmpfuSBNQ1jyKu+IdGkFTMESjPrtKrEyc3MqcmVhV5IiYU0LXTaghLZozuZgCT9HfMOnEsh05aS2j9uQ==
16581658

1659-
"@ecodev/natural@^62.1.0":
1660-
version "62.1.0"
1661-
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-62.1.0.tgz#9b0e4dcdaaab35feb9c2b19ec192f17d5fb48f0b"
1662-
integrity sha512-EtL2/bYIQFWuywFX6kpY0JFcY5uTbX90DSZajCSpcqn8aAsTblIEwhsc4zZcGv0IzXKft+tjPDoc97/K4i7Bsw==
1659+
"@ecodev/natural@^62.1.2":
1660+
version "62.1.2"
1661+
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-62.1.2.tgz#947793789b7d21cd3fbe4ef0a07c11acb220964e"
1662+
integrity sha512-7/KqtOUl6MBLg8gyk2mHsxNhY7QgQ1/5Sfec39C1tvpKpmnwNVySBP5vEB1obQbhp2ZxG/9Sm3oVN46xbQraSg==
16631663
dependencies:
1664-
crypto-es "^2.0.3"
16651664
extract-files "^13.0.0"
16661665
tslib "^2.5.3"
16671666

@@ -4839,7 +4838,7 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
48394838
shebang-command "^2.0.0"
48404839
which "^2.0.1"
48414840

4842-
crypto-es@^2.0.3, crypto-es@^2.1.0:
4841+
crypto-es@^2.1.0:
48434842
version "2.1.0"
48444843
resolved "https://registry.yarnpkg.com/crypto-es/-/crypto-es-2.1.0.tgz#1095f324ffd7dc1ccab8e21d0960e17025da8ce9"
48454844
integrity sha512-C5Dbuv4QTPGuloy5c5Vv/FZHtmK+lobLAypFfuRaBbwCsk3qbCWWESCH3MUcBsrgXloRNMrzwUAiPg4U6+IaKA==

0 commit comments

Comments
 (0)