From 179872a3c877759ad082e09c6ed4c3069c8847c5 Mon Sep 17 00:00:00 2001 From: paranoidjk Date: Mon, 13 Mar 2017 14:39:33 +0800 Subject: [PATCH] feat: upgrade rc-util to 4.x --- examples/simple.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/simple.js b/examples/simple.js index af72a7c..8bd76f3 100644 --- a/examples/simple.js +++ b/examples/simple.js @@ -1,4 +1,4 @@ -// use jsx to render html, do not modify simple.html +/* eslint-disable no-console */ import 'rc-notification/assets/index.less'; import Notification from 'rc-notification'; import React from 'react'; diff --git a/package.json b/package.json index b24b0ee..8092ec6 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "dependencies": { "classnames": "2.x", "rc-animate": "2.x", - "rc-util": "3.x" + "rc-util": "4.0.2" }, "pre-commit": [ "lint"