Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-scripts in group examples to the latest version 🚀 #18

Merged
merged 6 commits into from
Feb 11, 2019
5,558 changes: 2,498 additions & 3,060 deletions examples/with-create-react-app-typescript/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-create-react-app-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"rbx": "file:../../dist",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.3"
"react-scripts": "2.1.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down
5,558 changes: 2,498 additions & 3,060 deletions examples/with-create-react-app/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"rbx": "file:../../dist",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.3"
"react-scripts": "2.1.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down
5,369 changes: 2,417 additions & 2,952 deletions examples/with-customization/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-customization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rbx": "file:../../dist",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.3"
"react-scripts": "2.1.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down