Skip to content

Commit

Permalink
fix: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisre committed Mar 28, 2021
1 parent 568b262 commit df2bb58
Show file tree
Hide file tree
Showing 2 changed files with 639 additions and 686 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": "^16 || ^17"
"react": "^16.8.0 || ^17.0.0"
},
"size-limit": [
{
Expand All @@ -82,36 +82,36 @@
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^4.9.1",
"@testing-library/dom": "^7.29.4",
"@testing-library/react": "^11.2.3",
"@testing-library/react-hooks": "^5.0.3",
"@size-limit/preset-small-lib": "^4.10.1",
"@testing-library/dom": "^7.30.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.1.0",
"@types/dom-screen-wake-lock": "^1.0.0",
"@types/jest": "^26.0.20",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.18.0",
"eslint-plugin-react": "^7.22.0",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.23.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.10.1",
"eslint-plugin-testing-library": "^3.10.2",
"husky": "^4.3.8",
"jest": "^26.6.3",
"jest-wake-lock-mock": "^1.1.0",
"lint-staged": ">=10.5.3",
"lint-staged": ">=10.5.4",
"microbundle": "^0.13.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"semantic-release": "^17.3.7",
"size-limit": "^4.9.1",
"semantic-release": "^17.4.2",
"size-limit": "^4.10.1",
"tiny-warning": "^1.0.3",
"ts-jest": "^26.5.0",
"typescript": "^4.1.3"
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --fix",
Expand Down
Loading

1 comment on commit df2bb58

@vercel
Copy link

@vercel vercel bot commented on df2bb58 Mar 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.