Browse Source

Merge 4ac2fb7ef3 into fb7da28945

pull/12/merge
Francisco Presencia 4 years ago
committed by GitHub
parent
commit
5fd599f659
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      package.json

4
package.json

@ -38,7 +38,7 @@
}, },
"homepage": "https://github.com/lukechilds/react-jsdom", "homepage": "https://github.com/lukechilds/react-jsdom",
"dependencies": { "dependencies": {
"react-dom": "^16.3.1", "react-dom": "^16.3.1 || ^17.0.0",
"window": "^4.1.1" "window": "^4.1.1"
}, },
"devDependencies": { "devDependencies": {
@ -49,7 +49,7 @@
"eslint-config-xo-react": "^0.16.0", "eslint-config-xo-react": "^0.16.0",
"eslint-plugin-react": "^7.2.0", "eslint-plugin-react": "^7.2.0",
"nyc": "^11.0.3", "nyc": "^11.0.3",
"react": "^16.3.1", "react": "^16.3.1 || ^17.0.0",
"this": "^1.0.2", "this": "^1.0.2",
"xo": "^0.20.3" "xo": "^0.20.3"
} }

Loading…
Cancel
Save