Merge pull request #15322 from ant-design/upgrade-jsdom-version

Upgrade jsdom
This commit is contained in:
偏右 2019-03-11 19:00:33 +08:00 committed by GitHub
commit 780bb7df0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@
"immutability-helper": "^3.0.0",
"intersection-observer": "^0.5.0",
"jest": "^24.0.0",
"jsdom": "^13.0.0",
"jsdom": "^14.0.0",
"jsonml.js": "^0.1.0",
"lint-staged": "^8.0.2",
"logrocket": "^0.6.19",
@ -191,7 +191,7 @@
"xhr2": "^0.1.4"
},
"scripts": {
"test": "jest --config .jest.js --verbose=false --no-cache",
"test": "jest --config .jest.js --no-cache",
"test-node": "jest --config .jest.node.js --no-cache",
"test-all": "./scripts/test-all.sh",
"lint": "npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style",