Skip to content

Commit

Permalink
Fix recoil version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmi committed Mar 27, 2022
1 parent 2584b58 commit c8d5ef9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 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 @@ -63,7 +63,7 @@
"react-dom": "^17.0.0",
"react-final-form": "^6.5.3",
"react-useportal": "^1.0.14",
"recoil": "^0.6.1",
"recoil": "^0.5.2",
"rollup": "^2.52.7",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-css-only": "^3.1.0",
Expand All @@ -74,7 +74,7 @@
"peerDependencies": {
"react": ">= 17",
"react-dom": ">= 17",
"recoil": ">= 0.6.1"
"recoil": "^0.5.2"
},
"dependencies": {
"@emotion/react": "^11.4.0",
Expand Down

0 comments on commit c8d5ef9

Please sign in to comment.