Skip to content

Commit

Permalink
nsqadmin: update js run-time libs, notably handlebars
Browse files Browse the repository at this point in the history
handlebars 4.0.11 -> 4.2.1
backbone   1.2.3  -> 1.4.0
bootstrap  3.3.6  -> 3.4.1
jquery     3.3.1  -> 3.4.1
moment     2.11.2 -> 2.24.0

left gulp and browserify related build-tool deps alone for now
  • Loading branch information
ploxiln committed Sep 21, 2019
1 parent 09b06de commit 1385446
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 182 deletions.
211 changes: 34 additions & 177 deletions nsqadmin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions nsqadmin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"gulp-sourcemaps": "^2.6.4",
"gulp-task-listing": "^1.0.0",
"gulp-uglify": "^3.0.1",
"handlebars": "^4.0.11",
"handlebars": "^4.2.0",
"hbsfy": "^2.8.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"backbone": "^1.2.3",
"backbone": "^1.4.0",
"bootbox": "^4.4.0",
"bootstrap": "^3.3.6",
"jquery": "^3.3.1",
"moment": "^2.11.2",
"bootstrap": "^3.4.1",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"underscore": "^1.8.3"
},
"browserify": {
Expand Down

0 comments on commit 1385446

Please sign in to comment.