Skip to content

Commit

Permalink
chore(deps): upgrades sift and removes types hack for it
Browse files Browse the repository at this point in the history
Relates to #248
  • Loading branch information
stalniy committed Feb 10, 2020
1 parent 31fd387 commit d8cd5bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/casl-ability/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/casl-ability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"npm": "^6.0.0"
},
"dependencies": {
"sift": "11.1.1"
"sift": "^11.1.6"
}
}
1 change: 0 additions & 1 deletion packages/casl-ability/src/matchers/conditions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import '../sift';
import sift, { Query as SiftQuery } from 'sift';
import { ConditionsMatcher as Matcher, MatchConditions } from '../Rule';

Expand Down
6 changes: 0 additions & 6 deletions packages/casl-ability/src/sift.ts

This file was deleted.

0 comments on commit d8cd5bc

Please sign in to comment.