From 5be8ca2645c4883f2873e593ed9772cd0a0554c5 Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Sun, 5 May 2019 21:50:22 +0300 Subject: [PATCH] Chore/update rollup (#1027) * Update packages * Fix rollup errors, enable umd bundle * Remove unused deps from lib/package.json --- docs/package.json | 2 +- .../datepicker/ViewsDatePicker.example.jsx | 1 - lib/.size-snapshot.json | 10 + lib/rollup.config.js | 78 +++---- lib/tsconfig.json | 3 +- yarn.lock | 203 +++++++++++------- 6 files changed, 178 insertions(+), 119 deletions(-) diff --git a/docs/package.json b/docs/package.json index d4288c8e37505c..5386f4a1fe70ab 100644 --- a/docs/package.json +++ b/docs/package.json @@ -21,6 +21,7 @@ "@mapbox/rehype-prism": "^0.3.1", "@material-ui/core": "^4.0.0-alpha.7", "@material-ui/icons": "^3.0.2", + "@material-ui/pickers": "^3.0.0-alpha.1", "@material-ui/styles": "^4.0.0-alpha.7", "@types/fuzzy-search": "^2.1.0", "@types/luxon": "^1.11.0", @@ -43,7 +44,6 @@ "jss": "^10.0.0-alpha.16", "jss-rtl": "^0.2.3", "luxon": "^1.11.2", - "@material-ui/pickers": "^3.0.0-alpha.1", "material-ui-search-bar": "^1.0.0-beta.13", "moment": "^2.24.0", "moment-jalaali": "^0.8.3", diff --git a/docs/pages/demo/datepicker/ViewsDatePicker.example.jsx b/docs/pages/demo/datepicker/ViewsDatePicker.example.jsx index 96fdc3448ceef0..3c5d42d755a671 100644 --- a/docs/pages/demo/datepicker/ViewsDatePicker.example.jsx +++ b/docs/pages/demo/datepicker/ViewsDatePicker.example.jsx @@ -11,7 +11,6 @@ function YearMonthPicker() { label="Year only" value={selectedDate} onChange={handleDateChange} - animateYearScrolling />