1
0
Fork 0

update template deps

This commit is contained in:
Travis Fischer 2018-07-06 16:06:13 -04:00 committed by Joost De Cock
parent b981aa7e6b
commit 6c3609d9a3
4 changed files with 32 additions and 33 deletions

View file

@ -5,11 +5,11 @@
"private": true,
"license": "MIT",
"dependencies": {
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"{{name}}": "{{#if yarn}}link:..{{else}}*{{/if}}",
"react-scripts": "^1.1.1"
"react-scripts": "^1.1.4"
},
"scripts": {
"start": "react-scripts start",