Skip to content

Commit

Permalink
Downgrade react to 17 until vercel/swr#1906 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Apr 12, 2022
1 parent 04b3430 commit 485597f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"devDependencies": {
"@types/react": "^17.0.43",
"bunchee": "1.8.2",
"react": "^18.0.0",
"react": "^17.0.0",
"swr": "^1.2.2",
"typescript": "^4.6.3"
},
"peerDependencies": {
"swr": "^1.0.0",
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
"react": "^16.11.0 || ^17.0.0"
}
}

1 comment on commit 485597f

@piotr-cz
Copy link
Owner Author

Choose a reason for hiding this comment

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

Actuall unil vercel/swr#1904 is resolved

Please sign in to comment.