Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
advayDev1 committed Oct 27, 2019
1 parent 76d7f3a commit 6e043d4
Show file tree
Hide file tree
Showing 2 changed files with 687 additions and 504 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,67 +39,67 @@
"semantic-release": "semantic-release"
},
"dependencies": {
"@opencensus/core": "^0.0.16",
"@opencensus/exporter-stackdriver": "^0.0.16",
"@opencensus/core": "^0.0.18",
"@opencensus/exporter-stackdriver": "^0.0.18",
"@publicdocs/togeojson": "https://github.com/publicdocs-platform/togeojson",
"@turf/bearing": "^6.0.1",
"@turf/circle": "^6.0.1",
"@turf/distance": "^6.0.1",
"all-the-cities": "https://github.com/publicdocs-platform/us-cities-db",
"csv": "^5.1.3",
"deep-diff": "^1.0.2",
"del": "^5.0.0",
"dotenv": "^8.1.0",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"express": "^4.16.3",
"fair-semaphore": "^1.0.3",
"ip": "^1.1.5",
"js-yaml": "^3.13.1",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"luxon": "^1.17.2",
"luxon": "^1.19.3",
"mkdirp": "^0.5.1",
"nearby-cities": "^1.1.0",
"numeral": "^2.0.6",
"ol-helpers": "https://github.com/publicdocs-platform/ol-helpers",
"proj4": "^2.5.0",
"pug": "^2.0.4",
"puppeteer": "^2.0.0",
"qrcode": "^1.4.0",
"qrcode": "^1.4.2",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"requizzle": "^0.2.1",
"rimraf": "^3.0.0",
"serve-index": "^1.9.1",
"sharp": "^0.23.0",
"sharp": "^0.23.1",
"sprintf-js": "^1.1.1",
"staticmaps": "https://github.com/publicdocs-platform/staticmaps#zoom-steps",
"title-case": "^2.1.1",
"twit": "^2.2.11",
"us-cities-db": "https://github.com/publicdocs-platform/us-cities-db",
"winston": "^3.2.1",
"xmldom": "^0.1.27",
"yargs": "^14.0.0"
"yargs": "^14.2.0"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/commit-analyzer": "^6.3.0",
"@semantic-release/git": "^7.0.16",
"@semantic-release/github": "^5.4.2",
"@semantic-release/release-notes-generator": "^7.3.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-google": "^0.13.0",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@semantic-release/changelog": "^3.0.5",
"@semantic-release/commit-analyzer": "^6.3.1",
"@semantic-release/git": "^7.0.17",
"@semantic-release/github": "^5.5.5",
"@semantic-release/release-notes-generator": "^7.3.2",
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-sort-requires": "^2.1.0",
"mocha": "^6.1.4",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"semantic-release": "^15.13.21"
"semantic-release": "^15.13.28"
},
"optionalDependencies": {
"@google-cloud/firestore": "^2.5.0",
"@google-cloud/logging-winston": "^1.1.1"
"@google-cloud/logging-winston": "^3.0.0"
},
"release": {
"plugins": [
Expand Down
Loading

0 comments on commit 6e043d4

Please sign in to comment.