Skip to content

Commit

Permalink
Fix: broken npm install (#33767)
Browse files Browse the repository at this point in the history
Previous versions of react and next would mismatch and result in failing `npm i`




## Bug

CRITIACAL bug:
![image](https://user-images.githubusercontent.com/23448421/151566047-29f630a7-2885-489b-aea2-c4e9a75599ee.png)
  • Loading branch information
Mhmdrza committed Jan 28, 2022
1 parent 5ebc6d0 commit 5773c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-supertokens/package.json
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"next": "latest",
"react": "17.0.1",
"react-dom": "17.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"supertokens-auth-react": "^0.18.0",
"supertokens-node": "^8.1.0"
},
Expand Down

0 comments on commit 5773c53

Please sign in to comment.