Skip to content

Commit 338b020

Browse files
fix(deps): update react monorepo to v18 (#162)
1 parent 8e071ac commit 338b020

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"lodash.omit": "4.5.0",
1515
"lodash.throttle": "4.1.1",
1616
"moment": "2.29.1",
17-
"react": "16.14.0",
17+
"react": "18.0.0",
1818
"react-bootstrap": "2.2.2",
19-
"react-dom": "16.14.0",
19+
"react-dom": "18.0.0",
2020
"react-scripts": "5.0.0",
2121
"react-syntax-highlighter": "15.5.0",
2222
"react-toastify": "8.2.0",

yarn.lock

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7730,15 +7730,13 @@ react-dev-utils@^12.0.0:
77307730
strip-ansi "^6.0.1"
77317731
text-table "^0.2.0"
77327732

7733-
react-dom@16.14.0:
7734-
version "16.14.0"
7735-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
7736-
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
7733+
react-dom@18.0.0:
7734+
version "18.0.0"
7735+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.0.0.tgz#26b88534f8f1dbb80853e1eabe752f24100d8023"
7736+
integrity sha512-XqX7uzmFo0pUceWFCt7Gff6IyIMzFUn7QMZrbrQfGxtaxXZIcGQzoNpRLE3fQLnS4XzLLPMZX2T9TRcSrasicw==
77377737
dependencies:
77387738
loose-envify "^1.1.0"
7739-
object-assign "^4.1.1"
7740-
prop-types "^15.6.2"
7741-
scheduler "^0.19.1"
7739+
scheduler "^0.21.0"
77427740

77437741
react-error-overlay@^6.0.10:
77447742
version "6.0.10"
@@ -7870,14 +7868,12 @@ [email protected]:
78707868
dependencies:
78717869
copy-to-clipboard "^3.3.1"
78727870

7873-
react@16.14.0:
7874-
version "16.14.0"
7875-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
7876-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
7871+
react@18.0.0:
7872+
version "18.0.0"
7873+
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
7874+
integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==
78777875
dependencies:
78787876
loose-envify "^1.1.0"
7879-
object-assign "^4.1.1"
7880-
prop-types "^15.6.2"
78817877

78827878
readable-stream@^2.0.1:
78837879
version "2.3.7"
@@ -8156,13 +8152,12 @@ saxes@^5.0.1:
81568152
dependencies:
81578153
xmlchars "^2.2.0"
81588154

8159-
scheduler@^0.19.1:
8160-
version "0.19.1"
8161-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
8162-
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
8155+
scheduler@^0.21.0:
8156+
version "0.21.0"
8157+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.21.0.tgz#6fd2532ff5a6d877b6edb12f00d8ab7e8f308820"
8158+
integrity sha512-1r87x5fz9MXqswA2ERLo0EbOAU74DpIUO090gIasYTqlVoJeMcl+Z1Rg7WHz+qtPujhS/hGIt9kxZOYBV3faRQ==
81638159
dependencies:
81648160
loose-envify "^1.1.0"
8165-
object-assign "^4.1.1"
81668161

81678162
81688163
version "2.7.0"

0 commit comments

Comments
 (0)