Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and stalniy committed Jan 13, 2021
1 parent 2cea4cf commit 46bb33d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 35 deletions.
3 changes: 2 additions & 1 deletion .renovaterc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
{
"packageNames": [
"react",
"react-test-renderer"
"react-test-renderer",
"@types/react"
],
"groupName": "react"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/casl-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"license": "MIT",
"peerDependencies": {
"@casl/ability": "^3.0.0 || ^4.0.0 || ^5.1.0",
"react": "^15.0.0 || ^16.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand All @@ -60,7 +60,7 @@
"@semantic-release/npm": "^7.0.5",
"@testing-library/react-hooks": "^3.2.1",
"@types/node": "^14.0.5",
"@types/react": "^16.9.19",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "4.13.0",
"chai": "^4.1.0",
"chai-spies": "^1.0.0",
Expand All @@ -69,8 +69,8 @@
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-plugin-import": "^2.20.2",
"jest": "^26.0.0",
"react": "^16.3.0",
"react-test-renderer": "^16.3.0",
"react": "^17.0.1",
"react-test-renderer": "^17.0.1",
"rollup": "^2.10.9",
"rollup-plugin-sourcemaps": "^0.6.2",
"rollup-plugin-terser": "^7.0.0",
Expand Down
72 changes: 42 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46bb33d

Please sign in to comment.