Skip to content

Commit cd852f1

Browse files
Update dependency redux to v5
1 parent 1eec791 commit cd852f1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"react-sortable-hoc": "^2.0.0",
8181
"react-syntax-highlighter": "^15.5.0",
8282
"react-textarea-autosize": "^8.5.2",
83-
"redux": "^4.2.1",
83+
"redux": "^5.0.0",
8484
"redux-mock-store": "^1.5.4",
8585
"redux-saga": "^1.2.3",
8686
"rehype-react": "^8.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11247,13 +11247,18 @@ redux-saga@^1.2.3:
1124711247
dependencies:
1124811248
"@redux-saga/core" "^1.3.0"
1124911249

11250-
redux@^4.0.0, redux@^4.0.5, redux@^4.2.1:
11250+
redux@^4.0.0, redux@^4.0.5:
1125111251
version "4.2.1"
1125211252
resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197"
1125311253
integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==
1125411254
dependencies:
1125511255
"@babel/runtime" "^7.9.2"
1125611256

11257+
redux@^5.0.0:
11258+
version "5.0.1"
11259+
resolved "https://registry.yarnpkg.com/redux/-/redux-5.0.1.tgz#97fa26881ce5746500125585d5642c77b6e9447b"
11260+
integrity sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==
11261+
1125711262
refractor@^3.6.0:
1125811263
version "3.6.0"
1125911264
resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.6.0.tgz#ac318f5a0715ead790fcfb0c71f4dd83d977935a"

0 commit comments

Comments
 (0)