Skip to content

Commit

Permalink
chore: Update dependencies and examples (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Oct 4, 2019
1 parent b27f1a8 commit 2689cf6
Show file tree
Hide file tree
Showing 19 changed files with 21,786 additions and 20,906 deletions.
10 changes: 5 additions & 5 deletions examples/basic-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"found": "^0.4.0-alpha.10",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1"
"found": "^0.4.9",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-scripts": "3.2.0"
},
"scripts": {
"start": "react-scripts start"
Expand Down
7,276 changes: 3,687 additions & 3,589 deletions examples/basic-jsx/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"found": "^0.4.0-alpha.10",
"found": "^0.4.9",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-scripts": "2.1.8"
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-scripts": "3.2.0"
},
"scripts": {
"start": "react-scripts start"
Expand Down
6,863 changes: 3,444 additions & 3,419 deletions examples/basic/yarn.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/global-pending/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"found": "^0.4.0-alpha.10",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1",
"found": "^0.4.9",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-scripts": "3.2.0",
"react-static-container": "^1.0.2"
},
"scripts": {
Expand Down
7,276 changes: 3,687 additions & 3,589 deletions examples/global-pending/yarn.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions examples/hot-reloading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"start": "webpack-dev-server --mode development --hot"
},
"dependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"core-js": "^3.0.0",
"found": "^0.4.0-alpha.10",
"babel-loader": "^8.0.6",
"core-js": "^3.2.1",
"found": "^0.4.9",
"html-webpack-plugin": "^3.2.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-hot-loader": "^4.8.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-hot-loader": "^4.12.14",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
}
}

0 comments on commit 2689cf6

Please sign in to comment.