Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from Caleydo/update_dep_req
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Holger Stitz authored Mar 16, 2020
2 parents bb123b2 + d5d3ae6 commit 5862bd6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
"scripts": {
"build": "node build.js --skipTests",
"predist": "npm run build",
"dist": "mkdirp dist && cd build && tar cvzf ../dist/vega_clue_product.tar.gz *"
"dist": "mkdir dist && cd build && tar cvzf ../dist/vega_clue_product.tar.gz *"
},
"dependencies": {
"bluebird": "3.4.6",
"chalk": "1.1.3",
"fs-extra": "^1.0.0",
"bluebird": "3.7.2",
"chalk": "3.0.0",
"fs-extra": "^8.1.0",
"generator-phovea": "github:phovea/generator-phovea#develop",
"lodash": "4.17.14",
"mkdirp": "0.5.1",
"yamljs": "0.2.8",
"yargs-parser": "4.2.0",
"yeoman-environment": "2.7.0"
"lodash": "4.17.15",
"yamljs": "0.3.0",
"yargs-parser": "18.0.0",
"yeoman-environment": "2.8.0"
},
"name": "vega_clue_product",
"description": "",
Expand Down

0 comments on commit 5862bd6

Please sign in to comment.