dylanpinn / FIT3036-frontend

FIT3036 - Computer Science project frontend
0 stars 0 forks source link

Update react-scripts to the latest version πŸš€ #60

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency react-scripts was updated from 2.0.4 to 2.0.5.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov[bot] commented 5 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   14.63%   14.63%           
=======================================
  Files           6        6           
  Lines         123      123           
  Branches       18       18           
=======================================
  Hits           18       18           
  Misses         92       92           
  Partials       13       13

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 4c9e5eb...ba48140. Read the comment docs.

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.1.1

2.1.1 (October 31, 2018)

Happy Halloween πŸŽƒ πŸ‘»! This spooky release brings a treat: decorator support in TypeScript files!

πŸ› Bug Fix

  • babel-preset-react-app
  • react-scripts

πŸ’… Enhancement

  • babel-preset-react-app

πŸ“ Documentation

🏠 Internal

  • react-error-overlay
  • babel-plugin-named-asset-import
  • react-scripts
    • #5651 Make serviceWorker config argument optional in typescript. (@eddedd88)

Committers: 8

Migrating from 2.1.0 to 2.1.1

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@2.1.1

or

yarn add --exact react-scripts@2.1.1