Skip to content

Commit

Permalink
Merge pull request #1358 from theajr/master
Browse files Browse the repository at this point in the history
Added @hot-loader/react-dom which is missing
  • Loading branch information
theKashey committed Oct 12, 2019
2 parents 989c6e4 + 511aad4 commit 18802fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/typescript/package.json
Expand Up @@ -23,6 +23,7 @@
"webpack-dev-server": "^3.8.1"
},
"dependencies": {
"@hot-loader/react-dom": "^16.10.2",
"core-js": "^3.2.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
18 changes: 18 additions & 0 deletions examples/typescript/yarn.lock
Expand Up @@ -756,6 +756,16 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@hot-loader/react-dom@^16.10.2":
version "16.10.2"
resolved "https://registry.yarnpkg.com/@hot-loader/react-dom/-/react-dom-16.10.2.tgz#91920442252acac6f343eef5df41aca333f7dcea"
integrity sha512-vbrSDuZMoE1TXiDNAVCSAcIS6UX55Fa9KF0MD0wQgOaOIPZs/C6CtEDUcnNFEwTQ5ciIULcp+96lQlSuANNagA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.16.2"

"@types/events@*":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
Expand Down Expand Up @@ -4488,6 +4498,14 @@ scheduler@^0.15.0:
loose-envify "^1.1.0"
object-assign "^4.1.1"

scheduler@^0.16.2:
version "0.16.2"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.16.2.tgz#f74cd9d33eff6fc554edfb79864868e4819132c1"
integrity sha512-BqYVWqwz6s1wZMhjFvLfVR5WXP7ZY32M/wYPo04CcuPM7XZEbV2TBNW7Z0UkguPTl0dWMA59VbNXxK6q+pHItg==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

schema-utils@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
Expand Down

0 comments on commit 18802fb

Please sign in to comment.