hotfix
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
0bdb65c183
commit
3ecffaef08
3 changed files with 6 additions and 6 deletions
|
@ -133,7 +133,7 @@
|
||||||
"multiselect-react-dropdown": "^2.0.25",
|
"multiselect-react-dropdown": "^2.0.25",
|
||||||
"object-to-formdata": "^4.5.1",
|
"object-to-formdata": "^4.5.1",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "^1.0.1",
|
||||||
"pl-api": "^0.0.7",
|
"pl-api": "^0.0.8",
|
||||||
"postcss": "^8.4.29",
|
"postcss": "^8.4.29",
|
||||||
"process": "^0.11.10",
|
"process": "^0.11.10",
|
||||||
"punycode": "^2.1.1",
|
"punycode": "^2.1.1",
|
||||||
|
|
|
@ -35,7 +35,7 @@ const ReducerRecord = ImmutableRecord({
|
||||||
tokens: ImmutableMap<string, Token>(),
|
tokens: ImmutableMap<string, Token>(),
|
||||||
users: ImmutableMap<string, AuthUser>(),
|
users: ImmutableMap<string, AuthUser>(),
|
||||||
me: null as string | null,
|
me: null as string | null,
|
||||||
client: null as any as PlApiClient,
|
client: new PlApiClient(backendUrl) as any as PlApiClient,
|
||||||
});
|
});
|
||||||
|
|
||||||
type AuthUser = ReturnType<typeof AuthUserRecord>;
|
type AuthUser = ReturnType<typeof AuthUserRecord>;
|
||||||
|
|
|
@ -8390,10 +8390,10 @@ pkg-types@^1.0.3:
|
||||||
mlly "^1.2.0"
|
mlly "^1.2.0"
|
||||||
pathe "^1.1.0"
|
pathe "^1.1.0"
|
||||||
|
|
||||||
pl-api@^0.0.7:
|
pl-api@^0.0.8:
|
||||||
version "0.0.7"
|
version "0.0.8"
|
||||||
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.0.7.tgz#603dbe8d0c2b8ec0e500fe5eae26e30d77f958ba"
|
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.0.8.tgz#8ccf422da7116fdf93e6d642b59e44e8ee7b978b"
|
||||||
integrity sha512-8Wh+uIyfcHhLLOT9s8i/Rjh/vcmjio7OEqNsUbYpJD/9n4TgW1zj/hOImlqGFDhGVdteAUx9cVr4jjQbLhtG/A==
|
integrity sha512-OJs0S4Z8bIgXJj/2U+BKX0hCyBnOcTn2I2IwRMfVXe7a+KetiF/loO4CslXh30d+0qN/vyYKg4X2/9jzJ56sgQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
blurhash "^2.0.5"
|
blurhash "^2.0.5"
|
||||||
http-link-header "^1.1.3"
|
http-link-header "^1.1.3"
|
||||||
|
|
Loading…
Reference in a new issue