From 0877807f7f96e0ae813d2979ef3eecfae51f403f Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 8 Sep 2020 09:32:53 -0500 Subject: [PATCH] v1.0.10 --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index d10b4ae..17f90e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lemmy-js-client", "description": "A javascript / typescript client for Lemmy", - "version": "1.0.8", + "version": "1.0.10", "author": "Dessalines ", "license": "AGPL-3.0", "main": "./dist/index.js", @@ -16,14 +16,14 @@ "repository": "https://github.com/LemmyNet/lemmy-js-client", "devDependencies": { "@types/node-fetch": "^2.5.6", - "eslint": "^7.5.0", - "eslint-plugin-jane": "^8.0.4", - "husky": "^4.2.5", - "lint-staged": "^10.1.3", - "node-fetch": "^2.6.0", - "prettier": "^2.0.4", - "sortpack": "^2.1.4", - "typescript": "^3.8.3" + "eslint": "^7.8.1", + "eslint-plugin-jane": "^9.0.0", + "husky": "^4.3.0", + "lint-staged": "^10.3.0", + "node-fetch": "^2.6.1", + "prettier": "^2.1.1", + "sortpack": "^2.1.8", + "typescript": "^4.0.2" }, "types": "./dist/index.d.ts", "husky": {