Browse Source

fix(package): update jsdom to version 11.5.1 (#17)

* fix(package): update jsdom to version 11.5.1

Closes #16

* Update expected properties for jsdom 11.5.1
pull/18/head
Luke Childs 7 years ago
committed by GitHub
parent
commit
4118c118e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 2
      test/fixtures/expectedProperties.json

2
package.json

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

2
test/fixtures/expectedProperties.json

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

Loading…
Cancel
Save