Skip to content

Commit 610f6c5

Browse files
committed
update devDependencies (JSDOM) to latest version dwyl#6
1 parent efe5782 commit 610f6c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 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.2",
4+
"version": "1.0.3",
55
"homepage": "https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example",
66
"main": "index.html",
77
"repository": {
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"decache": "^4.5.1",
1414
"istanbul": "^0.4.5",
15-
"jsdom": "^14.0.0",
15+
"jsdom": "^15.1.1",
1616
"jsdom-global": "^3.0.2",
1717
"live-server": "^1.2.1",
1818
"pre-commit": "^1.2.2",

0 commit comments

Comments
 (0)