Skip to content

Commit

Permalink
Updated spec/dummy/client/package.json latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Dec 6, 2018
1 parent f9220fa commit 5d55115
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion spec/dummy/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react-dom": "^16.5.2",
"react-helmet": "^5.1.3",
"react-hot-loader": "^4.3.6",
"react-on-rails": "11.2.0",
"react-on-rails": "11.2.1",
"react-proptypes": "^1.0.0",
"react-redux": "^5.0.5",
"react-router": "^3.2.1",
Expand Down
18 changes: 14 additions & 4 deletions spec/dummy/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,14 @@
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
"@babel/plugin-transform-react-jsx-source" "^7.0.0"

"@babel/runtime-corejs2@^7.0.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.2.0.tgz#5ccd722b72d2c18c6a7224b5751f4b9816b60ada"
integrity sha512-kPfmKoRI8Hpo5ZJGACWyrc9Eq1j3ZIUpUAQT2yH045OuYpccFJ9kYA/eErwzOM2jeBG1sC8XX1nl1EArtuM8tg==
dependencies:
core-js "^2.5.7"
regenerator-runtime "^0.12.0"

"@babel/runtime@^7.0.0":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.1.2.tgz#81c89935f4647706fc54541145e6b4ecfef4b8e3"
Expand Down Expand Up @@ -5453,10 +5461,12 @@ react-lifecycles-compat@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"

react-on-rails@11.2.0:
version "11.2.0"
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-11.2.0.tgz#8ff8599ac41f3cee610cdc754c75b6d9344cf65f"
integrity sha512-vSrX1Dr8lKsy6Tvro8+s9horbuixBxoAJ4MdS4Yis0Hj61iRk/LfrMkXBRBjqpS9CgzMPr9D0yN8pENRpYtGaQ==
react-on-rails@11.2.1:
version "11.2.1"
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-11.2.1.tgz#b25637bb3d5c6cebd89f4697eb021ede332a3000"
integrity sha512-GY8if/w3JkrQNun1xB8O2GG0J8BCB66xranGk7o4TFQyfyeHIEhXbgDEfRM7Xmme4SHFjz1SUY+Oa73WgUcT9g==
dependencies:
"@babel/runtime-corejs2" "^7.0.0"

react-proptypes@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 5d55115

Please sign in to comment.