From 74b1bccf74c9b61877d413a916efad632787a6ee Mon Sep 17 00:00:00 2001 From: Andreas Argelius Date: Thu, 15 Sep 2016 01:46:35 +0900 Subject: [PATCH] Update deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dae788a..2393e94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-onsenui", - "version": "0.7.7", + "version": "0.7.8", "description": "Onsen UI - React Components for Hybrid Cordova/PhoneGap Apps with Material Design and iOS UI components", "main": "dist/react-onsenui.js", "scripts": { @@ -80,6 +80,6 @@ "peerDependencies": { "react": "^15.2.1", "react-dom": "^15.2.1", - "onsenui": "^2.0.0-rc.18" + "onsenui": "^2.0.0-rc.19" } }