summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-10-14 18:40:54 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-10-14 18:40:54 +0200
commit9df98e65f842cf3acae09cbdd969966f42d64469 (patch)
treef071d3e09a342c208fb8e1cd3f5241d64fbfbaf3 /package.json
parent008926b18470e7f394cd640302957b29728a9803 (diff)
downloadwallet-core-9df98e65f842cf3acae09cbdd969966f42d64469.tar.gz
wallet-core-9df98e65f842cf3acae09cbdd969966f42d64469.tar.bz2
wallet-core-9df98e65f842cf3acae09cbdd969966f42d64469.zip
update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 5 insertions, 7 deletions
diff --git a/package.json b/package.json
index 03108f765..c45f99722 100644
--- a/package.json
+++ b/package.json
@@ -23,8 +23,11 @@
},
"devDependencies": {
"@types/moment": "^2.13.0",
+ "@types/react": "^16.0.2",
+ "@types/react-dom": "^16.0.0",
"ava": "^0.21.0",
"awesome-typescript-loader": "^3.2.2",
+ "axios": "^0.16.2",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
@@ -44,8 +47,8 @@
"nyc": "^11.1.0",
"po2json": "git+https://github.com/mikeedwards/po2json",
"pogen": "file:tooling/pogen/",
- "react": "^15.5.4",
- "react-dom": "^15.5.4",
+ "react": "^16.0.0",
+ "react-dom": "^16.0.0",
"structured-clone": "^0.2.2",
"through2": "^2.0.1",
"tslint": "^5.3.2",
@@ -57,10 +60,5 @@
"vinyl-fs": "^2.4.3",
"webpack": "^3.5.4",
"webpack-merge": "^4.1.0"
- },
- "dependencies": {
- "@types/react": "^16.0.2",
- "@types/react-dom": "^15.5.2",
- "axios": "^0.16.2"
}
}