Skip to content

Commit

Permalink
Chore: Upgrade Redux to v5 (#60)
Browse files Browse the repository at this point in the history
* Chore: Upgrade Redux to v5

* Bump patch version
  • Loading branch information
josiasds authored Mar 11, 2024
1 parent ff9755b commit 4d8da9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-flash",
"version": "2.0.7",
"version": "2.0.8",
"description": "Redux action creators for displaying flash messages",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"eslint": "^8.44.0",
"eslint-plugin-import": "^2.2.0",
"jest": "^29.5.0",
"redux": "^4.0.4",
"redux": "^5.0.1",
"redux-mock-store": "^1.3.0",
"size-limit": "^8.2.6"
},
Expand All @@ -49,6 +49,6 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"redux": "^4.0.0 || ^3.0.0"
"redux": "^4.0.0 || ^3.0.0 || ^5.0.0"
}
}
12 changes: 5 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==

"@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
"@babel/runtime@^7.8.4":
version "7.22.6"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438"
integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==
Expand Down Expand Up @@ -4132,12 +4132,10 @@ redux-mock-store@^1.3.0:
dependencies:
lodash.isplainobject "^4.0.6"

redux@^4.0.4:
version "4.2.1"
resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197"
integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==
dependencies:
"@babel/runtime" "^7.9.2"
redux@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/redux/-/redux-5.0.1.tgz#97fa26881ce5746500125585d5642c77b6e9447b"
integrity sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==

regenerate-unicode-properties@^10.1.0:
version "10.1.0"
Expand Down

0 comments on commit 4d8da9c

Please sign in to comment.