Update dependency react-scripts to v3.4.4
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| react-scripts | dependencies | minor | 3.1.1 -> 3.4.4 |
Release Notes
facebook/create-react-app
v3.4.4
3.4.4 (2020-10-20)
v3.4.4 release bumps resolve-url-loader to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.
Migrating from 3.4.3 to 3.4.4
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.4.4
or
yarn add --exact react-scripts@3.4.4
v3.4.3
3.4.3 (2020-08-12)
v3.4.3 release bumps terser-webpack-plugin to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.
Migrating from 3.4.2 to 3.4.3
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.4.3
or
yarn add --exact react-scripts@3.4.3
v3.4.2
3.4.2 (2020-08-11)
v3.4.2 release bumps webpack-dev-server to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.
Migrating from 3.4.1 to 3.4.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.4.2
or
yarn add --exact react-scripts@3.4.2
v3.4.1
3.4.1 (2020-03-20)
v3.4.1 is a maintenance release that includes minor bug fixes and documentation updates including upgrading Babel to fix a bug in the 7.8 release line. This release also brings support for TypeScript 3.8.
🐛 Bug Fix
-
react-scripts- #8276 Use native ESLint behaviour when extending (@mrmckeb)
- #7203 Closes webpack dev server and exits process on "end" stdin (@kelseyleftwich)
-
babel-preset-react-app- #8526 Fix optional chaining and nullish coalescing support (@ianschmitz)
-
cra-template,eslint-config-react-app,react-scripts
💅 Enhancement
-
cra-template-typescript,cra-template -
react-scripts- #8539 allow specification of package.main in template.json (@EvanBoyle)
📝 Documentation
- Other
-
react-scripts
🔨 Underlying Tools
-
babel-preset-react-app,create-react-app,react-dev-utils,react-error-overlay,react-scripts- #8681 Update to Babel 7.9 (@ianschmitz)
- #8620 Bump dependencies (@ianschmitz)
-
react-scripts
Committers: 9
- Brody McKee (@mrmckeb)
- Evan Boyle (@EvanBoyle)
- Herman J. Radtke III (@hjr3)
- Ian Schmitz (@ianschmitz)
- Kanitkorn Sujautra (@lukyth)
- KatCon (@connkat)
- Kelsey Leftwich (@kelseyleftwich)
- Maël Nison (@arcanis)
- Vincent (@Vinnl)
Migrating from 3.4.0 to 3.4.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.4.1
or
yarn add --exact react-scripts@3.4.1
v3.4.0
3.4.0 (2020-02-14)
v3.4.0 is a minor release that adds new features, including support for SSL and setting PUBLIC_URL in development. It also includes a fix for Hot Module Reloading with CSS Modules as well as other bug fixes.
🐛 Bug Fix
-
react-scripts- #8378 Downgrade style-loader to v0.23.1 due to CSS modules hot reload not working with v1.0.0 and above (@chybisov)
-
create-react-app,react-dev-utils,react-error-overlay- #8439 Downgrade chalk for ie 11 support (@ianschmitz)
-
react-dev-utils- #8292 Fixes unchecked access to 'deploy' script on build (@renato-bohler)
-
cra-template-typescript,cra-template- #8272 Handle service worker error in Firefox (@rosinghal)
-
cra-template-typescript- #8403 Fix robots.txt for TS (@Kamahl19)
💅 Enhancement
-
react-dev-utils,react-scripts- #8442 fix(react-scripts): do not redirect served path if request may proxy (@iamandrewluca)
- #7259 feat(react-scripts): allow PUBLIC_URL in develoment mode (@iamandrewluca)
- #7750 Enable custom sockjs pathname for hot reloading server. (@heygrady)
-
cra-template-typescript- #8412 Change arrow functions to function declarations (@lewislbr)
-
cra-template-typescript,cra-template- #8272 Handle service worker error in Firefox (@rosinghal)
-
react-scripts- #5845 Add option to provide custom ssl certificates during development (@alexbrazier)
📝 Documentation
-
cra-template-typescript,cra-template,react-dev-utils,react-error-overlay,react-scripts- #8475 Correct webpack name casing (@lewislbr)
- Other
🔨 Underlying Tools
-
react-dev-utils- #8459 update open to v7.0.2 (@vince1995)
- #7948 Support JetBrains Rider IDE as an editor (@djpowell)
- #8367 Wider Chromium support for openBrowser (@handeyeco)
-
react-scripts- #8282 Run git init before template dependencies are installed (@lukaszfiszer)
- Other
- #8402 fix(test): force install npm in e2e-behaviour (@iamandrewluca)
Committers: 18
- Alex Brazier (@alexbrazier)
- Andrew Luca (@iamandrewluca)
- Cassidy Williams (@cassidoo)
- Christopher Button (@devgeist)
- David Powell (@djpowell)
- Eugene Chybisov (@chybisov)
- Eugene Sviridov (@esvyridov)
- Grady Kuhnline (@heygrady)
- Ian Schmitz (@ianschmitz)
- Kevin Pham (@keevan)
- Lewis Llobera (@lewislbr)
- Martin Litvaj (@Kamahl19)
- Matthew Curtis (@handeyeco)
- Renato Böhler (@renato-bohler)
- Rohit Singhal (@rosinghal)
- Vincent Semrau (@vince1995)
- Łukasz Fiszer (@lukaszfiszer)
- 吕立青 (@JimmyLv)
Migrating from 3.3.1 to 3.4.0
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.4.0
or
yarn add --exact react-scripts@3.4.0
v3.3.1
3.3.1 (2020-01-31)
v3.3.1 is a maintenance release that includes minor bug fixes and documentation updates.
🐛 Bug Fix
-
cra-template -
react-scripts- #8281 Fix sass importLoaders (@mariusc23)
- #8099 Add titleProp to SVGR ReactComponent type definition (@rhnorskov)
- #8028 fix(react-scripts): proactively append to .gitignore during generation (@bmuenzenmeyer)
- #8106 Fix CSS font-face minification (@sidonaldson)
-
babel-preset-react-app- #8120 Sync dependencies babel config (@ianschmitz)
-
react-dev-utils- #8116 Add slashes to WebSocket protocol URL (@Baael)
- #8079 webpackHotDevClient now uses wss when https is used (@mikecaulley)
💅 Enhancement
-
react-error-overlay- #6548 Add helpful message to the footer (@pyrogenic)
-
cra-template-typescript -
cra-template-typescript,cra-template,react-scripts- #8219 Add template support for any package.json keys (#8082) (@tomvalorsa)
-
create-react-app- #8298 Support shorthand scoped templates (@kevin940726)
- #8168 Add current version and bin location to --info output (@heyimalex)
-
cra-template-typescript,cra-template- #8194 Replace favicon in templates (@heyimalex)
-
eslint-config-react-app- #7803 Remove error for @typescript-eslint/no-namespace (@szhu)
📝 Documentation
- Other
- #8380 docs: Add troubleshooting documentation on ENOSPC (@huchenme)
- #8394 Update docs according to lint-staged v10 (@lukyth)
- #8307 Remove outdated docs regarding vscode eslint extension and typescript autofix (@alex-vukovity-cko)
- #8247 Update setting-up-your-editor.md (@dev-xu)
- #8092 Update custom template docs with instructions for testing custom template locally (@kevinold)
- #8293 Minor grammatical edit (@egrim)
- #8212 Little typo (@sonyarianto)
- #8147 update PWA docs links to point to template package (@peet)
- #8132 Add package-runner note to readme (@JeromeDeLeon)
- #8111 chore: update docusaurus & tweak site (@endiliey)
- #8080 Fix typo in CHANGELOG.md (@Trontor)
- #8077 Add custom-templates to docs sidebar (@ianschmitz)
-
babel-preset-react-app
🏠 Internal
-
create-react-app- #8178 Minor refactors in create-react-app (@heyimalex)
🔨 Underlying Tools
-
babel-preset-react-app,create-react-app,react-dev-utils,react-error-overlay,react-scripts- #8353 Remove outdated babel plugins (@ianschmitz)
- #8324 Update Dependencies (@RDIL)
- #8122 Fix CI build (@ianschmitz)
-
react-dev-utils- #8364 Downgrade open from 7.0.0 to 6.4.0 (@vince1995)
- #8163 Bump pkgUp (@andriijas)
-
babel-plugin-named-asset-import- #8171 Bump babel-plugin-tester and fix breaking changes (@andriijas)
-
create-react-app,react-app-polyfill,react-dev-utils,react-error-overlay,react-scripts- #8176 Bump internal dependencies (@andriijas)
-
create-react-app,react-dev-utils,react-error-overlay- #8164 Bump chalk (@andriijas)
-
react-error-overlay,react-scripts
Committers: 29
- Alex Guerra (@heyimalex)
- Alex James Vukovity (@alex-vukovity-cko)
- Andreas Cederström (@andriijas)
- Boyuan Xu (@dev-xu)
- Brian Muenzenmeyer (@bmuenzenmeyer)
- Endi (@endiliey)
- Evan Grim (@egrim)
- Hu Chen (@huchenme)
- Ian Schmitz (@ianschmitz)
- Jerome De Leon (@JeromeDeLeon)
- Joshua Pollak (@pyrogenic)
- Kai Hao (@kevin940726)
- Kanitkorn Sujautra (@lukyth)
- Kevin Old (@kevinold)
- Marius Craciunoiu (@mariusc23)
- Mike Caulley (@mikecaulley)
- Peet Goddard (@peet)
- Rasmus Nørskov (@rhnorskov)
- Reece Dunham (@RDIL)
- Sean Zhu (@szhu)
- Simon Donaldson (@sidonaldson)
- Sony AK (@sonyarianto)
- Tom Valorsa (@tomvalorsa)
- Tomoya Fujita (@tomoyaf)
- Vadzim (@vadzim)
- Vincent Semrau (@vince1995)
- Wojciech Zieliński (@Baael)
- @Retsam
- @Trontor
Migrating from 3.3.0 to 3.3.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.3.1
or
yarn add --exact react-scripts@3.3.1
v3.3.0
3.3.0 (2019-12-04)
v3.3.0 is a minor release that adds new features, including custom templates and support for the new optional chaining and nullish coalescing operators.
Custom Templates
You can now create a new app using custom templates.
We've published our existing templates as cra-template and cra-template-typescript, but we expect to see many great templates from the community over the coming weeks.
The below command shows how you can create a new app with cra-template-typescript.
npx create-react-app my-app --template typescript
Note that you can omit the prefix cra-template- when specifying which template you would like. For TypeScript users, we're deprecating --typescript in favour of --template typescript.
If you don't set a template, we'll create your new app with cra-template - which is just a new name for our base template.
Optional Chaining and Nullish Coalescing Operators
We now support the optional chaining and nullish coalescing operators!
// Optional chaining
a?.(); // undefined if `a` is null/undefined
b?.c; // undefined if `b` is null/undefined
// Nullish coalescing
undefined ?? 'some other default'; // result: 'some other default'
null ?? 'some other default'; // result: 'some other default'
'' ?? 'some other default'; // result: ''
0 ?? 300; // result: 0
false ?? true; // result: false
If you're using TypeScript, you will need to upgrade your typescript dependency to 3.7.0 or later if you wish to use the new operators.
If you're using Visual Studio Code 1.40 (the latest as of this release) or earlier, you will need to configure your editor if you want it to understand the new operators.
If you're using TypeScript in your project and have already upgrade its version as described above, then you can configure VS Code to Use Workspace Version of TypeScript. If your project isn't using TypeScript, you can use the JavaScript and TypeScript Nightly extension until VS Code releases a newer version including TypeScript 3.7.0 or newer.
Numeric Separators
We've added support for numeric separators to improve readability of numeric literals.
1000000000; // Is this a billion? a hundred millions? Ten millions?
101475938.38; // what scale is this? what power of 10?
1_000_000_000; // Ah, so a billion
101_475_938.38; // And this is hundreds of millions
no-unexpected-multiline
We've removed this rule as it is not compatible with Prettier. If you rely on this rule you can re-enable it by extending our ESLint config and adding the following:
{
"extends": "react-app",
"rules": {
"no-unexpected-multiline": "warn"
}
}
🚀 New Feature
-
babel-preset-react-app- #7438 Add optional chaining and nullish coalescing operators support (@renatoagds)
-
babel-preset-react-app,react-dev-utils- #7817 Add numeric separator support (@tharun208)
-
cra-template-typescript,cra-template,create-react-app,react-scripts
💥 Breaking Change
-
create-react-app,react-dev-utils,react-scripts-
#7988 Bump webpack-dev-server (@ianschmitz)
NOTE: This is only a breaking change if you're using
react-dev-utilsoutside of Create React App.
-
🐛 Bug Fix
-
eslint-config-react-app -
create-react-app -
react-scripts- #7860 Mark TypeScript as an optional peer dependency for react-scripts (@dstaley)
- #7822 Fix absolute paths issue in Jest (@rovansteen)
- #7796 Fixed process type in TypeScript template. (@fuszenecker)
-
react-dev-utils
💅 Enhancement
-
cra-template-typescript,cra-template- #8005 Prefix apple-touch-icon links with PUBLIC_URL (@benblank)
- #7881 Add @testing-library to the default templates (@kentcdodds)
-
react-scripts- #7989 Add scripts support to templates (@mrmckeb)
- #7921 Add restoreMocks to supported jest config keys (@ianschmitz)
- #6352 Add additional information for postcss errors (#6282) (@buildbreakdo)
- #6753 Add Service-Worker header to checkValidServiceWorker (@darthmaim)
- #7832 feat: add additional Jest keys to whitelist (@mrmckeb)
- #7022 Fix node_modules sourcemap config (which will fix VSCode debugging of CRA apps) (@justingrant)
-
cra-template -
create-react-app,react-error-overlay- #7052 Dark scheme overlay (@Fabianopb)
-
babel-preset-react-app
📝 Documentation
- Other
- #8050 Update template docs (@mrmckeb)
- #7995 Add contributors section to readme (@ianschmitz)
- #7896 chore: Fix broken link for e2e README (@haruelrovix)
- #7874 Bump docusaurus 🦖 (@andriijas)
-
#7819
📖 DOC: Improvement (@waahab) - #7853 Update adding-bootstrap.md (@Xuhao)
- #7849 chore: update README.md gif links (@cchanxzy)
- #7840 Link to ASP.NET Core docs (@Daniel15)
- #7841 Update getting-started.md (@reactjser)
- #7809 Add a note about .eslintignore files being respected (@seanlaff)
- #7686 Link to React documentation for code splitting (@Hugodby)
- #7785 Upgrade to docusaurus 2 (@endiliey)
- #7824 Fix grammar error in troubleshooting.md (@jakeboone02)
- #7823 Document correct default behavior for HOST var (@jsejcksn)
- #7815 Tightens up the TypeScript docs (@orta)
- #7813 Clarify dynamic import stage in docs (@aprilandjan)
-
react-dev-utils,react-scripts -
babel-preset-react-app -
react-dev-utils- #7897 chore: Fix broken link for CRA deployment (@haruelrovix)
-
react-scripts
🏠 Internal
-
react-scripts - Other
-
eslint-config-react-app- #8003 Use @typescript-eslint/no-unused-expressions to support optional chaining (@maxdavidson)
-
create-react-app -
cra-template-typescript -
create-react-app,react-dev-utils,react-scripts- #7773 Temporarily disable Windows in CI (@ianschmitz)
🔨 Underlying Tools
-
babel-preset-react-app,cra-template-typescript,cra-template,create-react-app,react-dev-utils,react-error-overlay,react-scripts- #8024 Bump dependencies (@ianschmitz)
-
create-react-app,react-dev-utils,react-scripts- #7988 Bump webpack-dev-server (@ianschmitz)
- #7876 Bump styling related loaders (@andriijas)
-
react-app-polyfill- #7999 Unpin dependencies in react-app-polyfill (@ianschmitz)
-
babel-preset-react-app,react-app-polyfill,react-dev-utils,react-scripts- #7986 Bump dependencies (@ianschmitz)
-
react-scripts- #7956 Upgrade jest-watch-typeahead (@Andarist)
- #7870 Fix eslint complaints in build.js (@andriijas)
- #7857 feat: upgrade terser & enable parallel minification in wsl (@endiliey)
- #7856 Move unused eslint webpack import into @remove-on-eject block (@mrseanbaines)
-
babel-preset-react-app,cra-template-typescript,create-react-app,react-app-polyfill,react-dev-utils,react-error-overlay,react-scripts- #7951 Fix CI (@ianschmitz)
-
react-dev-utils- #7910 Update open (@andriijas)
-
babel-plugin-named-asset-import,babel-preset-react-app,react-error-overlay,react-scripts- #7814 Upgrade outdated packages (@andriijas)
-
react-error-overlay,react-scripts- #7875 Bump react (@andriijas)
Committers: 42
- Abdul Wahab
⚡ ️ (@waahab) - Alex Guerra (@heyimalex)
- Ali Waseem (@awaseem)
- Andreas Cederström (@andriijas)
- Ben Blank (@benblank)
- Brody McKee (@mrmckeb)
- Chun (@cchanxzy)
- Damian Senn (@topaxi)
- Daniel Lo Nigro (@Daniel15)
- Donavon West (@donavon)
- Dylan Staley (@dstaley)
- Endi (@endiliey)
- Fabiano Brito (@Fabianopb)
- Guillaume Hertault (@GuiHash)
- Havit Rovik (@haruelrovix)
- Hugo David-Boyet (@Hugodby)
- Ian Schmitz (@ianschmitz)
- Ian Sutherland (@iansu)
- Jake Boone (@jakeboone02)
- Jesse Jackson (@jsejcksn)
- Jonathan Felchlin (@GreenGremlin)
- Joshua Robinson (@buildbreakdo)
- Justin Grant (@justingrant)
- Kanitkorn Sujautra (@lukyth)
- Kent C. Dodds (@kentcdodds)
- Klas Björkqvist (@klasbj)
- Mateusz Burzyński (@Andarist)
- Max Davidson (@maxdavidson)
- May (@aprilandjan)
- Orta (@orta)
- RJ (@suprj)
- Renato Augusto Gama dos Santos (@renatoagds)
- Robert FUSZENECKER (@fuszenecker)
- Robert van Steen (@rovansteen)
- Sean Baines (@mrseanbaines)
- Sean Lafferty (@seanlaff)
- Tharun Rajendran (@tharun208)
- Tomáš Hübelbauer (@TomasHubelbauer)
- Wataru Ashihara (@wataash)
- Xuhao (@Xuhao)
- @reactjser
- darthmaim (@darthmaim)
Migrating from 3.2.0 to 3.3.0
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.3.0
or
yarn add --exact react-scripts@3.3.0
v3.2.0
3.2.0 (2019-10-03)
v3.2.0 is a minor release that adds support for production profiling and ignoring TypeScript type errors to make migrating JavaScript projects to TypeScript easier. It also includes other minor bug fixes and documentation updates.
🚀 New Feature
-
react-scripts- #7737 Support production profiling with React Developer Tools (@JacobMGEvans)
-
react-dev-utils,react-scripts- #6931 Adds TSC_COMPILE_ON_ERROR env var... (@kylebebak)
🐛 Bug Fix
-
react-scripts- #7754 Fix linting error when using rest props (@alexandrtovmach)
-
react-app-polyfill
💅 Enhancement
-
react-scripts- #7687 Use installing package manager in README (@ashr81)
- #7755 Support setting baseUrl to root directory (@rovansteen)
- #7530 only load eslint config when EXTEND_ESLINT environment variable is specified/ do not swallow eslint config errors (@n1ru4l)
- #7742 set output.globalObject to 'this' (@kentcdodds)
- #7721 Add "entrypoints" key to asset manifest (@samuelmeuli)
- #7562 enable .eslintignore again (@igtm)
-
react-dev-utils- #6980 Stop hiding the column number of ESLint errors (@justingrant)
📝 Documentation
- #7302 docs: note that 2 to 3 migration may require deletion of node_modules (@kimpers)
- #7757 Documentation typo fix: accessbile→accessible (@tomer)
- #7601 [Documentation] Updated list of supported Jest config overrides (@neilbryson)
- #7705 Update runtime chunk name separator in docs (@samuelmeuli)
🏠 Internal
-
react-scripts- #7752 Fix wrong letter casing (@lewislbr)
-
react-dev-utils,react-scripts- #7707 Remove 'shortcut' link type before 'icon' (@lewislbr)
🔨 Underlying Tools
-
react-scripts- #7729 Remove switch case (@andrelmlins)
Committers: 19
- Alexandr Tovmach (@alexandrtovmach)
- André Lins (@andrelmlins)
- Ashrith Reddy (@ashr81)
- Federico Zivolo (@FezVrasta)
- Iguchi Tomokatsu (@igtm)
- Jacob M-G Evans (@JacobMGEvans)
- Jake Moxey (@jxom)
- Justin Grant (@justingrant)
- Kent C. Dodds (@kentcdodds)
- Kim Persson (@kimpers)
- Kyle Bebak (@kylebebak)
- Laurin Quast (@n1ru4l)
- Lewis Llobera (@lewislbr)
- Rakan Nimer (@rakannimer)
- Reece Dunham (@RDIL)
- Robert van Steen (@rovansteen)
- Samuel Meuli (@samuelmeuli)
- Tomer Cohen (@tomer)
- neilbryson (@neilbryson)
Migrating from 3.1.2 to 3.2.0
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.2.0
or
yarn add --exact react-scripts@3.2.0
v3.1.2
3.1.2 (2019-09-19)
v3.1.2 is a maintenance release that includes minor bug fixes and documentation updates.
🐛 Bug Fix
-
react-scripts- #7679 Change runtime chunk name separator from tilde to dash (@javadoug)
- #7538 Explicitly checking that EXTEND_ESLINT is true (@BrockWills)
-
babel-preset-react-app,react-error-overlay,react-scripts- #7662 Fix build (@ianschmitz)
💅 Enhancement
-
react-scripts- #7704 Add new logo (@iansu)
- #7587 Minor performance improvements (@deftomat)
- #7633 Disable babel-loader's cacheCompression (@jleclanche)
📝 Documentation
- #7616 Update deployment.md with another AWS example (@AndrewBestbier)
- #7663 Remove --single-quote from prettier examples (@brlewis)
- #7659 Update running-tests.md (@weyert)
- #7459 Update troubleshooting.md (@prevostc)
- #7650 Adopt Contributor Covenant (@iansu)
- #7620 cleanup-after-each is no longer necessary! (@iHmD)
- #7613 Fix seams between changelog majors (@emilpalsson)
- #7368 Correcting proxy sample (@szabolcs-szilagyi)
- #7536 add a migration step to remove static from robots.txt (@lookfirst)
- #7521 Show logo for mobile views in create-react-app.dev (@GrooChu)
🏠 Internal
-
react-scripts- #7526 The variable dotenvFiles is never reassigned - use const instead (@Primajin)
- #7585 remove trailing spaces (@xiaoxiangmoe)
🔨 Underlying Tools
-
babel-plugin-named-asset-import,confusing-browser-globals,react-app-polyfill,react-dev-utils,react-error-overlay,react-scripts- #7681 Bump dependencies (@ianschmitz)
-
react-scripts- #7531 Upgrade dotenv-expand to fix issues (@DominicTobias)
-
eslint-config-react-app,react-scripts- #7540 Bump version of @typescript-eslint/* (@pierreneter)
Committers: 20
- Andrew (@AndrewBestbier)
- Brock Wills (@BrockWills)
- Clément Prévost (@prevostc)
- Dominic Tobias (@DominicTobias)
- Doug Ross (@javadoug)
- Emil Pålsson (@emilpalsson)
- Federico Zivolo (@FezVrasta)
- Ian Schmitz (@ianschmitz)
- Ian Sutherland (@iansu)
- Jannis Hell (@Primajin)
- Jerome Leclanche (@jleclanche)
- Jon Stevens (@lookfirst)
- Sabesh Rajendran (@GrooChu)
- Tomáš Szabo (@deftomat)
- Weyert de Boer (@weyert)
- ZHAO Jinxiang (@xiaoxiangmoe)
- @brlewis
- @iHmD
- @pierreneter
- szabi (@szabolcs-szilagyi)
Migrating from 3.1.1 to 3.1.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.1.2
or
yarn add --exact react-scripts@3.1.2
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.