Skip to content

Commit

Permalink
feat: add support for react 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbansal committed Dec 9, 2020
1 parent bf589cc commit 21b399f
Show file tree
Hide file tree
Showing 2 changed files with 1,110 additions and 877 deletions.
47 changes: 23 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,34 +50,33 @@
"access": "public"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@testing-library/react": "^10.4.5",
"@testing-library/react-hooks": "^3.3.0",
"@types/jest": "^26.0.4",
"@types/react": "^16.9.43",
"@types/react-dom": "~16.9.8",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-react": "^7.20.3",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^3.7.0",
"@types/jest": "^26.0.18",
"@types/react": "^17.0.0",
"@types/react-dom": "~17.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-react": "^7.21.5",
"globby": "^11.0.1",
"husky": "^4.2.5",
"jest": "26.1.0",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"react": "~16.13.1",
"react-dom": "~16.13.1",
"react-test-renderer": "^16.13.1",
"husky": "^4.3.5",
"jest": "26.6.3",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"react": "~17.0.1",
"react-dom": "~17.0.1",
"react-test-renderer": "^17.0.1",
"rimraf": "~3.0.2",
"standard-version": "^8.0.1",
"ts-jest": "~26.1.1",
"ts-node": "^8.10.2",
"tslint": "~6.1.2",
"typescript": "~3.9.6"
"standard-version": "^9.0.0",
"ts-jest": "~26.4.4",
"ts-node": "^9.1.1",
"typescript": "~4.1.2"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down
Loading

0 comments on commit 21b399f

Please sign in to comment.