Update dependency @reduxjs/toolkit to v2.2.2
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 2024-03-21 00:48:36 +00:00
parent 1823ffeb4a
commit 545cad7b80
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "2.2.1",
"@reduxjs/toolkit": "2.2.2",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",

View File

@ -676,10 +676,10 @@
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.3.1.tgz#27d71a95247a9eaee03d47adee7e3bd594514136"
integrity sha512-W1ijvzzg+kPEX6LAc+50EYYSEo0FVu7dmTE+t+DM4iOLqgGHoW9uYSz9wCVdkXOEEMP9xhXfGpcSxsfDucyPkA==
"@reduxjs/toolkit@2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.2.1.tgz#3dce4906fb33da9e0122468ef21438dd7f2277a9"
integrity sha512-8CREoqJovQW/5I4yvvijm/emUiCCmcs4Ev4XPWd4mizSO+dD3g5G6w34QK5AGeNrSH7qM8Fl66j4vuV7dpOdkw==
"@reduxjs/toolkit@2.2.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.2.2.tgz#952fc8f8315d7274e28f6e4608b7ec66fce7e94e"
integrity sha512-454GZrEx3G6QSYwIx9ROaso1HR6sTH8qyZBe3KEsdWVGU3ayV8jYCwdaEJV3vl9V6+pi3GRl+7Xl7AeDna6qwQ==
dependencies:
immer "^10.0.3"
redux "^5.0.1"