build(deps-dev): bump @types/redux-mock-store in /packages/pl-fe

Bumps [@types/redux-mock-store](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/redux-mock-store) from 1.0.6 to 1.5.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/redux-mock-store)

---
updated-dependencies:
- dependency-name: "@types/redux-mock-store"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-06 16:26:17 +00:00
committed by GitHub
parent 985234b5c4
commit eec3269da4
2 changed files with 5 additions and 5 deletions

View File

@ -164,7 +164,7 @@
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"@types/react-sparklines": "^1.7.5", "@types/react-sparklines": "^1.7.5",
"@types/react-swipeable-views": "^0.13.5", "@types/react-swipeable-views": "^0.13.5",
"@types/redux-mock-store": "^1.0.6", "@types/redux-mock-store": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0", "@typescript-eslint/parser": "^8.17.0",
"eslint": "^8.57.1", "eslint": "^8.57.1",

View File

@ -2862,10 +2862,10 @@
dependencies: dependencies:
"@types/react" "*" "@types/react" "*"
"@types/redux-mock-store@^1.0.6": "@types/redux-mock-store@^1.5.0":
version "1.0.6" version "1.5.0"
resolved "https://registry.yarnpkg.com/@types/redux-mock-store/-/redux-mock-store-1.0.6.tgz#0a03b2655028b7cf62670d41ac1de5ca1b1f5958" resolved "https://registry.yarnpkg.com/@types/redux-mock-store/-/redux-mock-store-1.5.0.tgz#53e9caa9f94c6839e5f34b1c9bcea09b911b67e0"
integrity sha512-eg5RDfhJTXuoJjOMyXiJbaDb1B8tfTaJixscmu+jOusj6adGC0Krntz09Tf4gJgXeCqCrM5bBMd+B7ez0izcAQ== integrity sha512-jcscBazm6j05Hs6xYCca6psTUBbFT2wqMxT7wZEHAYFxHB/I8jYk7d5msrHUlDiSL02HdTqTmkK2oIV8i3C8DA==
dependencies: dependencies:
redux "^4.0.5" redux "^4.0.5"