Client - update JS dependencies
This commit is contained in:
parent
c902bdb911
commit
5b49928c84
@ -5,25 +5,25 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mapbox/togeojson": "^0.16.0",
|
"@mapbox/togeojson": "^0.16.0",
|
||||||
"connected-react-router": "^6.9.1",
|
"connected-react-router": "^6.9.1",
|
||||||
"date-fns": "^2.19.0",
|
"date-fns": "^2.21.3",
|
||||||
"history": "^4.10.1",
|
"history": "^4.10.1",
|
||||||
"i18next": "^20.1.0",
|
"i18next": "^20.3.0",
|
||||||
"i18next-browser-languagedetector": "^6.1.0",
|
"i18next-browser-languagedetector": "^6.1.1",
|
||||||
"i18next-xhr-backend": "^3.2.2",
|
"i18next-xhr-backend": "^3.2.2",
|
||||||
"leaflet": "^1.7.1",
|
"leaflet": "^1.7.1",
|
||||||
"luxon": "^1.26.0",
|
"luxon": "^1.27.0",
|
||||||
"object-hash": "^2.1.1",
|
"object-hash": "^2.1.1",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-helmet": "^6.1.0",
|
"react-helmet": "^6.1.0",
|
||||||
"react-i18next": "^11.8.12",
|
"react-i18next": "^11.8.15",
|
||||||
"react-leaflet": "^3.1.0",
|
"react-leaflet": "^3.2.0",
|
||||||
"react-redux": "^7.2.3",
|
"react-redux": "^7.2.4",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.2.0",
|
||||||
"react-scripts": "^4.0.3",
|
"react-scripts": "^4.0.3",
|
||||||
"react-timezone": "^2.4.0",
|
"react-timezone": "^2.4.0",
|
||||||
"recharts": "^1.8.5",
|
"recharts": "^1.8.5",
|
||||||
"redux": "^4.0.5",
|
"redux": "^4.1.0",
|
||||||
"redux-thunk": "^2.3.0"
|
"redux-thunk": "^2.3.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"build": "NODE_ENV=production react-scripts build && rm -rf ../fittrackee/dist/* && cp -a build/. ../fittrackee/dist",
|
"build": "NODE_ENV=production react-scripts build && rm -rf ../fittrackee/dist/* && cp -a build/. ../fittrackee/dist",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"lint": "node_modules/.bin/eslint --cache --ext .jsx --ext .js src",
|
"lint": "node_modules/.bin/eslint --cache --ext .jsx --ext .js src",
|
||||||
"lint-fix": "node_modules/.bin/eslint --cache --ext .jsx --ext .js --fix"
|
"lint-fix": "node_modules/.bin/eslint --cache --ext .jsx --ext .js src --fix"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
@ -43,9 +43,9 @@
|
|||||||
"not op_mini all"
|
"not op_mini all"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-config-prettier": "^8.1.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-prettier": "^3.3.1",
|
"eslint-plugin-prettier": "^3.4.0",
|
||||||
"eslint-plugin-testcafe": "^0.2.1",
|
"eslint-plugin-testcafe": "^0.2.1",
|
||||||
"prettier": "^2.2.1"
|
"prettier": "^2.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user