MERN_sample_app/client/package.json
dependabot[bot] 46147f392d
Bump immer and @reduxjs/toolkit in /client (#29)
Bumps [immer](https://github.com/immerjs/immer) to 9.0.16 and updates ancestor dependency [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit). These dependencies need to be updated together.


Updates `immer` from 6.0.3 to 9.0.16
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v6.0.3...v9.0.16)

Updates `@reduxjs/toolkit` from 1.3.5 to 1.9.0
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](https://github.com/reduxjs/redux-toolkit/compare/v1.3.5...v1.9.0)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: indirect
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-22 16:32:25 +01:00

45 lines
1 KiB
JSON

{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.9.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.21.2",
"bootstrap": "^4.4.1",
"firebase": "^7.24.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-jss": "^10.1.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "5.0.1",
"reactstrap": "^8.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:5000",
"devDependencies": {}
}