update examples/with-next dependencies

This commit is contained in:
Felicio Mununga 2022-11-17 17:59:01 +01:00
parent 0346b94250
commit 25e8c76f26
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
2 changed files with 5 additions and 5 deletions

View File

@ -111,7 +111,7 @@ Get the source ready:
git clone https://github.com/status-im/status-web.git git clone https://github.com/status-im/status-web.git
cd ./status-web cd ./status-web
npm install npm install
npm build npm run build
``` ```
Add your Community's public key to your environment: Add your Community's public key to your environment:

View File

@ -12,12 +12,12 @@
"dependencies": { "dependencies": {
"@status-im/react": "^0.1.1", "@status-im/react": "^0.1.1",
"next": "12.3.1", "next": "12.3.1",
"react": "^18.0.0", "react": "^16.8.0 || ^17.0.0",
"react-dom": "^18.0.0" "react-dom": "^16.8.0 || ^17.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^17.0.0", "@types/react": "^16.8.0 || ^17.0.0",
"@types/react-dom": "^17.0.0", "@types/react-dom": "^16.8.0 || ^17.0.0",
"typescript": "^4.8.4" "typescript": "^4.8.4"
}, },
"engines": { "engines": {