Skip to content

Commit

Permalink
Fix: roll back react to work with ink (segmentio#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjcharles authored Jul 7, 2021
1 parent 21d578d commit 0ec3820
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 16 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@segment/snippet": "^4.4.0",
"evergreen-ui": "^6.1.0",
"next": "^10.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"request": "^2.88.0",
"typescript": "^4.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"lodash": "4.17.21",
"node-machine-id": "^1.1.12",
"prettier": "^2.3.2",
"react": "^17.0.1",
"react": "^16.14.0",
"semver": "^7.3.5",
"sort-keys": "^5.0.0",
"typescript": "^4..3.5",
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/web-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"evergreen-ui": "^6.1.0",
"express": "^4.17.1",
"next": "^10.0.0",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react": "^16.14.0",
"react-dom": "16.14.0",
"request": "^2.88.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/web-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"evergreen-ui": "^6.1.0",
"express": "^4.17.1",
"next": "^10.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"request": "^2.88.0",
"typescript": "^4.1.2"
},
Expand Down
10 changes: 1 addition & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6382,7 +6382,7 @@ react-reconciler@^0.24.0:
prop-types "^15.6.2"
scheduler "^0.18.0"

react@^16.9.0:
react@^16.14.0, react@^16.9.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
Expand All @@ -6391,14 +6391,6 @@ react@^16.9.0:
object-assign "^4.1.1"
prop-types "^15.6.2"

react@^17.0.1:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

read-pkg-up@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
Expand Down

0 comments on commit 0ec3820

Please sign in to comment.