Skip to content

Commit 9ab1220

Browse files
committed
update versions of devDependencies to latest to keep deps badge green! ✅
1 parent 56cfd1a commit 9ab1220

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "todomvc-example-in-vanilla-javascript-using-elm-architecture-",
33
"description": "Learn how to use The Elm Architecture in JavaScript to create functional and fast UI!",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"homepage": "https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example",
66
"main": "index.html",
77
"repository": {
@@ -10,14 +10,14 @@
1010
},
1111
"author": "@dwyl & friends!",
1212
"devDependencies": {
13-
"decache": "^4.4.0",
13+
"decache": "^4.5.1",
1414
"istanbul": "^0.4.5",
15-
"jsdom": "^13.0.0",
15+
"jsdom": "^14.0.0",
1616
"jsdom-global": "^3.0.2",
17-
"live-server": "^1.2.0",
17+
"live-server": "^1.2.1",
1818
"pre-commit": "^1.2.2",
1919
"tap-spec": "^5.0.0",
20-
"tape": "^4.9.1"
20+
"tape": "^4.10.1"
2121
},
2222
"scripts": {
2323
"check-coverage": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",

0 commit comments

Comments
 (0)