Bump npm packages
This commit is contained in:
parent
b901e392bb
commit
fa527f0f95
3053
app/package-lock.json
generated
3053
app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -13,24 +13,24 @@
|
|||||||
"start:prod": "NODE_ENV=production node build/server.js"
|
"start:prod": "NODE_ENV=production node build/server.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^1.2.21",
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
||||||
"@fortawesome/free-solid-svg-icons": "^5.10.1",
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
||||||
"@fortawesome/react-fontawesome": "^0.1.8",
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
||||||
"@mapbox/sphericalmercator": "^1.1.0",
|
"@mapbox/sphericalmercator": "^1.1.0",
|
||||||
"body-parser": "^1.19.0",
|
"body-parser": "^1.19.0",
|
||||||
"bootstrap": "^4.4.1",
|
"bootstrap": "^4.4.1",
|
||||||
"connect-pg-simple": "^6.0.1",
|
"connect-pg-simple": "^6.1.0",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"express-session": "^1.17.0",
|
"express-session": "^1.17.0",
|
||||||
"leaflet": "^1.6.0",
|
"leaflet": "^1.6.0",
|
||||||
"lodash.isequal": "^4.5.0",
|
"lodash.isequal": "^4.5.0",
|
||||||
"mapnik": "^4.2.1",
|
"mapnik": "^4.4.0",
|
||||||
"node-fs": "^0.1.7",
|
"node-fs": "^0.1.7",
|
||||||
"nodemailer": "^6.3.0",
|
"nodemailer": "^6.4.6",
|
||||||
"pg-promise": "^8.7.5",
|
"pg-promise": "^8.7.5",
|
||||||
"query-string": "^6.8.2",
|
"query-string": "^6.12.0",
|
||||||
"react": "^16.9.0",
|
"react": "^16.13.1",
|
||||||
"react-dom": "^16.9.0",
|
"react-dom": "^16.13.1",
|
||||||
"react-leaflet": "^1.0.1",
|
"react-leaflet": "^1.0.1",
|
||||||
"react-leaflet-universal": "^1.2.0",
|
"react-leaflet-universal": "^1.2.0",
|
||||||
"react-router-dom": "^5.0.1",
|
"react-router-dom": "^5.0.1",
|
||||||
@ -39,30 +39,30 @@
|
|||||||
"use-throttle": "0.0.3"
|
"use-throttle": "0.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/express": "^4.17.2",
|
"@types/express": "^4.17.5",
|
||||||
"@types/express-session": "^1.15.16",
|
"@types/express-session": "^1.17.0",
|
||||||
"@types/jest": "^24.0.23",
|
"@types/jest": "^24.9.1",
|
||||||
"@types/lodash": "^4.14.149",
|
"@types/lodash": "^4.14.149",
|
||||||
"@types/lodash.isequal": "^4.5.5",
|
"@types/lodash.isequal": "^4.5.5",
|
||||||
"@types/mapbox__sphericalmercator": "^1.1.3",
|
"@types/mapbox__sphericalmercator": "^1.1.3",
|
||||||
"@types/node": "^12.12.25",
|
"@types/node": "^12.12.35",
|
||||||
"@types/nodemailer": "^6.2.2",
|
"@types/nodemailer": "^6.4.0",
|
||||||
"@types/react": "^16.9.16",
|
"@types/react": "^16.9.33",
|
||||||
"@types/react-dom": "^16.9.4",
|
"@types/react-dom": "^16.9.6",
|
||||||
"@types/react-leaflet": "^2.5.0",
|
"@types/react-leaflet": "^2.5.1",
|
||||||
"@types/react-router-dom": "^4.3.5",
|
"@types/react-router-dom": "^4.3.5",
|
||||||
"@types/sharp": "^0.22.3",
|
"@types/sharp": "^0.22.3",
|
||||||
"@types/webpack-env": "^1.14.1",
|
"@types/webpack-env": "^1.15.1",
|
||||||
"babel-eslint": "^10.0.3",
|
"babel-eslint": "^10.1.0",
|
||||||
"eslint": "^5.16.0",
|
"eslint": "^5.16.0",
|
||||||
"eslint-plugin-jest": "^22.21.0",
|
"eslint-plugin-jest": "^22.21.0",
|
||||||
"eslint-plugin-react": "^7.17.0",
|
"eslint-plugin-react": "^7.19.0",
|
||||||
"razzle": "^3.0.0",
|
"razzle": "^3.0.0",
|
||||||
"razzle-plugin-typescript": "^3.0.0",
|
"razzle-plugin-typescript": "^3.0.0",
|
||||||
"ts-jest": "^24.2.0",
|
"ts-jest": "^24.3.0",
|
||||||
"tslint": "^5.20.1",
|
"tslint": "^5.20.1",
|
||||||
"tslint-react": "^4.1.0",
|
"tslint-react": "^4.2.0",
|
||||||
"typescript": "^3.7.3"
|
"typescript": "^3.8.3"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"transform": {
|
"transform": {
|
||||||
|
Loading…
Reference in New Issue
Block a user