Add pg-promise and fast-json-patch, npm upgrade/allow minor upgrades

This commit is contained in:
Tom Russell 2018-09-30 16:16:26 +01:00
parent 3e4beb5423
commit fb43998f86
2 changed files with 646 additions and 627 deletions

1257
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,20 +15,22 @@
"body-parser": "^1.18.3", "body-parser": "^1.18.3",
"bootstrap": "^4.1.3", "bootstrap": "^4.1.3",
"connect-pg-simple": "^5.0.0", "connect-pg-simple": "^5.0.0",
"express": "4.16.3", "express": "^4.16.3",
"express-session": "^1.15.6", "express-session": "^1.15.6",
"fast-json-patch": "^2.0.7",
"leaflet": "^1.3.4", "leaflet": "^1.3.4",
"mapnik": "^4.0.1", "mapnik": "^4.0.1",
"razzle": "2.4.0", "pg-promise": "^8.4.6",
"react": "16.4.2", "razzle": "^2.4.0",
"react-dom": "16.4.2", "react": "^16.5.2",
"react-dom": "^16.5.2",
"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": "4.3.1", "react-router-dom": "^4.3.1",
"react-transition-group": "^2.4.0", "react-transition-group": "^2.5.0",
"serialize-javascript": "^1.5.0" "serialize-javascript": "^1.5.0"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^7.2.3" "babel-eslint": "^10.0.1"
} }
} }