Skip to content

Commit

Permalink
chore(deps): bump @reduxjs/toolkit from 1.8.5 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 1.8.5 to 1.9.1.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v1.8.5...v1.9.1)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 24, 2023
1 parent 5fc664f commit 5811d05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-slider": "^1.0.0",
"@radix-ui/react-tooltip": "^0.1.7",
"@reduxjs/toolkit": "1.9.0",
"@reduxjs/toolkit": "1.9.1",
"@storybook/addon-essentials": "6.5.15",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/builder-webpack5": "6.5.15",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3012,10 +3012,10 @@
dependencies:
"@babel/runtime" "^7.13.10"

"@reduxjs/toolkit@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.9.0.tgz#76b264fcea677d256b18f86cc77e00743a9e02b0"
integrity sha512-ak11IrjYcUXRqlhNPwnz6AcvA2ynJTu8PzDbbqQw4a3xR4KZtgiqbNblQD+10CRbfK4+5C79SOyxnT9dhBqFnA==
"@reduxjs/toolkit@1.9.1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.9.1.tgz#4c34dc4ddcec161535288c60da5c19c3ef15180e"
integrity sha512-HikrdY+IDgRfRYlCTGUQaiCxxDDgM1mQrRbZ6S1HFZX5ZYuJ4o8EstNmhTwHdPl2rTmLxzwSu0b3AyeyTlR+RA==
dependencies:
immer "^9.0.16"
redux "^4.2.0"
Expand Down

0 comments on commit 5811d05

Please sign in to comment.