Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from fewlines-education/1243-stripe-demo-bump-n…
Browse files Browse the repository at this point in the history
…ode-dependencies

## Description

**react** and **react-dom** updated from **16.9.0 to 16.12.0**

###### React DOM

* Remove `unstable_createRoot` and `unstable_createSyncRoot` experimental APIs. (These are available in the Experimental channel as `createRoot` and `createSyncRoot`.) ([@acdlite]
* Clear additional fiber fields during unmount to save memory. ([@trueadm](https://github.com/trueadm) in [#16807](facebook/react#16807))
* Prefer `Object.is` instead of inline polyfill, when available. ([@ku8ar](https://github.com/ku8ar) in [#16212](facebook/react#16212))

**react-scripts** updated from **16.9.0 to 16.12.0**

https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md

**dotenv** updated from **8.1.0 to 8.2.0**

https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md
---> no changes in changelog

**stripe** updated from **7.9.1 to 7.14.0**

- [#699](stripe/stripe-node#699) Add request-specific fields from raw error to top level error
- [#719](stripe/stripe-node#719) Define 'type' as a property on errors rather than a getter
- [#728](stripe/stripe-node#728) Remove duplicate export

## Related Issue

[ch1243]

## Motivation and Context

We want our dependencies up to date

## How Has This Been Tested?

Running `yarn test` all tests passed

## Types of changes

- Chore (non-breaking change which refactors / improves the existing code base)
- ~Bug fix (non-breaking change which fixes an issue)~
- ~New feature (non-breaking change which adds functionality)~
- ~Breaking change (fix or feature that would cause existing functionality to 
  change)~

## Checklist:

- ✅ My code follows the code style of this project.
- 🔴 My change requires a change to the documentation.
- 🔴 I have updated the documentation accordingly.
- ✅ I have read the [**CONTRIBUTING**][CONTRIBUTING_FILE] document.
- 🔴 I have added tests to cover my changes.
- ✅ All new and existing tests passed.

[CONTRIBUTING_FILE]: https://github.com/fewlinesco/connect/blob/master/CONTRIBUTING.md
  • Loading branch information
nsallerin authored Dec 16, 2019
2 parents 983e3a9 + acf3687 commit 74d1fb2
Show file tree
Hide file tree
Showing 2 changed files with 1,786 additions and 849 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"private": true,
"dependencies": {
"body-parser": "~1.19.0",
"dotenv": "~8.1.0",
"dotenv": "~8.2.0",
"express": "~4.17.1",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-scripts": "~3.1.2",
"react": "~16.12.0",
"react-dom": "~16.12.0",
"react-scripts": "~3.3.0",
"react-stripe-checkout": "~2.6.3",
"stripe": "~7.9.1"
"stripe": "~7.14.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 74d1fb2

Please sign in to comment.