Skip to content

Commit 1b38024

Browse files
committed
fix(deps): update dependency react to v17
1 parent cb0aed1 commit 1b38024

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@zeit/next-css": "1.0.1",
1313
"final-form": "4.20.1",
1414
"next": "9.5.5",
15-
"react": "16.14.0",
15+
"react": "17.0.0",
1616
"react-dom": "16.14.0",
1717
"react-final-form": "6.5.1",
1818
"react-stripe-elements": "5.1.0"

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5282,14 +5282,13 @@ [email protected]:
52825282
dependencies:
52835283
prop-types "15.7.2"
52845284

5285-
react@16.14.0:
5286-
version "16.14.0"
5287-
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
5288-
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
5285+
react@17.0.0:
5286+
version "17.0.0"
5287+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.0.tgz#ad96d5fa1a33bb9b06d0cc52672f7992d84aa662"
5288+
integrity sha512-rG9bqS3LMuetoSUKHN8G3fMNuQOePKDThK6+2yXFWtoeTDLVNh/QCaxT+Jr+rNf4lwNXpx+atdn3Aa0oi8/6eQ==
52895289
dependencies:
52905290
loose-envify "^1.1.0"
52915291
object-assign "^4.1.1"
5292-
prop-types "^15.6.2"
52935292

52945293
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6:
52955294
version "2.3.6"

0 commit comments

Comments
 (0)