Skip to content

Commit

Permalink
Update JS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Aug 2, 2017
1 parent 636f833 commit 1c06410
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,31 @@
{
"name": "critiquebrainz",
"version": "0.0.0",
"description": "package.json for keeping track of nodejs dependencies for critiquebrainz",
"repository": {
"type": "git",
"url": "https://github.com/metabrainz/critiquebrainz.git"
},
"dependencies": {
"babel-core": "6.3.26",
"babel-preset-es2015": "6.3.13",
"babel-preset-stage-2": "6.3.13",
"babelify": "7.2.0",
"bootstrap": "3.3.6",
"envify": "^3.4.0",
"fs": "0.0.2",
"babel-core": "6.25.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babelify": "7.3.0",
"bootstrap": "3.3.7",
"envify": "4.1.0",
"gulp": "3.9.1",
"gulp-less": "3.0.5",
"gulp-rev": "6.0.1",
"gulp-streamify": "^1.0.2",
"jquery": "2.1.4",
"leaflet": "0.7.7",
"less": "2.5.3",
"gulp-less": "3.3.2",
"gulp-rev": "7.1.2",
"gulp-streamify": "1.0.2",
"jquery": "3.2.1",
"leaflet": "1.1.0",
"less": "2.7.2",
"less-plugin-clean-css": "1.5.1",
"lodash": "3.10.1",
"lodash": "4.17.4",
"path": "0.12.7",
"q": "1.4.1",
"through2": "2.0.0",
"q": "1.5.0",
"through2": "2.0.3",
"vinyl-source-stream": "1.1.0",
"yarb": "0.6.1"
"yarb": "0.8.0"
},
"private": true
}

0 comments on commit 1c06410

Please sign in to comment.