dependabot[bot] cf8ce1f837
build(deps): bump protons from 2.0.3 to 4.0.3 in /store-reactjs-chat
Bumps [protons](https://github.com/ipfs/protons) from 2.0.3 to 4.0.3.
- [Release notes](https://github.com/ipfs/protons/releases)
- [Commits](https://github.com/ipfs/protons/compare/protons-v2.0.3...protons-v4.0.3)

---
updated-dependencies:
- dependency-name: protons
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 03:27:23 +00:00

53 lines
1.2 KiB
JSON

{
"name": "store-reactjs-chat",
"version": "0.1.0",
"private": true,
"homepage": "/examples/store-reactjs-chat",
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.1.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"js-waku": "^0.24.0",
"protons": "^4.0.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "cra-webpack-rewired start",
"build": "cra-webpack-rewired build",
"test": "cra-webpack-rewired test",
"eject": "cra-webpack-rewired eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/dom": "^8.16.1",
"cra-webpack-rewired": "^1.0.1",
"process": "^0.11.10",
"typescript": "^4.7.4"
}
}