mirror of https://github.com/waku-org/js-waku.git
web-chat: Upgrade dependencies
This commit is contained in:
parent
ead78ca6d3
commit
374b0b37b6
File diff suppressed because it is too large
Load Diff
|
@ -17,21 +17,21 @@
|
||||||
"stream-browserify": "^3.0.0"
|
"stream-browserify": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/jest-dom": "^5.16.2",
|
"@testing-library/jest-dom": "^5.16.4",
|
||||||
"@testing-library/react": "^12.1.2",
|
"@testing-library/react": "^13.2.0",
|
||||||
"@testing-library/user-event": "^14.0.4",
|
"@testing-library/user-event": "^14.1.1",
|
||||||
"@types/jest": "^27.4.0",
|
"@types/jest": "^27.5.0",
|
||||||
"@types/node": "^17.0.17",
|
"@types/node": "^17.0.32",
|
||||||
"@types/react": "^18.0.8",
|
"@types/react": "^18.0.9",
|
||||||
"@types/react-dom": "^18.0.3",
|
"@types/react-dom": "^18.0.3",
|
||||||
"assert": "^2.0.0",
|
"assert": "^2.0.0",
|
||||||
"cra-webpack-rewired": "^1.0.1",
|
"cra-webpack-rewired": "^1.0.1",
|
||||||
"cspell": "^5.18.4",
|
"cspell": "^5.20.0",
|
||||||
"gh-pages": "^3.2.3",
|
"gh-pages": "^4.0.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^2.5.1",
|
"prettier": "^2.6.2",
|
||||||
"react-scripts": "5.0.0",
|
"react-scripts": "5.0.1",
|
||||||
"typescript": "^4.5.5",
|
"typescript": "^4.6.4",
|
||||||
"url": "^0.11.0"
|
"url": "^0.11.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue