Browse Source

Update window to the latest version 🚀 (#62)

* fix(package): update window to version 4.2.4

* Update expected properties for jsdom 11.5.1
pull/63/head
greenkeeper[bot] 7 years ago
committed by Luke Childs
parent
commit
142068ea08
  1. 2
      package.json
  2. 2
      test/fixtures/expectedProperties.json

2
package.json

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

2
test/fixtures/expectedProperties.json

@ -1,4 +1,6 @@
[
"AbortController",
"AbortSignal",
"ArrayBuffer",
"Attr",
"Audio",

Loading…
Cancel
Save