Skip to content

Commit 6460f19

Browse files
committed
fix(examples): update examples dependencies
1 parent cb2a56a commit 6460f19

File tree

8 files changed

+32498
-19972
lines changed

8 files changed

+32498
-19972
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We welcome any type of contribution, not only code. You can help with
99
- **Marketing**: writing blog posts, howto's, printing stickers, ...
1010
- **Community**: presenting the project at meetups, organizing a dedicated meetup for the local community, ...
1111
- **Code**: take a look at the [open issues](issues). Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.
12-
- **Money**: we welcome financial contributions in full transparency on our [open collective](https://opencollective.com/react-redux-firebase).
12+
- **Money**: we welcome financial contributions as detailed in the [financial contributions section](#financial-contributions).
1313

1414
## Your First Contribution
1515

@@ -26,8 +26,7 @@ It is also always helpful to have some context for your pull request. What was t
2626

2727
## Financial contributions
2828

29-
We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/react-redux-firebase).
30-
Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.
29+
Financial contributions are welcomed through either [patreon](https://www.patreon.com/prescottprue) or [open collective](https://opencollective.com/react-redux-firebase).
3130

3231
## Questions
3332

@@ -48,20 +47,3 @@ Thank you to all our backers! [[Become a backer](https://opencollective.com/reac
4847

4948
<a href="https://opencollective.com/react-redux-firebase#backers" target="_blank"><img src="https://opencollective.com/react-redux-firebase/backers.svg?width=890"></a>
5049

51-
52-
### Sponsors
53-
54-
Thank you to all our sponsors! (please ask your company to also support this open source project by [becoming a sponsor](https://opencollective.com/react-redux-firebase#sponsor))
55-
56-
<a href="https://opencollective.com/react-redux-firebase/sponsor/0/website" target="_blank"><img src="https://opencollective.com/react-redux-firebase/sponsor/0/avatar.svg"></a>
57-
<a href="https://opencollective.com/react-redux-firebase/sponsor/1/website" target="_blank"><img src="https://opencollective.com/react-redux-firebase/sponsor/1/avatar.svg"></a>
58-
<a href="https://opencollective.com/react-redux-firebase/sponsor/2/website" target="_blank"><img src="https://opencollective.com/react-redux-firebase/sponsor/2/avatar.svg"></a>
59-
<a href="https://opencollective.com/react-redux-firebase/sponsor/3/website" target="_blank"><img src="https://opencollective.com/react-redux-firebase/sponsor/3/avatar.svg"></a>
60-
<a href="https://opencollective.com/react-redux-firebase/sponsor/4/website" target="_blank"><img src="https://opencollective.com/react-redux-firebase/sponsor/4/avatar.svg"></a>
61-
<a href="https://opencollective.com/react-redux-firebase/sponsor/5/website" target="_blank"><img src="https://opencollective.com/react-redux-firebase/sponsor/5/avatar.svg"></a>
62-
<a href="https://opencollective.com/react-redux-firebase/sponsor/6/website" target="_blank"><img src="https://opencollective.com/react-redux-firebase/sponsor/6/avatar.svg"></a>
63-
<a href="https://opencollective.com/react-redux-firebase/sponsor/7/website" target="_blank"><img src="https://opencollective.com/react-redux-firebase/sponsor/7/avatar.svg"></a>
64-
<a href="https://opencollective.com/react-redux-firebase/sponsor/8/website" target="_blank"><img src="https://opencollective.com/react-redux-firebase/sponsor/8/avatar.svg"></a>
65-
<a href="https://opencollective.com/react-redux-firebase/sponsor/9/website" target="_blank"><img src="https://opencollective.com/react-redux-firebase/sponsor/9/avatar.svg"></a>
66-
67-
<!-- This `CONTRIBUTING.md` is based on @nayafia's template https://github.com/nayafia/contributing-template -->

examples/complete/firestore/package-lock.json

Lines changed: 13539 additions & 8939 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/complete/firestore/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
"name": "react-redux-firebase-firestore-example",
33
"version": "0.1.0",
44
"private": true,
5-
"devDependencies": {
6-
"react-scripts": "1.1.4"
5+
"scripts": {
6+
"start": "react-scripts start",
7+
"build": "react-scripts build",
8+
"test": "react-scripts test --env=jsdom",
9+
"eject": "react-scripts eject"
710
},
811
"dependencies": {
9-
"firebase": "^5.3.0",
10-
"prop-types": "^15.6.1",
11-
"react": "^16.3.0",
12-
"react-dom": "^16.3.0",
12+
"firebase": "^5.7.2",
13+
"prop-types": "^15.6.2",
14+
"react": "^16.7.0",
15+
"react-dom": "^16.7.0",
1316
"react-google-button": "*",
14-
"react-redux": "^4.4.5",
17+
"react-redux": "^5.0.0",
1518
"react-redux-firebase": "latest",
16-
"recompose": "^0.27.1",
19+
"recompose": "^0.30.0",
1720
"redux": "^4.0.0",
1821
"redux-firestore": "latest"
1922
},
20-
"scripts": {
21-
"start": "react-scripts start",
22-
"build": "react-scripts build",
23-
"test": "react-scripts test --env=jsdom",
24-
"eject": "react-scripts eject"
23+
"devDependencies": {
24+
"react-scripts": "2.1.3"
2525
},
2626
"eslintConfig": {
2727
"extends": "./node_modules/react-scripts/config/eslint.js"

0 commit comments

Comments
 (0)