Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Aug 21, 2019
1 parent a4eb9bf commit 5209a1a
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 52 deletions.
105 changes: 59 additions & 46 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 @@ -21,16 +21,16 @@
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint-config-prettier": "^6.0.0",
"prettier": "^1.18.0",
"lint-staged": "^9.2.1"
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint-config-prettier": "^6.1.0",
"lint-staged": "^9.2.3",
"prettier": "^1.18.0"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-angular": "^8.1.0",
"husky": "^3.0.1"
"husky": "^3.0.4"
},
"peerDependencies": {
"eslint": "^5.0.0"
Expand Down

0 comments on commit 5209a1a

Please sign in to comment.