lemmy-js-client 0.19.0-rc.15 → 0.19.0-rc.18
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/http.js +1 -1
- package/package.json +13 -13
package/dist/http.js
CHANGED
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.18",
|
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,24 +26,24 @@
|
|
26
26
|
]
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"cross-fetch": "^
|
29
|
+
"cross-fetch": "^4.0.0",
|
30
30
|
"form-data": "^4.0.0"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
|
-
"@types/node": "^20.
|
34
|
-
"@typescript-eslint/eslint-plugin": "^
|
35
|
-
"@typescript-eslint/parser": "^
|
36
|
-
"eslint": "^8.
|
37
|
-
"eslint-plugin-prettier": "^
|
33
|
+
"@types/node": "^20.10.0",
|
34
|
+
"@typescript-eslint/eslint-plugin": "^6.13.1",
|
35
|
+
"@typescript-eslint/parser": "^6.13.1",
|
36
|
+
"eslint": "^8.54.0",
|
37
|
+
"eslint-plugin-prettier": "^5.0.1",
|
38
38
|
"husky": "^8.0.3",
|
39
|
-
"lint-staged": "^
|
40
|
-
"prettier": "^3.
|
39
|
+
"lint-staged": "^15.1.0",
|
40
|
+
"prettier": "^3.1.0",
|
41
41
|
"prettier-plugin-import-sort": "^0.0.7",
|
42
|
-
"prettier-plugin-organize-imports": "^3.2.
|
43
|
-
"prettier-plugin-packagejson": "^2.4.
|
44
|
-
"sortpack": "^2.3.
|
42
|
+
"prettier-plugin-organize-imports": "^3.2.4",
|
43
|
+
"prettier-plugin-packagejson": "^2.4.6",
|
44
|
+
"sortpack": "^2.3.5",
|
45
45
|
"typedoc": "^0.24.7",
|
46
|
-
"typescript": "^5.
|
46
|
+
"typescript": "^5.3.2"
|
47
47
|
},
|
48
48
|
"importSort": {
|
49
49
|
".js, .jsx, .ts, .tsx": {
|