Skip to content

Commit

Permalink
update dependencies (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
YerkoPalma authored Jun 5, 2018
1 parent ffd41df commit 1d9b544
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/components/todos/todo.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function Todo (todo, emit) {
}

function handleEditKeydown (e) {
if (e.keyCode === 13) update(e) // Enter
if (e.keyCode === 13) update(e) // Enter
else if (e.code === 27) emit('todos:unedit') // Escape
}

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"xtend": "^4.0.1"
},
"devDependencies": {
"@types/node": "^8.0.20",
"browserify": "^14.3.0",
"@types/node": "^10.3.1",
"browserify": "^16.2.2",
"bundle-collapser": "^1.2.1",
"dependency-check": "^2.8.0",
"dependency-check": "^3.1.0",
"discify": "^1.6.0",
"hyperscript": "^2.0.2",
"pretty-bytes-cli": "^2.0.0",
"spok": "^0.8.1",
"standard": "^10.0.0",
"spok": "^0.9.1",
"standard": "^11.0.1",
"tape": "^4.6.3",
"tinyify": "^2.2.0",
"uglify-es": "^3.0.17",
"uglifyify": "^4.0.1",
"uglifyify": "^5.0.0",
"unassertify": "^2.0.4"
}
}

0 comments on commit 1d9b544

Please sign in to comment.