update JS dependencies

This commit is contained in:
Sam 2018-11-18 13:06:04 +01:00
parent 95fffe2852
commit 904cae0028
3 changed files with 5563 additions and 2392 deletions

View File

@ -23,5 +23,5 @@ GUNICORN = $(VENV)/bin/gunicorn
COV = $(VENV)/bin/python-codacy-coverage COV = $(VENV)/bin/python-codacy-coverage
# Node env # Node env
NODE_MODULES = $(PWD)/fittrackee_client/node_modules NODE_MODULES = $(PWD)/node_modules
NPM ?= yarn --modules-folder fittrackee_client/node_modules/ NPM ?= yarn

View File

@ -8,19 +8,19 @@
"date-fns": "^1.29.0", "date-fns": "^1.29.0",
"history": "^4.7.2", "history": "^4.7.2",
"leaflet": "^1.3.4", "leaflet": "^1.3.4",
"luxon": "^1.3.3", "luxon": "^1.7.1",
"object-hash": "^1.3.0", "object-hash": "^1.3.1",
"react": "^16.5.0", "react": "^16.6.3",
"react-dom": "^16.5.0", "react-dom": "^16.6.3",
"react-helmet": "^5.2.0", "react-helmet": "^5.2.0",
"react-leaflet": "^2.0.1", "react-leaflet": "^2.1.2",
"react-redux": "^5.0.7", "react-redux": "^5.1.1",
"react-router-dom": "^4.3.1", "react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9", "react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.5", "react-scripts": "2.1.1",
"react-timezone": "^2.1.0", "react-timezone": "^2.1.0",
"recharts": "^1.2.0", "recharts": "^1.4.1",
"redux": "4.0.0", "redux": "4.0.1",
"redux-thunk": "^2.3.0" "redux-thunk": "^2.3.0"
}, },
"scripts": { "scripts": {
@ -30,13 +30,18 @@
"eject": "cd fittrackee_client && react-scripts eject", "eject": "cd fittrackee_client && react-scripts eject",
"lint": "eslint --cache --ext .jsx --ext .js fittrackee_client/src" "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": { "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", "eslint-plugin-testcafe": "^0.2.1",
"randomstring": "^1.1.5", "randomstring": "^1.1.5",
"testcafe": "^0.22.0" "testcafe": "^0.23.2"
} }
} }

7918
yarn.lock

File diff suppressed because it is too large Load Diff