Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Sep 9, 2019
1 parent f8efa44 commit 635aff6
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 77 deletions.
171 changes: 99 additions & 72 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,16 +21,16 @@
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint-config-prettier": "^6.1.0",
"lint-staged": "^9.2.3",
"@typescript-eslint/eslint-plugin": "^2.1.0",
"@typescript-eslint/parser": "^2.1.0",
"eslint-config-prettier": "^6.2.0",
"lint-staged": "^9.2.5",
"prettier": "^1.18.0"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-angular": "^8.1.0",
"husky": "^3.0.4"
"husky": "^3.0.5"
},
"peerDependencies": {
"eslint": "^5.0.0"
Expand Down

0 comments on commit 635aff6

Please sign in to comment.