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

Update dependencies #92

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"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/phovea_vis.tar.gz *"
"dist": "mkdir dist && cd build && tar cvzf ../dist/phovea_vis.tar.gz *"
},
"dependencies": {
"phovea_core": "github:phovea/phovea_core#develop",
"phovea_d3": "github:phovea/phovea_d3#develop",
"phovea_core": "github:phovea/phovea_core#update_dep_req",
"phovea_d3": "github:phovea/phovea_d3#update_dep_req",
"@types/d3": "~3.5.36",
"d3": "~3.5.17"
},
Expand All @@ -72,15 +72,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 Down