Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update babel-runtime dependency in react-error-overlay and react-scripts #2991

Merged
merged 3 commits into from
Aug 28, 2017

Commits on Aug 22, 2017

  1. update babel-runtime dependency in react-error-overlay and react-scripts

    `babel-runtime@6.23.0` have a dependency on `regenerator-runtime@0.10.5`
    `babel-runtime@6.26.0` on `regenerator-runtime@0.11.0`
    
    > npm ls regenerator-runtime
    
    ```
    └─┬ react-scripts@1.0.11
      ├─┬ babel-core@6.25.0
      │ └─┬ babel-runtime@6.26.0
      │   └── regenerator-runtime@0.11.0
      ├─┬ babel-eslint@7.2.3
      │ └─┬ babel-traverse@6.26.0
      │   └─┬ babel-runtime@6.26.0
      │     └── regenerator-runtime@0.11.0
      ├─┬ babel-runtime@6.23.0
      │ └── regenerator-runtime@0.10.5
      └─┬ react-error-overlay@1.0.10
        └─┬ babel-runtime@6.23.0
          └── regenerator-runtime@0.10.5
    ```
    christophehurpeau committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    9e4c2ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f99397 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Configuration menu
    Copy the full SHA
    b55e5e3 View commit details
    Browse the repository at this point in the history