Skip to content

Commit 2d6bfa1

Browse files
author
Sriram Balakrishnan
committed
Upgraded prop-types and downgraded react-remove-prop-types
1 parent 005f353 commit 2d6bfa1

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
"postpublish": "npm run build && cd build && npm publish"
4545
},
4646
"peerDependencies": {
47-
"react": "^15.4.0 || ^16.0.0",
48-
"react-dom": "^15.4.0 || ^16.0.0"
47+
"react": "^16.6.3",
48+
"react-dom": "^16.6.3"
4949
},
5050
"dependencies": {
5151
"babel-runtime": "^6.23.0",
5252
"inline-style-prefixer": "^3.0.8",
5353
"keycode": "^2.1.8",
5454
"lodash.merge": "^4.6.0",
5555
"lodash.throttle": "^4.1.1",
56-
"prop-types": "^15.5.7",
56+
"prop-types": "^15.6.2",
5757
"react-event-listener": "^0.6.2",
5858
"react-transition-group": "^1.2.1",
5959
"recompose": "^0.26.0",
@@ -69,7 +69,7 @@
6969
"babel-plugin-transform-dev-warning": "^0.1.0",
7070
"babel-plugin-transform-react-constant-elements": "^6.23.0",
7171
"babel-plugin-transform-react-inline-elements": "^6.22.0",
72-
"babel-plugin-transform-react-remove-prop-types": "^0.4.0",
72+
"babel-plugin-transform-react-remove-prop-types": "^0.3.0",
7373
"babel-plugin-transform-replace-object-assign": "^0.2.1",
7474
"babel-plugin-transform-runtime": "^6.23.0",
7575
"babel-polyfill": "^6.23.0",

src/DatePicker/DatePickerDialog.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ class DatePickerDialog extends Component {
173173
cancelClassName={cancelClassName}
174174
cancelLabel={cancelLabel}
175175
cancelStyle={cancelStyle}
176-
DateTimeFormat={DateTimeFormat}
177176
disableYearSelection={disableYearSelection}
178177
firstDayOfWeek={firstDayOfWeek}
179178
initialDate={initialDate}

0 commit comments

Comments
 (0)