Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #226 from tanem/renovate/react-scripts-2.x
Update dependency react-scripts to v2.1.8
  • Loading branch information
Tane Morgan committed Mar 10, 2019
2 parents c7eb85a + 7639c3c commit b53a006
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/api-usage/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.8.4",
"react-dom": "16.8.4",
"react-scripts": "2.1.5",
"react-scripts": "2.1.8",
"react-svg": "latest"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-usage/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.8.4",
"react-dom": "16.8.4",
"react-scripts": "2.1.5",
"react-scripts": "2.1.8",
"react-svg": "latest"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/css-in-js/package.json
Expand Up @@ -10,7 +10,7 @@
"glamor": "2.20.40",
"react": "16.8.4",
"react-dom": "16.8.4",
"react-scripts": "2.1.5",
"react-scripts": "2.1.8",
"react-svg": "latest"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/external-stylesheet/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.8.4",
"react-dom": "16.8.4",
"react-scripts": "2.1.5",
"react-scripts": "2.1.8",
"react-svg": "latest"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/fallbacks/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.8.4",
"react-dom": "16.8.4",
"react-scripts": "2.1.5",
"react-scripts": "2.1.8",
"react-svg": "latest"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/loading/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "16.8.4",
"react-dom": "16.8.4",
"react-scripts": "2.1.5",
"react-scripts": "2.1.8",
"react-spinkit": "3.0.0",
"react-svg": "latest"
},
Expand Down

0 comments on commit b53a006

Please sign in to comment.