chore(deps-dev): bump @types/react-redux from 7.1.21 to 7.1.22

Bumps [@types/react-redux](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-redux) from 7.1.21 to 7.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-redux)

---
updated-dependencies:
- dependency-name: "@types/react-redux"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-01 04:01:45 +00:00
committed by GitHub
parent 6b9d5ef5e4
commit 1c9c8a31fd
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"@rollup/plugin-replace": "^3.0.1",
"@svgr/rollup": "^6.2.0",
"@types/d3": "^7.1.0",
"@types/react-redux": "^7.1.21",
"@types/react-redux": "^7.1.22",
"@types/redux": "^3.6.31",
"@types/resize-observer-browser": "^0.1.6",
"autoprefixer": "^10.4.1",
@@ -2859,9 +2859,9 @@
}
},
"node_modules/@types/react-redux": {
"version": "7.1.21",
"resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.21.tgz",
"integrity": "sha512-bLdglUiBSQNzWVVbmNPKGYYjrzp3/YDPwfOH3nLEz99I4awLlaRAPWjo6bZ2POpxztFWtDDXIPxBLVykXqBt+w==",
"version": "7.1.22",
"resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.22.tgz",
"integrity": "sha512-GxIA1kM7ClU73I6wg9IRTVwSO9GS+SAKZKe0Enj+82HMU6aoESFU2HNAdNi3+J53IaOHPiUfT3kSG4L828joDQ==",
"dependencies": {
"@types/hoist-non-react-statics": "^3.3.0",
"@types/react": "*",
@@ -12660,9 +12660,9 @@
}
},
"@types/react-redux": {
"version": "7.1.21",
"resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.21.tgz",
"integrity": "sha512-bLdglUiBSQNzWVVbmNPKGYYjrzp3/YDPwfOH3nLEz99I4awLlaRAPWjo6bZ2POpxztFWtDDXIPxBLVykXqBt+w==",
"version": "7.1.22",
"resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.22.tgz",
"integrity": "sha512-GxIA1kM7ClU73I6wg9IRTVwSO9GS+SAKZKe0Enj+82HMU6aoESFU2HNAdNi3+J53IaOHPiUfT3kSG4L828joDQ==",
"requires": {
"@types/hoist-non-react-statics": "^3.3.0",
"@types/react": "*",

View File

@@ -51,7 +51,7 @@
"@rollup/plugin-replace": "^3.0.1",
"@svgr/rollup": "^6.2.0",
"@types/d3": "^7.1.0",
"@types/react-redux": "^7.1.21",
"@types/react-redux": "^7.1.22",
"@types/redux": "^3.6.31",
"@types/resize-observer-browser": "^0.1.6",
"autoprefixer": "^10.4.1",