Browse Source

Update jsdom to the latest version 🚀 (#15)

* fix(package): update jsdom to version 11.4.0

* Update expected properties for jsdom 11.4
pull/16/head
greenkeeper[bot] 8 years ago
committed by Luke Childs
parent
commit
0a5ff8d476
  1. 2
      package.json
  2. 9
      test/fixtures/expectedProperties.json

2
package.json

@ -35,7 +35,7 @@
}, },
"homepage": "https://github.com/lukechilds/window#readme", "homepage": "https://github.com/lukechilds/window#readme",
"dependencies": { "dependencies": {
"jsdom": "11.3.0" "jsdom": "11.4.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^0.23.0", "ava": "^0.23.0",

9
test/fixtures/expectedProperties.json

@ -34,7 +34,6 @@
"FocusEvent", "FocusEvent",
"FormData", "FormData",
"HTMLAnchorElement", "HTMLAnchorElement",
"HTMLAppletElement",
"HTMLAreaElement", "HTMLAreaElement",
"HTMLAudioElement", "HTMLAudioElement",
"HTMLBRElement", "HTMLBRElement",
@ -127,6 +126,12 @@
"PopStateEvent", "PopStateEvent",
"ProcessingInstruction", "ProcessingInstruction",
"ProgressEvent", "ProgressEvent",
"SVGAnimatedString",
"SVGElement",
"SVGGraphicsElement",
"SVGNumber",
"SVGSVGElement",
"SVGStringList",
"StyleSheet", "StyleSheet",
"StyleSheetList", "StyleSheetList",
"Text", "Text",
@ -150,7 +155,6 @@
"XPathExpression", "XPathExpression",
"XPathResult", "XPathResult",
"__stopAllTimers", "__stopAllTimers",
"__timers",
"_core", "_core",
"_document", "_document",
"_eventHandlers", "_eventHandlers",
@ -158,6 +162,7 @@
"_globalProxy", "_globalProxy",
"_length", "_length",
"_parent", "_parent",
"_pretendToBeVisual",
"_registeredHandlers", "_registeredHandlers",
"_runScripts", "_runScripts",
"_sessionHistory", "_sessionHistory",

Loading…
Cancel
Save