Skip to content

Commit c3fa361

Browse files
committed
Upgrade react-redux to 8.0
1 parent 6c30ba1 commit c3fa361

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

ui/frontend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-popper": "^2.0.0",
2525
"react-portal": "^4.1.4",
2626
"react-prism": "^4.0.0",
27-
"react-redux": "^7.0.0",
27+
"react-redux": "^8.0.2",
2828
"react-shadow": "^19.0.2",
2929
"redux": "^4.0.0",
3030
"redux-thunk": "^2.1.0",
@@ -45,7 +45,6 @@
4545
"@types/lodash": "^4.14.118",
4646
"@types/react": "^17.0.2",
4747
"@types/react-dom": "^17.0.1",
48-
"@types/react-redux": "^7.1.2",
4948
"@typescript-eslint/eslint-plugin": "^5.9.0",
5049
"@typescript-eslint/parser": "^5.9.0",
5150
"autoprefixer": "^10.2.4",

ui/frontend/yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
"@babel/plugin-transform-react-jsx-development" "^7.16.7"
930930
"@babel/plugin-transform-react-pure-annotations" "^7.16.7"
931931

932-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.15.4", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
932+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
933933
version "7.18.3"
934934
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4"
935935
integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==
@@ -1367,7 +1367,7 @@
13671367
dependencies:
13681368
"@types/node" "*"
13691369

1370-
"@types/hoist-non-react-statics@^3.3.0":
1370+
"@types/hoist-non-react-statics@^3.3.1":
13711371
version "3.3.1"
13721372
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
13731373
integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==
@@ -1464,16 +1464,6 @@
14641464
dependencies:
14651465
"@types/react" "^17"
14661466

1467-
"@types/react-redux@^7.1.2", "@types/react-redux@^7.1.20":
1468-
version "7.1.24"
1469-
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.24.tgz#6caaff1603aba17b27d20f8ad073e4c077e975c0"
1470-
integrity sha512-7FkurKcS1k0FHZEtdbbgN8Oc6b+stGSfZYjQGicofJ0j4U0qIn/jaSvnP2pLwZKiai3/17xqqxkkrxTgN8UNbQ==
1471-
dependencies:
1472-
"@types/hoist-non-react-statics" "^3.3.0"
1473-
"@types/react" "*"
1474-
hoist-non-react-statics "^3.3.0"
1475-
redux "^4.0.0"
1476-
14771467
"@types/react@*", "@types/react@^17", "@types/react@^17.0.2":
14781468
version "17.0.45"
14791469
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.45.tgz#9b3d5b661fd26365fefef0e766a1c6c30ccf7b3f"
@@ -1493,6 +1483,11 @@
14931483
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
14941484
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
14951485

1486+
"@types/use-sync-external-store@^0.0.3":
1487+
version "0.0.3"
1488+
resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43"
1489+
integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==
1490+
14961491
"@types/yargs-parser@*":
14971492
version "21.0.0"
14981493
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
@@ -4998,7 +4993,7 @@ prompts@^2.0.1:
49984993
kleur "^3.0.3"
49994994
sisteransi "^1.0.5"
50004995

5001-
prop-types@^15.5.8, prop-types@^15.7.2, prop-types@^15.8.1:
4996+
prop-types@^15.5.8, prop-types@^15.8.1:
50024997
version "15.8.1"
50034998
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
50044999
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -5078,7 +5073,7 @@ react-is@^16.13.1, react-is@^16.7.0:
50785073
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
50795074
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
50805075

5081-
react-is@^17.0.1, react-is@^17.0.2:
5076+
react-is@^17.0.1:
50825077
version "17.0.2"
50835078
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
50845079
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
@@ -5115,17 +5110,17 @@ react-prism@^4.0.0:
51155110
resolved "https://registry.yarnpkg.com/react-prism/-/react-prism-4.3.2.tgz#5c07609539b3ba6f45eb33e7d6a3588df3270c21"
51165111
integrity sha512-Z8BzDfWxzhngDtnZFjYj4RgHo7uqiWB4cOCpp//GFEpWbtINbCqHLIpL+q/f8ah5Aokw/uXkBkoLgvYIGgtm4A==
51175112

5118-
react-redux@^7.0.0:
5119-
version "7.2.8"
5120-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.8.tgz#a894068315e65de5b1b68899f9c6ee0923dd28de"
5121-
integrity sha512-6+uDjhs3PSIclqoCk0kd6iX74gzrGc3W5zcAjbrFgEdIjRSQObdIwfx80unTkVUYvbQ95Y8Av3OvFHq1w5EOUw==
5113+
react-redux@^8.0.2:
5114+
version "8.0.2"
5115+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.0.2.tgz#bc2a304bb21e79c6808e3e47c50fe1caf62f7aad"
5116+
integrity sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==
51225117
dependencies:
5123-
"@babel/runtime" "^7.15.4"
5124-
"@types/react-redux" "^7.1.20"
5118+
"@babel/runtime" "^7.12.1"
5119+
"@types/hoist-non-react-statics" "^3.3.1"
5120+
"@types/use-sync-external-store" "^0.0.3"
51255121
hoist-non-react-statics "^3.3.2"
5126-
loose-envify "^1.4.0"
5127-
prop-types "^15.7.2"
5128-
react-is "^17.0.2"
5122+
react-is "^18.0.0"
5123+
use-sync-external-store "^1.0.0"
51295124

51305125
react-shadow@^19.0.2:
51315126
version "19.0.3"
@@ -6247,6 +6242,11 @@ url@^0.11.0:
62476242
punycode "1.3.2"
62486243
querystring "0.2.0"
62496244

6245+
use-sync-external-store@^1.0.0:
6246+
version "1.1.0"
6247+
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.1.0.tgz#3343c3fe7f7e404db70f8c687adf5c1652d34e82"
6248+
integrity sha512-SEnieB2FPKEVne66NpXPd1Np4R1lTNKfjuy3XdIoPQKYBAFdzbzSZlSn1KJZUiihQLQC5Znot4SBz1EOTBwQAQ==
6249+
62506250
util-deprecate@^1.0.2:
62516251
version "1.0.2"
62526252
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)