• Christophe Hurpeau's avatar
    update babel-runtime dependency in react-error-overlay and react-scripts (#2991) · fbbc64fc
    Christophe Hurpeau authored
    * 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
    ```
    
    * fix requested changes
    fbbc64fc
This project manages its dependencies using npm. Learn more
package.json 1.73 KiB
  "name": "react-scripts",
  "version": "1.0.11",
  "description": "Configuration and scripts for Create React App.",
  "repository": "facebookincubator/create-react-app",
  "license": "BSD-3-Clause",
  "engines": {
    "node": ">=6"
  },
  "bugs": {
    "url": "https://github.com/facebookincubator/create-react-app/issues"
  "files": [
    "bin",
    "config",
    "scripts",
    "template",
    "utils"
  "bin": {
    "react-scripts": "./bin/react-scripts.js"
  "dependencies": {
  "devDependencies": {
  "optionalDependencies": {