Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v17 (#428)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 13, 2021
1 parent 2cea4cf commit 0ff708f
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v1.2.1
with:
version: 4.14.4
version: 5.15.0
- name: Cache dependencies
uses: actions/cache@v2
env:
Expand Down
4 changes: 3 additions & 1 deletion .renovaterc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
{
"packageNames": [
"react",
"react-test-renderer"
"react-test-renderer",
"@types/react",
"@testing-library/react-hooks"
],
"groupName": "react"
},
Expand Down
10 changes: 5 additions & 5 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 @@ -58,9 +58,9 @@
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@semantic-release/npm": "^7.0.5",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/react-hooks": "^4.0.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
98 changes: 50 additions & 48 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 0ff708f

Please sign in to comment.