Husky fix for production build. (#2150)

* Trying to fix CI for husky 1.

* v0.19.0-beta.1
This commit is contained in:
Dessalines 2023-09-27 16:02:42 -04:00 committed by GitHub
parent a304c7d527
commit aec61ec5d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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