Closed greenkeeper[bot] closed 7 years ago
Update to this version instead π
react-scripts
NODE_PATH=src
for npm start
and npm run build
. (@ApacheEx)NODE_PATH=src
for Jest. (@gaearon)"homepage"
field. (@gaearon).env.local
in test
environment. (@gaearon)react-dev-utils
react-dev-utils
, react-error-overlay
react-error-overlay
eslint-config-react-app
react-scripts
<noscript>
to template's index.html
. (@viankakrisna)react-scripts
.env.*
files are supported. (@AJamesPhillips)Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.1
or
yarn add --dev --exact react-scripts@1.0.1
Update to this version instead π
react-dev-utils
, react-scripts
react-dev-utils
, react-error-overlay
react-dev-utils
react-scripts
git status
. (@milocosmopolitan)Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.2
or
yarn add --dev --exact react-scripts@1.0.2
If you previously had issues with an Invalid Host Header
error, follow these new instructions to fix it.
Update to this version instead π
react-dev-utils
eslint-config-react-app
react-dev-utils
, react-error-overlay
console
calls into a check. (@BrodaNoel)react-scripts
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.3
or
yarn add --dev --exact react-scripts@1.0.3
Update to this version instead π
react-error-overlay
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.4
or
yarn add --dev --exact react-scripts@1.0.4
Update to this version instead π
react-dev-utils
, react-scripts
react-dev-utils
eslint-config-react-app
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.5
or
yarn add --dev --exact react-scripts@1.0.5
Update to this version instead π
eslint-config-react-app
, react-error-overlay
, react-scripts
react-dev-utils
react-scripts
/__*
URLs to fix Firebase hosting. (@ryansully)README
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.6
or
yarn add --dev --exact react-scripts@1.0.6
Version 1.0.0 of react-scripts just got published.
The version 1.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of react-scripts. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: