update examples/with-next dependencies
This commit is contained in:
parent
d35c311096
commit
9cf4375540
|
@ -111,7 +111,7 @@ Get the source ready:
|
|||
git clone https://github.com/status-im/status-web.git
|
||||
cd ./status-web
|
||||
npm install
|
||||
npm build
|
||||
npm run build
|
||||
```
|
||||
|
||||
Add your Community's public key to your environment:
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
"dependencies": {
|
||||
"@status-im/react": "^0.1.1",
|
||||
"next": "12.3.1",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0"
|
||||
"react": "^16.8.0 || ^17.0.0",
|
||||
"react-dom": "^16.8.0 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"@types/react": "^16.8.0 || ^17.0.0",
|
||||
"@types/react-dom": "^16.8.0 || ^17.0.0",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue