chore(web-chat): bump dependencies
This commit is contained in:
parent
4f161be019
commit
66bfdf6d69
|
@ -5,7 +5,7 @@
|
||||||
"homepage": "/web-chat",
|
"homepage": "/web-chat",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@libp2p/bootstrap": "^5.0.0",
|
"@libp2p/bootstrap": "^5.0.0",
|
||||||
"@livechat/ui-kit": "^0.5.0-20",
|
"@livechat/ui-kit": "^0.5.0-24",
|
||||||
"@multiformats/multiaddr": "11.0.7",
|
"@multiformats/multiaddr": "11.0.7",
|
||||||
"@waku/byte-utils": "^0.0.2",
|
"@waku/byte-utils": "^0.0.2",
|
||||||
"@waku/core": "^0.0.6",
|
"@waku/core": "^0.0.6",
|
||||||
|
@ -16,20 +16,20 @@
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"server-name-generator": "^1.0.5",
|
"server-name-generator": "^1.0.5",
|
||||||
"uint8arraylist": "^2.3.2"
|
"uint8arraylist": "^2.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^27.5.0",
|
"@types/jest": "^27.5.2",
|
||||||
"@types/node": "^17.0.32",
|
"@types/node": "^17.0.45",
|
||||||
"@types/react": "^18.0.18",
|
"@types/react": "^18.0.25",
|
||||||
"@types/react-dom": "^17.0.11",
|
"@types/react-dom": "^18.0.9",
|
||||||
"cspell": "^6.0.0",
|
"cspell": "^6.14.3",
|
||||||
"gh-pages": "^4.0.0",
|
"gh-pages": "^4.0.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^2.6.2",
|
"prettier": "^2.7.1",
|
||||||
"protons": "^5.1.0",
|
"protons": "^5.1.0",
|
||||||
"react-scripts": "5.0.1",
|
"react-scripts": "5.0.1",
|
||||||
"typescript": "^4.6.4",
|
"typescript": "^4.9.3",
|
||||||
"url": "^0.11.0"
|
"url": "^0.11.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue