Skip to content

Commit

Permalink
Increment version to 0.3.4alpha and resolve a vulnerability.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Mar 26, 2019
1 parent 5a78025 commit ca9fde7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "physiomeportal",
"version": "0.3.3alpha",
"version": "0.3.4alpha",
"description": "Physiome Portal",
"main": "build/physiomeportal.js",
"files": [
Expand Down Expand Up @@ -44,10 +44,11 @@
"url-loader": "^1.0.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-jquery-ui": "^1.0.0"
"webpack-jquery-ui": "^1.0.0",
"lodash": ">=4.17.11"
},
"dependencies": {
"zincjs": "^0.29.6",
"zincjs": "^0.29.7",
"dialog-polyfill": "^0.4.10"
}
}

0 comments on commit ca9fde7

Please sign in to comment.