Skip to content

Commit f39a6bc

Browse files
Update dependency redux to v5
1 parent 60381e0 commit f39a6bc

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
@@ -11270,13 +11270,18 @@ redux-saga@^1.2.3:
1127011270
dependencies:
1127111271
"@redux-saga/core" "^1.3.0"
1127211272

11273-
redux@^4.0.0, redux@^4.0.5, redux@^4.2.1:
11273+
redux@^4.0.0, redux@^4.0.5:
1127411274
version "4.2.1"
1127511275
resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197"
1127611276
integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==
1127711277
dependencies:
1127811278
"@babel/runtime" "^7.9.2"
1127911279

11280+
redux@^5.0.0:
11281+
version "5.0.1"
11282+
resolved "https://registry.yarnpkg.com/redux/-/redux-5.0.1.tgz#97fa26881ce5746500125585d5642c77b6e9447b"
11283+
integrity sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==
11284+
1128011285
refractor@^3.6.0:
1128111286
version "3.6.0"
1128211287
resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.6.0.tgz#ac318f5a0715ead790fcfb0c71f4dd83d977935a"

0 commit comments

Comments
 (0)