Skip to content

Commit

Permalink
fix: remove alpha version from eslint-plugin-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
andr-ll committed Jul 13, 2023
1 parent 776686a commit 5debff0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vator",
"version": "1.1.0",
"version": "1.1.1",
"author": "Andrii Lytovchenko <andr.lyt.dev@gmail.com>",
"license": "MIT",
"description": "Assert validator for TypeScript projects",
Expand Down Expand Up @@ -56,7 +56,7 @@
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.1",
"npsh": "^2.0.5",
"prettier": "^3.0.0",
Expand Down

0 comments on commit 5debff0

Please sign in to comment.