Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Oct 4, 2019
1 parent bb28deb commit 5b0227c
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 48 deletions.
94 changes: 51 additions & 43 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.3.1",
"@typescript-eslint/parser": "^2.3.1",
"@typescript-eslint/eslint-plugin": "^2.3.2",
"@typescript-eslint/parser": "^2.3.2",
"eslint-config-prettier": "^6.3.0"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-angular": "^8.2.0",
"husky": "^3.0.7",
"lint-staged": "^9.4.0",
"husky": "^3.0.8",
"lint-staged": "^9.4.1",
"prettier": "^1.18.2"
},
"peerDependencies": {
"eslint": "^5.0.0"
"eslint": "^6.0.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 5b0227c

Please sign in to comment.