Skip to content

Commit

Permalink
chore: update dependencies + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL committed Jul 13, 2019
1 parent fc45828 commit c607cd4
Show file tree
Hide file tree
Showing 3 changed files with 1,523 additions and 1,326 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/carbon
lts/*
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botkit-middleware-typing",
"version": "1.1.0",
"version": "1.1.1",
"description": "Middleware to enable typing indicator",
"main": "src/index.js",
"scripts": {
Expand All @@ -21,18 +21,18 @@
"url": "git@github.com:MarcL/botkit-middleware-typing.git"
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"eslint": "^5.9.0",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-mocha": "^5.2.0",
"husky": "^1.3.1",
"husky": "^3.0.0",
"jest": "^24.5.0",
"lint-staged": "^8.1.5",
"np": "^4.0.2",
"lint-staged": "^9.2.0",
"np": "^5.0.3",
"prettier": "^1.15.2"
},
"husky": {
Expand All @@ -49,7 +49,7 @@
]
},
"engines": {
"node": "8.x"
"node": ">= 8.x"
},
"files": [
"/src"
Expand Down
Loading

0 comments on commit c607cd4

Please sign in to comment.