Skip to content

Commit 1657657

Browse files
fix(deps): update react monorepo to v17 (#461)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 68829bc commit 1657657

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

examples/create-react-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@types/react-dom": "17.0.9",
99
"@types/styled-components": "5.1.14",
1010
"ingred-ui": "7.33.0",
11-
"react": "16.14.0",
12-
"react-dom": "16.14.0",
11+
"react": "17.0.2",
12+
"react-dom": "17.0.2",
1313
"react-scripts": "4.0.3",
1414
"styled-components": "5.3.1",
1515
"typescript": "4.1.3"

examples/create-react-app/yarn.lock

+13-15
Original file line numberDiff line numberDiff line change
@@ -10118,15 +10118,14 @@ react-dev-utils@^11.0.3:
1011810118
strip-ansi "6.0.0"
1011910119
text-table "0.2.0"
1012010120

10121-
react-dom@16.14.0:
10122-
version "16.14.0"
10123-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
10124-
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
10121+
react-dom@17.0.2:
10122+
version "17.0.2"
10123+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
10124+
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
1012510125
dependencies:
1012610126
loose-envify "^1.1.0"
1012710127
object-assign "^4.1.1"
10128-
prop-types "^15.6.2"
10129-
scheduler "^0.19.1"
10128+
scheduler "^0.20.2"
1013010129

1013110130
react-error-overlay@^6.0.9:
1013210131
version "6.0.9"
@@ -10303,14 +10302,13 @@ react-with-styles@^4.1.0:
1030310302
prop-types "^15.7.2"
1030410303
react-with-direction "^1.3.1"
1030510304

10306-
react@16.14.0:
10307-
version "16.14.0"
10308-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
10309-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
10305+
react@17.0.2:
10306+
version "17.0.2"
10307+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
10308+
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
1031010309
dependencies:
1031110310
loose-envify "^1.1.0"
1031210311
object-assign "^4.1.1"
10313-
prop-types "^15.6.2"
1031410312

1031510313
read-pkg-up@^3.0.0:
1031610314
version "3.0.0"
@@ -10802,10 +10800,10 @@ saxes@^5.0.1:
1080210800
dependencies:
1080310801
xmlchars "^2.2.0"
1080410802

10805-
scheduler@^0.19.1:
10806-
version "0.19.1"
10807-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
10808-
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
10803+
scheduler@^0.20.2:
10804+
version "0.20.2"
10805+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
10806+
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
1080910807
dependencies:
1081010808
loose-envify "^1.1.0"
1081110809
object-assign "^4.1.1"

0 commit comments

Comments
 (0)