update JS dependencies
This commit is contained in:
parent
95fffe2852
commit
904cae0028
@ -23,5 +23,5 @@ GUNICORN = $(VENV)/bin/gunicorn
|
||||
COV = $(VENV)/bin/python-codacy-coverage
|
||||
|
||||
# Node env
|
||||
NODE_MODULES = $(PWD)/fittrackee_client/node_modules
|
||||
NPM ?= yarn --modules-folder fittrackee_client/node_modules/
|
||||
NODE_MODULES = $(PWD)/node_modules
|
||||
NPM ?= yarn
|
||||
|
33
package.json
33
package.json
@ -8,19 +8,19 @@
|
||||
"date-fns": "^1.29.0",
|
||||
"history": "^4.7.2",
|
||||
"leaflet": "^1.3.4",
|
||||
"luxon": "^1.3.3",
|
||||
"object-hash": "^1.3.0",
|
||||
"react": "^16.5.0",
|
||||
"react-dom": "^16.5.0",
|
||||
"luxon": "^1.7.1",
|
||||
"object-hash": "^1.3.1",
|
||||
"react": "^16.6.3",
|
||||
"react-dom": "^16.6.3",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-leaflet": "^2.0.1",
|
||||
"react-redux": "^5.0.7",
|
||||
"react-leaflet": "^2.1.2",
|
||||
"react-redux": "^5.1.1",
|
||||
"react-router-dom": "^4.3.1",
|
||||
"react-router-redux": "^5.0.0-alpha.9",
|
||||
"react-scripts": "1.1.5",
|
||||
"react-scripts": "2.1.1",
|
||||
"react-timezone": "^2.1.0",
|
||||
"recharts": "^1.2.0",
|
||||
"redux": "4.0.0",
|
||||
"recharts": "^1.4.1",
|
||||
"redux": "4.0.1",
|
||||
"redux-thunk": "^2.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
@ -30,13 +30,18 @@
|
||||
"eject": "cd fittrackee_client && react-scripts eject",
|
||||
"lint": "eslint --cache --ext .jsx --ext .js fittrackee_client/src"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not ie <= 11",
|
||||
"not op_mini all"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^9.0.0",
|
||||
"eslint": "^5.5.0",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-react": "^7.11.1",
|
||||
"eslint-plugin-testcafe": "^0.2.1",
|
||||
"randomstring": "^1.1.5",
|
||||
"testcafe": "^0.22.0"
|
||||
"testcafe": "^0.23.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user