summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-16 19:20:18 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-16 19:20:18 +0200
commitd10c42776a6b0deb1f366995cdb1666807106a1e (patch)
tree9323a37876d48b868255fee2699fd0c33cad702a /package.json
parent67dc8d30c0b9b84b5d1f37eb680729e0b7ac32f6 (diff)
downloadwallet-core-d10c42776a6b0deb1f366995cdb1666807106a1e.tar.gz
wallet-core-d10c42776a6b0deb1f366995cdb1666807106a1e.tar.bz2
wallet-core-d10c42776a6b0deb1f366995cdb1666807106a1e.zip
use packaged type declarations
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6c844817d..e080cae49 100644
--- a/package.json
+++ b/package.json
@@ -46,9 +46,11 @@
"webpack-merge": "^4.1.0"
},
"dependencies": {
+ "@types/chrome": "^0.0.88",
+ "@types/urijs": "^1.19.3",
"axios": "^0.19.0",
"commander": "^2.20.0",
- "idb-bridge": "0.0.2",
+ "idb-bridge": "0.0.3",
"source-map-support": "^0.5.12",
"urijs": "^1.18.10"
}