Skip to content

Commit

Permalink
chore: Update miscellaneous dependencies (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Dec 17, 2018
1 parent 6fb2341 commit ed4a7e7
Show file tree
Hide file tree
Showing 29 changed files with 55,133 additions and 44,351 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": [
"4catalyzer-react",
"prettier"
"prettier",
"prettier/react"
],
"plugins": [
"prettier"
Expand Down
175 changes: 87 additions & 88 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Using Found in your production app? If you'd like to add your team to the list,

## B

* [Butterfly Network](https://www.butterflynetwork.com/)
- [Butterfly Network](https://www.butterflynetwork.com/)
1 change: 1 addition & 0 deletions examples/basic-jsx/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
16,034 changes: 9,172 additions & 6,862 deletions examples/basic-jsx/package-lock.json

Large diffs are not rendered by default.

20 changes: 12 additions & 8 deletions examples/basic-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"name": "basic-jsx",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "1.1.4"
},
"dependencies": {
"found": "^0.3.11",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2"
"found": "^0.3.14",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1"
},
"scripts": {
"start": "react-scripts start"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
1 change: 1 addition & 0 deletions examples/basic/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true

0 comments on commit ed4a7e7

Please sign in to comment.