summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-20 11:58:22 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-20 11:58:22 +0200
commit9e8cdc58d62edf4162e98a14b219e43cc4c1c646 (patch)
treec3151cd974b17bc52bbe5605ea9d795dffa69c63 /package.json
parent5fa70b1eb39d4fa309ee7109074513ea685a33b6 (diff)
downloadwallet-core-9e8cdc58d62edf4162e98a14b219e43cc4c1c646.tar.gz
wallet-core-9e8cdc58d62edf4162e98a14b219e43cc4c1c646.tar.bz2
wallet-core-9e8cdc58d62edf4162e98a14b219e43cc4c1c646.zip
upgrade package versions
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 6 insertions, 7 deletions
diff --git a/package.json b/package.json
index 3cb44a0c3..af8d23461 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,6 @@
"build": "make tsc"
},
"devDependencies": {
- "@types/moment": "^2.13.0",
"@types/react": "^16.4.0",
"@types/react-dom": "^16.0.0",
"ava": "^1.4.1",
@@ -26,21 +25,21 @@
"gulp-gzip": "^1.2.0",
"gulp-json-transform": "^0.4.2",
"gulp-rename": "^1.2.2",
- "gulp-tar": "^2.0.0",
- "gulp-zip": "^4.0.0",
+ "gulp-tar": "^3.0.0",
+ "gulp-zip": "^5.0.0",
"jed": "^1.1.1",
"map-stream": "^0.0.7",
"moment": "^2.18.1",
- "nyc": "^13.3.0",
+ "nyc": "^14.1.1",
"po2json": "^1.0.0-alpha",
"pogen": "^0.0.5",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"structured-clone": "^0.2.2",
"terser-webpack-plugin": "^1.2.3",
- "through2": "2.0.1",
+ "through2": "3.0.1",
"tslint": "^5.14.0",
- "typedoc": "^0.14.2",
+ "typedoc": "^0.15.0",
"typescript": "^3.3.4000",
"uglify-js": "^3.0.27",
"vinyl": "^2.2.0",
@@ -54,7 +53,7 @@
"@types/chrome": "^0.0.88",
"@types/urijs": "^1.19.3",
"axios": "^0.19.0",
- "commander": "^2.20.0",
+ "commander": "^3.0.0",
"idb-bridge": "^0.0.7",
"source-map-support": "^0.5.12",
"urijs": "^1.18.10"