update JS dependencies

This commit is contained in:
Sam 2019-09-23 14:51:47 +02:00
parent 9101ba50cd
commit bb54ce87e5
4 changed files with 651 additions and 554 deletions

View File

@ -1,5 +1,5 @@
language: node_js language: node_js
node_js: '11' node_js: '12'
dist: trusty dist: trusty
sudo: required sudo: required

View File

@ -4,22 +4,26 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@mapbox/togeojson": "^0.16.0", "@mapbox/togeojson": "^0.16.0",
"connected-react-router": "^6.5.0", "connected-react-router": "^6.5.2",
"date-fns": "^2.0.1", "date-fns": "^2.2.1",
"history": "^4.9.0", "history": "^4.10.1",
"i18next": "^17.0.16",
"i18next-browser-languagedetector": "^3.0.3",
"i18next-xhr-backend": "^3.1.2",
"leaflet": "^1.5.1", "leaflet": "^1.5.1",
"luxon": "^1.16.1", "luxon": "^1.19.2",
"object-hash": "^1.3.1", "object-hash": "^1.3.1",
"react": "^16.8.6", "react": "^16.9.0",
"react-dom": "^16.8.6", "react-dom": "^16.9.0",
"react-helmet": "^6.0.0-beta", "react-helmet": "^6.0.0-beta",
"react-i18next": "^10.12.5",
"react-leaflet": "^2.4.0", "react-leaflet": "^2.4.0",
"react-redux": "^7.1.0", "react-redux": "^7.1.1",
"react-router-dom": "^5.0.1", "react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1", "react-scripts": "^3.1.2",
"react-timezone": "^2.4.0", "react-timezone": "^2.4.0",
"recharts": "^1.6.2", "recharts": "^1.7.1",
"redux": "^4.0.1", "redux": "^4.0.4",
"redux-thunk": "^2.3.0" "redux-thunk": "^2.3.0"
}, },
"scripts": { "scripts": {
@ -40,11 +44,11 @@
"not op_mini all" "not op_mini all"
], ],
"devDependencies": { "devDependencies": {
"eslint-config-prettier": "^6.1.0", "eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.0", "eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-testcafe": "^0.2.1", "eslint-plugin-testcafe": "^0.2.1",
"prettier": "^1.18.2", "prettier": "^1.18.2",
"randomstring": "^1.1.5", "randomstring": "^1.1.5",
"testcafe": "^1.1.3" "testcafe": "^1.5.0"
} }
} }

View File

@ -14,7 +14,7 @@ inspect $? api
docker-compose -f docker-compose-ci.yml run fittrackee-api flask db upgrade docker-compose -f docker-compose-ci.yml run fittrackee-api flask db upgrade
docker-compose -f docker-compose-ci.yml run fittrackee-api flask initdata docker-compose -f docker-compose-ci.yml run fittrackee-api flask initdata
testcafe chrome fittrackee_client/e2e testcafe chrome fittrackee_client/e2e -e
inspect $? e2e inspect $? e2e
if [ -n "${fails}" ]; if [ -n "${fails}" ];

1171
yarn.lock

File diff suppressed because it is too large Load Diff