Skip to content

Commit e7be4e4

Browse files
Update dependency react-redux to v9
1 parent 60eb5e2 commit e7be4e4

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"react-mde": "^11.5.0",
7474
"react-papaparse": "^4.0.2",
7575
"react-qr-reader": "^3.0.0-beta-1",
76-
"react-redux": "^8.1.1",
76+
"react-redux": "^9.0.0",
7777
"react-responsive": "^9.0.0-beta.10",
7878
"react-router-dom": "^6.14.1",
7979
"react-simple-keyboard": "^3.6.27",

yarn.lock

+6-10
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@
11261126
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
11271127
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
11281128

1129-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.2.0", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1129+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.2.0", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
11301130
version "7.23.9"
11311131
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
11321132
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
@@ -2760,7 +2760,7 @@
27602760
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
27612761
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
27622762

2763-
"@types/hoist-non-react-statics@^3.3.0", "@types/hoist-non-react-statics@^3.3.1":
2763+
"@types/hoist-non-react-statics@^3.3.0":
27642764
version "3.3.5"
27652765
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz#dab7867ef789d87e2b4b0003c9d65c49cc44a494"
27662766
integrity sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==
@@ -10919,16 +10919,12 @@ react-reconciler@~0.29.0:
1091910919
loose-envify "^1.1.0"
1092010920
scheduler "^0.23.0"
1092110921

10922-
react-redux@^8.1.1:
10923-
version "8.1.3"
10924-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.1.3.tgz#4fdc0462d0acb59af29a13c27ffef6f49ab4df46"
10925-
integrity sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==
10922+
react-redux@^9.0.0:
10923+
version "9.1.0"
10924+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-9.1.0.tgz#46a46d4cfed4e534ce5452bb39ba18e1d98a8197"
10925+
integrity sha512-6qoDzIO+gbrza8h3hjMA9aq4nwVFCKFtY2iLxCtVT38Swyy2C/dJCGBXHeHLtx6qlg/8qzc2MrhOeduf5K32wQ==
1092610926
dependencies:
10927-
"@babel/runtime" "^7.12.1"
10928-
"@types/hoist-non-react-statics" "^3.3.1"
1092910927
"@types/use-sync-external-store" "^0.0.3"
10930-
hoist-non-react-statics "^3.3.2"
10931-
react-is "^18.0.0"
1093210928
use-sync-external-store "^1.0.0"
1093310929

1093410930
react-refresh@^0.11.0:

0 commit comments

Comments
 (0)