]> Untitled Git - lemmy-ui.git/commitdiff
v0.18.0-rc.5
authorDessalines <tyhou13@gmx.com>
Wed, 21 Jun 2023 23:48:43 +0000 (19:48 -0400)
committerDessalines <tyhou13@gmx.com>
Wed, 21 Jun 2023 23:48:43 +0000 (19:48 -0400)
package.json

index 9a285463d74f9f39a89ce27a4c048ebdef2465d7..1055d8532f70dd5c0bcea220b8dcbf20ffa31b3f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "lemmy-ui",
-  "version": "0.18.0-rc.4",
+  "version": "0.18.0-rc.5",
   "description": "An isomorphic UI for lemmy",
   "repository": "https://github.com/LemmyNet/lemmy-ui",
   "license": "AGPL-3.0",
     "translations:update": "git submodule update --remote --recursive"
   },
   "lint-staged": {
-    "*.{ts,tsx,js}": ["prettier --write", "eslint --fix"],
-    "*.{css, scss}": ["prettier --write"],
-    "package.json": ["sortpack"]
+    "*.{ts,tsx,js}": [
+      "prettier --write",
+      "eslint --fix"
+    ],
+    "*.{css, scss}": [
+      "prettier --write"
+    ],
+    "package.json": [
+      "sortpack"
+    ]
   },
   "dependencies": {
     "@babel/plugin-proposal-decorators": "^7.21.0",