diff options
| author | 2024-05-01 15:11:22 +0200 | |
|---|---|---|
| committer | 2024-05-01 14:11:22 +0100 | |
| commit | 725a21b02721f92ed0420ed3f807ee921de77992 (patch) | |
| tree | 3940e4b0a7cf3328357ccb86be971126ab2a12b5 /web/source/yarn.lock | |
| parent | [bugfix] Tidy up remaining references to workers in cmd (#2889) (diff) | |
| download | gotosocial-725a21b02721f92ed0420ed3f807ee921de77992.tar.xz | |
[feature] Page through accounts as moderator (#2881)
* [feature] Page through accounts as moderator
* aaaaa
* use COLLATE "C" for Postgres to ensure same ordering as SQLite
* fix typo, test paging up
* don't show moderation / info for our instance acct
Diffstat (limited to 'web/source/yarn.lock')
| -rw-r--r-- | web/source/yarn.lock | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/source/yarn.lock b/web/source/yarn.lock index 6e1f650c4..71187718f 100644 --- a/web/source/yarn.lock +++ b/web/source/yarn.lock @@ -1468,6 +1468,11 @@ dependencies: "@types/node" "*" +"@types/parse-link-header@^2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@types/parse-link-header/-/parse-link-header-2.0.3.tgz#37ad650d12aecb055b64c2d43ddb1534e356ad33" + integrity sha512-ffLAxD6Xqcf2gSbtEJehj8yJ5R/2OZqD4liodQvQQ+hhO4kg1mk9ToEZQPMtNTm/zIQj2GNleQbsjPp9+UQm4Q== + "@types/prop-types@*": version "15.7.8" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.8.tgz#805eae6e8f41bd19e88917d2ea200dc992f405d3" @@ -5182,6 +5187,13 @@ parse-json@^2.2.0: dependencies: error-ex "^1.2.0" +parse-link-header@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/parse-link-header/-/parse-link-header-2.0.0.tgz#949353e284f8aa01f2ac857a98f692b57733f6b7" + integrity sha512-xjU87V0VyHZybn2RrCX5TIFGxTVZE6zqqZWMPlIKiSKuWh/X5WZdt+w1Ki1nXB+8L/KtL+nZ4iq+sfI6MrhhMw== + dependencies: + xtend "~4.0.1" + parse-ms@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d" |
