mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
Merge pull request #15322 from ant-design/upgrade-jsdom-version
Upgrade jsdom
This commit is contained in:
commit
780bb7df0a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user