update JS deps

This commit is contained in:
Sam 2019-12-28 22:08:10 +01:00
parent 51860a1484
commit 4500732a0e
3 changed files with 2404 additions and 1718 deletions

View File

@ -10,7 +10,7 @@ const getFileSize = fileSize => {
) )
} }
export const version = '0.2.2-beta' // version stored in 'utils' for now export const version = '0.2.3-beta' // version stored in 'utils' for now
export const apiUrl = `${process.env.REACT_APP_API_URL}/api/` export const apiUrl = `${process.env.REACT_APP_API_URL}/api/`
/* prettier-ignore */ /* prettier-ignore */
export const thunderforestApiKey = `${ export const thunderforestApiKey = `${

View File

@ -4,26 +4,26 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@mapbox/togeojson": "^0.16.0", "@mapbox/togeojson": "^0.16.0",
"connected-react-router": "^6.5.2", "connected-react-router": "^6.6.1",
"date-fns": "^2.2.1", "date-fns": "^2.8.1",
"history": "^4.10.1", "history": "^4.10.1",
"i18next": "^17.0.16", "i18next": "^19.0.2",
"i18next-browser-languagedetector": "^3.0.3", "i18next-browser-languagedetector": "^4.0.1",
"i18next-xhr-backend": "^3.1.2", "i18next-xhr-backend": "^3.2.2",
"leaflet": "^1.5.1", "leaflet": "^1.6.0",
"luxon": "^1.19.2", "luxon": "^1.21.3",
"object-hash": "^1.3.1", "object-hash": "^2.0.1",
"react": "^16.9.0", "react": "^16.12.0",
"react-dom": "^16.9.0", "react-dom": "^16.12.0",
"react-helmet": "^6.0.0-beta", "react-helmet": "^6.0.0-beta",
"react-i18next": "^10.12.5", "react-i18next": "^11.2.7",
"react-leaflet": "^2.4.0", "react-leaflet": "^2.6.1",
"react-redux": "^7.1.1", "react-redux": "^7.1.3",
"react-router-dom": "^5.0.1", "react-router-dom": "^5.1.2",
"react-scripts": "^3.1.2", "react-scripts": "^3.3.0",
"react-timezone": "^2.4.0", "react-timezone": "^2.4.0",
"recharts": "^1.7.1", "recharts": "^1.7.1",
"redux": "^4.0.4", "redux": "^4.0.5",
"redux-thunk": "^2.3.0" "redux-thunk": "^2.3.0"
}, },
"scripts": { "scripts": {
@ -44,11 +44,11 @@
"not op_mini all" "not op_mini all"
], ],
"devDependencies": { "devDependencies": {
"eslint-config-prettier": "^6.3.0", "eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.1", "eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-testcafe": "^0.2.1", "eslint-plugin-testcafe": "^0.2.1",
"prettier": "^1.18.2", "prettier": "^1.19.1",
"randomstring": "^1.1.5", "randomstring": "^1.1.5",
"testcafe": "^1.5.0" "testcafe": "^1.7.1"
} }
} }

4080
yarn.lock

File diff suppressed because it is too large Load Diff