bump pl-api
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
2637ff4403
commit
2b1e3bef57
3 changed files with 6 additions and 6 deletions
|
@ -132,7 +132,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.21",
|
"pl-api": "^0.0.22",
|
||||||
"postcss": "^8.4.29",
|
"postcss": "^8.4.29",
|
||||||
"process": "^0.11.10",
|
"process": "^0.11.10",
|
||||||
"punycode": "^2.1.1",
|
"punycode": "^2.1.1",
|
||||||
|
|
|
@ -5,7 +5,7 @@ import { SET_BROWSER_SUPPORT, SET_SUBSCRIPTION, CLEAR_SUBSCRIPTION, SET_ALERTS }
|
||||||
import type { SetterAction } from 'soapbox/actions/push-notifications/setter';
|
import type { SetterAction } from 'soapbox/actions/push-notifications/setter';
|
||||||
|
|
||||||
const SubscriptionRecord = ImmutableRecord({
|
const SubscriptionRecord = ImmutableRecord({
|
||||||
id: 0,
|
id: '',
|
||||||
endpoint: '',
|
endpoint: '',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -8385,10 +8385,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.21:
|
pl-api@^0.0.22:
|
||||||
version "0.0.21"
|
version "0.0.22"
|
||||||
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.0.21.tgz#1b1b9465fe8779969ebf05c77a781df7156c62a4"
|
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-0.0.22.tgz#1c8eedc70198a292bf86182a2ec677386f7ade6d"
|
||||||
integrity sha512-os0Em81tVJQDT/8GtWjmBIvqsR3bbBDhlt55StATyJLHb/OFDpBZ4xa7FctwBQxg7R3MrtbKnpOh1wFmzNraew==
|
integrity sha512-yDjoXuzvfsukuYdvxhExfWfE1CRzLzKypgRv6YK8L5C8KzkFjEhjYQFLref1dBGGta0kCUIZNDi+rk0l9j3x4g==
|
||||||
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