Minor updates to npm packages

This commit is contained in:
Tom Russell 2019-08-12 21:57:44 +01:00
parent 00bc2ef722
commit 6cfd12e638
2 changed files with 3475 additions and 3401 deletions

6858
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,8 +12,8 @@
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@mapbox/sphericalmercator": "^1.1.0",
"body-parser": "^1.19.0",
@ -24,11 +24,11 @@
"leaflet": "^1.5.1",
"mapnik": "^4.2.1",
"node-fs": "^0.1.7",
"pg-promise": "^8.7.3",
"pg-promise": "^8.7.5",
"prop-types": "^15.7.2",
"query-string": "^6.8.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"query-string": "^6.8.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-leaflet": "^1.0.1",
"react-leaflet-universal": "^1.2.0",
"react-router-dom": "^4.3.1",
@ -41,14 +41,14 @@
"@types/jest": "^24.0.17",
"@types/node": "^12.7.1",
"@types/prop-types": "^15.7.1",
"@types/react": "^16.9.0",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"@types/react-router-dom": "^4.3.4",
"@types/webpack-env": "^1.14.0",
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-plugin-jest": "^22.7.2",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-jest": "^22.15.0",
"eslint-plugin-react": "^7.14.3",
"razzle": "^3.0.0",
"razzle-plugin-typescript": "^3.0.0",
"ts-jest": "^24.0.2",