Browse Source
fix(package): update jsdom to version 11.6.2 (#21)
* fix(package): update jsdom to version 11.6.2
Closes #19
* Update expected properties for jsdom 11.6.2
pull/22/head
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
14 additions and
5 deletions
-
package.json
-
test/fixtures/expectedProperties.json
|
|
@ -35,7 +35,7 @@ |
|
|
|
}, |
|
|
|
"homepage": "https://github.com/lukechilds/window#readme", |
|
|
|
"dependencies": { |
|
|
|
"jsdom": "11.5.1" |
|
|
|
"jsdom": "11.6.2" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"ava": "^0.25.0", |
|
|
|
|
|
@ -4,6 +4,7 @@ |
|
|
|
"ArrayBuffer", |
|
|
|
"Attr", |
|
|
|
"Audio", |
|
|
|
"BarProp", |
|
|
|
"Blob", |
|
|
|
"CDATASection", |
|
|
|
"CSSImportRule", |
|
|
@ -13,6 +14,7 @@ |
|
|
|
"CSSStyleRule", |
|
|
|
"CSSStyleSheet", |
|
|
|
"CharacterData", |
|
|
|
"CloseEvent", |
|
|
|
"Comment", |
|
|
|
"CompositionEvent", |
|
|
|
"CustomEvent", |
|
|
@ -125,6 +127,7 @@ |
|
|
|
"NodeIterator", |
|
|
|
"NodeList", |
|
|
|
"Option", |
|
|
|
"Performance", |
|
|
|
"PopStateEvent", |
|
|
|
"ProcessingInstruction", |
|
|
|
"ProgressEvent", |
|
|
@ -134,6 +137,7 @@ |
|
|
|
"SVGNumber", |
|
|
|
"SVGSVGElement", |
|
|
|
"SVGStringList", |
|
|
|
"Screen", |
|
|
|
"StyleSheet", |
|
|
|
"StyleSheetList", |
|
|
|
"Text", |
|
|
@ -146,6 +150,7 @@ |
|
|
|
"Uint32Array", |
|
|
|
"Uint8Array", |
|
|
|
"Uint8ClampedArray", |
|
|
|
"WebSocket", |
|
|
|
"WheelEvent", |
|
|
|
"Window", |
|
|
|
"XMLDocument", |
|
|
@ -157,7 +162,6 @@ |
|
|
|
"XPathExpression", |
|
|
|
"XPathResult", |
|
|
|
"__stopAllTimers", |
|
|
|
"_core", |
|
|
|
"_document", |
|
|
|
"_eventHandlers", |
|
|
|
"_frameElement", |
|
|
@ -181,7 +185,7 @@ |
|
|
|
"close", |
|
|
|
"confirm", |
|
|
|
"console", |
|
|
|
"createPopup", |
|
|
|
"devicePixelRatio", |
|
|
|
"dispatchEvent", |
|
|
|
"document", |
|
|
|
"external", |
|
|
@ -194,6 +198,8 @@ |
|
|
|
"innerWidth", |
|
|
|
"length", |
|
|
|
"location", |
|
|
|
"locationbar", |
|
|
|
"menubar", |
|
|
|
"moveBy", |
|
|
|
"moveTo", |
|
|
|
"name", |
|
|
@ -204,6 +210,8 @@ |
|
|
|
"pageXOffset", |
|
|
|
"pageYOffset", |
|
|
|
"parent", |
|
|
|
"performance", |
|
|
|
"personalbar", |
|
|
|
"postMessage", |
|
|
|
"print", |
|
|
|
"prompt", |
|
|
@ -218,15 +226,16 @@ |
|
|
|
"screenY", |
|
|
|
"scroll", |
|
|
|
"scrollBy", |
|
|
|
"scrollLeft", |
|
|
|
"scrollTo", |
|
|
|
"scrollTop", |
|
|
|
"scrollX", |
|
|
|
"scrollY", |
|
|
|
"scrollbars", |
|
|
|
"self", |
|
|
|
"setInterval", |
|
|
|
"setTimeout", |
|
|
|
"statusbar", |
|
|
|
"stop", |
|
|
|
"toolbar", |
|
|
|
"top", |
|
|
|
"window" |
|
|
|
] |
|
|
|