Skip to content

Commit 392d879

Browse files
committed
natural-relation can sort items by custom sorting #11508
1 parent 55e404f commit 392d879

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@angular/router": "^19.2.13",
2828
"@apollo/client": "^3.13.7",
2929
"@ecodev/fab-speed-dial": "^18.0.0",
30-
"@ecodev/natural": "^63.6.1",
31-
"@ecodev/natural-editor": "^63.6.1",
30+
"@ecodev/natural": "^63.7.0",
31+
"@ecodev/natural-editor": "^63.7.0",
3232
"@ecodev/natural-layout": "^2.0.2",
3333
"@graphql-codegen/cli": "^5.0.5",
3434
"@graphql-codegen/typescript-apollo-angular": "^4.0.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,10 +1326,10 @@
13261326
dependencies:
13271327
tslib "^2.8.1"
13281328

1329-
"@ecodev/natural-editor@^63.6.1":
1330-
version "63.6.1"
1331-
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-63.6.1.tgz#61ad567d7b830d694090991f6144e0c6ea2d2f35"
1332-
integrity sha512-xM9lGqGM1zIjZSLfAaA54lH7YocO1MEr32iwLTUiMVKBoVJbi74eIK2KtbFfE3EAeWaGEzyJDf9yzkL3p0yaOw==
1329+
"@ecodev/natural-editor@^63.7.0":
1330+
version "63.7.0"
1331+
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-63.7.0.tgz#96e8a58ba5e06d900eca50fb4ec1bf6af4312c43"
1332+
integrity sha512-lebx0HLbl5tves1Vc9itAi38mmVCbwAWNxL4wPGAxTxAmVP95ngkMS66uTah1uRUxYRXa7qE3wWtpyxcSofF/w==
13331333
dependencies:
13341334
prosemirror-commands "^1.5.2"
13351335
prosemirror-dropcursor "^1.8.1"
@@ -1351,10 +1351,10 @@
13511351
resolved "https://registry.yarnpkg.com/@ecodev/natural-layout/-/natural-layout-2.0.2.tgz#e2c64c2ddb3c60793a39236b52624fde323e610a"
13521352
integrity sha512-BV75kFQmpfuSBNQ1jyKu+IdGkFTMESjPrtKrEyc3MqcmVhV5IiYU0LXTaghLZozuZgCT9HfMOnEsh05aS2j9uQ==
13531353

1354-
"@ecodev/natural@^63.6.1":
1355-
version "63.6.1"
1356-
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-63.6.1.tgz#6714736396715782e3d32a72ab75be44bf240fa6"
1357-
integrity sha512-Dd5QCBPQ2QqvD2Qc8QI9zYb6vYFDe233X1jkVbr1r9JpUl1Wt/C8Ukz48X+CNgI8aYHLR03s1oXOL/ggkOXqsA==
1354+
"@ecodev/natural@^63.7.0":
1355+
version "63.7.0"
1356+
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-63.7.0.tgz#ffc7edbbfc970900a2ef07ca60fa34aef3847dba"
1357+
integrity sha512-7JEeosG/1d+NqSgScpUHnEzuTpa1Ccl/xHMHNJmZ9qYL7p4qnTRsPjV5WIyiTMl/V2q7K40mQWLMwe27fd71WA==
13581358
dependencies:
13591359
extract-files "^13.0.0"
13601360
tslib "^2.8.1"

0 commit comments

Comments
 (0)