Skip to content

Commit 0024bcc

Browse files
Update dependency react-redux to v9
1 parent 27aa481 commit 0024bcc

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==
@@ -2764,7 +2764,7 @@
27642764
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
27652765
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
27662766

2767-
"@types/hoist-non-react-statics@^3.3.0", "@types/hoist-non-react-statics@^3.3.1":
2767+
"@types/hoist-non-react-statics@^3.3.0":
27682768
version "3.3.5"
27692769
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz#dab7867ef789d87e2b4b0003c9d65c49cc44a494"
27702770
integrity sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==
@@ -10946,16 +10946,12 @@ react-reconciler@~0.29.0:
1094610946
loose-envify "^1.1.0"
1094710947
scheduler "^0.23.0"
1094810948

10949-
react-redux@^8.1.1:
10950-
version "8.1.3"
10951-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.1.3.tgz#4fdc0462d0acb59af29a13c27ffef6f49ab4df46"
10952-
integrity sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==
10949+
react-redux@^9.0.0:
10950+
version "9.1.0"
10951+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-9.1.0.tgz#46a46d4cfed4e534ce5452bb39ba18e1d98a8197"
10952+
integrity sha512-6qoDzIO+gbrza8h3hjMA9aq4nwVFCKFtY2iLxCtVT38Swyy2C/dJCGBXHeHLtx6qlg/8qzc2MrhOeduf5K32wQ==
1095310953
dependencies:
10954-
"@babel/runtime" "^7.12.1"
10955-
"@types/hoist-non-react-statics" "^3.3.1"
1095610954
"@types/use-sync-external-store" "^0.0.3"
10957-
hoist-non-react-statics "^3.3.2"
10958-
react-is "^18.0.0"
1095910955
use-sync-external-store "^1.0.0"
1096010956

1096110957
react-refresh@^0.11.0:

0 commit comments

Comments
 (0)