lemmy-js-client 0.19.0-rc.18 → 0.19.0-rc.19
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lemmy-js-client",
|
3
|
-
"version": "0.19.0-rc.
|
3
|
+
"version": "0.19.0-rc.19",
|
4
4
|
"description": "A javascript / typescript client for Lemmy",
|
5
5
|
"repository": "https://github.com/LemmyNet/lemmy-js-client",
|
6
6
|
"license": "AGPL-3.0",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
]
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"cross-fetch": "^
|
29
|
+
"cross-fetch": "^3.1.5",
|
30
30
|
"form-data": "^4.0.0"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|