Update package.json

This commit is contained in:
genomics-geek 2019-04-17 14:38:15 -04:00
parent 0b0f6ae5fc
commit aba9ec1f77

View File

@ -1,5 +1,5 @@
{
"name": "{{ cookiecutter.project_slug }}",
"name": "nexus",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8000",
@ -13,9 +13,9 @@
"extends": "react-app"
},
"dependencies": {
"react": "16.8.1",
"react-dom": "16.8.1",
"react-scripts": "2.1.3"
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "2.1.8"
},
"devDependencies": {
"axios": "0.18.0",