• Ville Immonen's avatar
    Update dependencies (#945) · d5de99e0
    Ville Immonen authored
    * Update dependencies
    
    * Use published version of eslint-config-react-app for development
    
    We dogfood on our eslint-config-react-app by using it as our ESLint config,
    but installing it from the local folder causes problems when its peerDependencies
    are updated, because npm won't update it unless the version number changes.
    
    Use the published version for dogfooding so it can be installed from npm.
    d5de99e0
This project manages its dependencies using npm. Learn more
package.json 676 bytes
  "private": true,
  "scripts": {
    "build": "node packages/react-scripts/scripts/build.js",
    "create-react-app": "tasks/cra.sh",
    "e2e": "tasks/e2e.sh",
    "postinstall": "lerna bootstrap",
    "publish": "tasks/release.sh",
    "start": "node packages/react-scripts/scripts/start.js",
    "test": "node packages/react-scripts/scripts/test.js --env=jsdom"
  "devDependencies": {