Skip to content

Commit d53a870

Browse files
committed
chore: update dependencies
1 parent 310ca5a commit d53a870

File tree

2 files changed

+71
-71
lines changed

2 files changed

+71
-71
lines changed

package-lock.json

Lines changed: 63 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filter-anything",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"sideEffects": false,
55
"description": "A simple (TypeScript) integration of \"pick\" and \"omit\" to filter props of an object",
66
"main": "dist/index.cjs.js",
@@ -42,17 +42,17 @@
4242
"ts-toolbelt": "8.0.7"
4343
},
4444
"devDependencies": {
45-
"@typescript-eslint/eslint-plugin": "^4.5.0",
46-
"@typescript-eslint/parser": "^4.5.0",
45+
"@typescript-eslint/eslint-plugin": "^4.6.1",
46+
"@typescript-eslint/parser": "^4.6.1",
4747
"ava": "^3.13.0",
48-
"eslint": "^7.11.0",
49-
"eslint-config-prettier": "^6.13.0",
48+
"eslint": "^7.12.1",
49+
"eslint-config-prettier": "^6.15.0",
5050
"eslint-plugin-tree-shaking": "^1.8.0",
51-
"rollup": "^2.32.0",
52-
"rollup-plugin-typescript2": "^0.28.0",
51+
"rollup": "^2.33.1",
52+
"rollup-plugin-typescript2": "^0.29.0",
5353
"tsconfig-paths": "^3.9.0",
5454
"ts-node": "^9.0.0",
55-
"typescript": "^4.0.3"
55+
"typescript": "^4.0.5"
5656
},
5757
"ava": {
5858
"extensions": [

0 commit comments

Comments
 (0)