Skip to content

Commit

Permalink
Upgraded jest; release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Buneev committed Apr 22, 2020
1 parent 46ba590 commit 8946a48
Show file tree
Hide file tree
Showing 2 changed files with 1,389 additions and 1,204 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-sort-keys-fix",
"version": "1.1.0",
"version": "1.1.1",
"description": "Fork of eslint rule that sorts keys in objects (https://eslint.org/docs/rules/sort-keys) with autofix enabled",
"repository": {
"url": "https://github.com/leo-buneev/eslint-plugin-sort-keys-fix",
Expand Down Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-tyrecheck": "https://tycgitlab.tyrecheck.com/leonid.buneev/eslint-plugin-tyrecheck.git",
"jest": "^24.9.0",
"jest": "^25.4.0",
"prettier": "^1.19.1"
},
"engines": {
Expand Down
Loading

0 comments on commit 8946a48

Please sign in to comment.