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 🚀 #39

Merged
merged 6 commits into from
Mar 7, 2019
Merged
2,321 changes: 1,011 additions & 1,310 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.8.1",
"react-dom": "^16.8.1",
"react-scripts": "2.1.5"
"react-scripts": "2.1.6"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading