lemmy-js-client 0.15.0-rc.34 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lemmy-js-client",
3
3
  "description": "A javascript / typescript client for Lemmy",
4
- "version": "0.15.0-rc.34",
4
+ "version": "0.15.0",
5
5
  "author": "Dessalines <tyhou13@gmx.com>",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "./dist/index.js",
@@ -16,14 +16,14 @@
16
16
  },
17
17
  "repository": "https://github.com/LemmyNet/lemmy-js-client",
18
18
  "devDependencies": {
19
- "@types/node": "^16.11.11",
19
+ "@types/node": "^17.0.8",
20
20
  "@types/node-fetch": "^3.0.3",
21
- "@typescript-eslint/eslint-plugin": "^5.5.0",
22
- "@typescript-eslint/parser": "^5.5.0",
23
- "eslint": "^8.3.0",
21
+ "@typescript-eslint/eslint-plugin": "^5.9.1",
22
+ "@typescript-eslint/parser": "^5.9.1",
23
+ "eslint": "^8.6.0",
24
24
  "eslint-plugin-prettier": "^4.0.0",
25
25
  "husky": "^7.0.4",
26
- "lint-staged": "^12.1.2",
26
+ "lint-staged": "^12.1.7",
27
27
  "node-fetch": "^3.1.0",
28
28
  "prettier": "^2.5.0",
29
29
  "prettier-plugin-import-sort": "^0.0.7",
@@ -32,7 +32,7 @@
32
32
  "sortpack": "^2.2.0",
33
33
  "typedoc": "^0.21.6",
34
34
  "typedoc-plugin-sourcefile-url": "^1.0.6",
35
- "typescript": "^4.5.2"
35
+ "typescript": "^4.5.4"
36
36
  },
37
37
  "types": "./dist/index.d.ts",
38
38
  "lint-staged": {