Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #120 from Caleydo/update_dep_req
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Anita Steiner authored Mar 13, 2020
2 parents 6cd533d + a02b3d9 commit 85019f9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"release:minor": "npm version minor && npm publish && git push --follow-tags",
"release:patch": "npm version patch && npm publish && git push --follow-tags",
"predist": "npm run build && npm run docs",
"dist": "mkdirp dist && cd build && tar cvzf ../dist/tdp_gene.tar.gz *"
"dist": "mkdir dist && cd build && tar cvzf ../dist/tdp_gene.tar.gz *"
},
"devDependencies": {
"@types/jasmine": "2.5.47",
Expand All @@ -68,15 +68,14 @@
"karma-junit-reporter": "2.0.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.3",
"mkdirp": "0.5.1",
"node-sass": "^4.12.0",
"node-sass": "^4.13.1",
"null-loader": "0.1.1",
"raw-loader": "0.5.1",
"sass-loader": "6.0.7",
"style-loader": "0.16.1",
"tslib": "~1.11.0",
"tslint": "5.9.1",
"typedoc": "~0.16.9",
"typedoc": "~0.16.10",
"typescript": "~3.8.2",
"url-loader": "0.5.8",
"webpack": "2.3.3",
Expand All @@ -88,7 +87,7 @@
"ts-loader": "4.0.1"
},
"dependencies": {
"jStat": "1.7.1",
"jStat": "1.8.6",
"jquery-ui": "1.12.1",
"tdp_core": "github:datavisyn/tdp_core#develop"
},
Expand Down

0 comments on commit 85019f9

Please sign in to comment.