Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharmor committed Feb 15, 2021
1 parent 4270b84 commit 63a3d40
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 67 deletions.
106 changes: 45 additions & 61 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
],
"dependencies": {
"@rushstack/eslint-patch": "1.0.6",
"@typescript-eslint/eslint-plugin": "4.14.2",
"@typescript-eslint/parser": "4.14.2",
"@typescript-eslint/eslint-plugin": "4.15.0",
"@typescript-eslint/parser": "4.15.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "7.2.0",
"eslint-import-resolver-typescript": "2.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "7.5.0",
"vue-eslint-parser": "7.4.1"
"eslint-plugin-vue": "7.6.0",
"vue-eslint-parser": "7.5.0"
},
"peerDependencies": {
"eslint": "^7.19.0",
"eslint": "^7.20.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
"typescript": "^4.1.5"
}
}

0 comments on commit 63a3d40

Please sign in to comment.