Update dependency @types/react-redux to v7.1.28
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-10-18 13:28:00 +00:00
parent ce6aba968b
commit eea3cbd3f6
2 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
"@types/node": "18.18.6", "@types/node": "18.18.6",
"@types/react": "18.2.29", "@types/react": "18.2.29",
"@types/react-dom": "18.2.13", "@types/react-dom": "18.2.13",
"@types/react-redux": "7.1.27", "@types/react-redux": "7.1.28",
"jest": "29.7.0", "jest": "29.7.0",
"jest-css-modules-transform": "4.4.2", "jest-css-modules-transform": "4.4.2",
"ts-jest": "29.1.1", "ts-jest": "29.1.1",

View File

@ -888,10 +888,10 @@
dependencies: dependencies:
"@types/react" "*" "@types/react" "*"
"@types/react-redux@7.1.27": "@types/react-redux@7.1.28":
version "7.1.27" version "7.1.28"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.27.tgz#1afb31f7354bf787e162c10ff3fa19bafa9e6b57" resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.28.tgz#30a44303c7daceb6ede9cfb4aaf72e64f1dde4de"
integrity sha512-xj7d9z32p1K/eBmO+OEy+qfaWXtcPlN8f1Xk3Ne0p/ZRQ867RI5bQ/bpBtxbqU1AHNhKJSgGvld/P2myU2uYkg== integrity sha512-EQr7cChVzVUuqbA+J8ArWK1H0hLAHKOs21SIMrskKZ3nHNeE+LFYA+IsoZGhVOT8Ktjn3M20v4rnZKN3fLbypw==
dependencies: dependencies:
"@types/hoist-non-react-statics" "^3.3.0" "@types/hoist-non-react-statics" "^3.3.0"
"@types/react" "*" "@types/react" "*"