mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
updated javascript dependencies
This commit is contained in:
parent
006712f077
commit
88d6e571f7
|
@ -13,19 +13,19 @@
|
|||
"extends": "react-app"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^16.6.3",
|
||||
"react-dom": "^16.6.3",
|
||||
"react-scripts": "2.1.1"
|
||||
"react": "16.8.1",
|
||||
"react-dom": "16.8.1",
|
||||
"react-scripts": "2.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "0.18.0",
|
||||
"node-sass": "4.9.3",
|
||||
"node-sass": "4.11.0",
|
||||
"raven-js": "3.27.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "9.11.1",
|
||||
"npm": "5.6.0",
|
||||
"yarn": "1.6.0"
|
||||
"node": ">=9.11.1",
|
||||
"npm": ">=5.6.0",
|
||||
"yarn": ">=1.6.0"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
|
|
|
@ -31,9 +31,9 @@
|
|||
},
|
||||
"engines": {
|
||||
{% if cookiecutter.js_task_runner == 'CreateReactApp' %}
|
||||
"node": "9.11.1",
|
||||
"npm": "5.6.0",
|
||||
"yarn": "1.6.0"
|
||||
"node": ">=9.11.1",
|
||||
"npm": ">=5.6.0",
|
||||
"yarn": ">=1.6.0"
|
||||
{% else %}
|
||||
"node": ">=0.8.0"
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user