Skip to content

Commit

Permalink
update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoes committed Mar 14, 2021
1 parent d6d2476 commit 0e489fd
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 92 deletions.
196 changes: 109 additions & 87 deletions package-lock.json

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

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"gulp-merge": "^0.1.1",
"gulp-rename": "^1.4.0",
"gulp-shell": "^0.7.1",
"gulp-terser": "^1.2.0",
"gulp-terser": "^1.4.1",
"gulp-uglify": "^3.0.2",
"jsdoc": "^3.6.4",
"jshint": "^2.10.2"
"jsdoc": "^3.6.6",
"jshint": "^2.12.0"
},
"scripts": {
"build": "gulp",
Expand All @@ -31,8 +31,10 @@
"license": "BSD-3-Clause",
"main": "build/3Dmol-min.js",
"dependencies": {
"jquery": "^3.5.0",
"ini": "^2.0.0",
"jquery": "^3.6.0",
"netcdfjs": "^1.0.0",
"pako": "^1.0.11"
"pako": "^1.0.11",
"yargs-parser": "^20.2.7"
}
}

0 comments on commit 0e489fd

Please sign in to comment.