Browse Source

Update window to the latest version 🚀 (#61)

* fix(package): update window to version 4.2.3

* Update expected properties for jsdom 11.4
pull/62/head
greenkeeper[bot] 7 years ago
committed by Luke Childs
parent
commit
7686f67868
  1. 2
      package.json
  2. 9
      test/fixtures/expectedProperties.json

2
package.json

@ -35,7 +35,7 @@
},
"homepage": "https://github.com/lukechilds/browser-env#readme",
"dependencies": {
"window": "4.2.2"
"window": "4.2.3"
},
"devDependencies": {
"ava": "^0.23.0",

9
test/fixtures/expectedProperties.json

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

Loading…
Cancel
Save