diff --git a/package.json b/package.json index fe16d8ff..8d0a7d17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lemmy-ui", - "version": "0.19.0-rc.1", + "version": "0.19.0-beta.1", "description": "An isomorphic UI for lemmy", "repository": "https://github.com/LemmyNet/lemmy-ui", "license": "AGPL-3.0", @@ -59,6 +59,7 @@ "express": "~4.18.2", "history": "^5.3.0", "html-to-text": "^9.0.5", + "husky": "^8.0.3", "i18next": "^23.3.0", "inferno": "^8.2.2", "inferno-create-element": "^8.2.2", @@ -116,7 +117,6 @@ "eslint-plugin-inferno": "^7.32.2", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^5.0.0", - "husky": "^8.0.3", "import-sort-style-module": "^6.0.0", "lint-staged": "^13.2.3", "prettier": "^3.0.0",