@devexpress/dx-react-grid-material-ui
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -627,3 +627,3 @@ import * as React from 'react'; | ||
/** The virtual table's height. */ | ||
height?: number; | ||
height?: number | string; | ||
/** Estimated row height. Specify the average value for a table whose rows have different heights. */ | ||
@@ -630,0 +630,0 @@ estimatedRowHeight?: number; |
{ | ||
"name": "@devexpress/dx-react-grid-material-ui", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Material UI templates for DevExtreme React Grid component", | ||
@@ -46,10 +46,10 @@ "author": { | ||
"devDependencies": { | ||
"@devexpress/dx-grid-core": "1.4.0", | ||
"@devexpress/dx-react-core": "1.4.0", | ||
"@devexpress/dx-react-grid": "1.4.0", | ||
"@devexpress/dx-testing": "1.4.0", | ||
"@material-ui/core": "^1.2.3", | ||
"@devexpress/dx-grid-core": "1.5.0", | ||
"@devexpress/dx-react-core": "1.5.0", | ||
"@devexpress/dx-react-grid": "1.5.0", | ||
"@devexpress/dx-testing": "1.5.0", | ||
"@material-ui/core": "^1.4.0", | ||
"@material-ui/icons": "^1.1.0", | ||
"babel-core": "^6.26.3", | ||
"babel-jest": "^23.0.1", | ||
"babel-jest": "^23.4.0", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
@@ -63,12 +63,12 @@ "babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint": "^5.1.0", | ||
"eslint-config-airbnb": "^17.0.0", | ||
"eslint-config-airbnb-base": "^13.0.0", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-jest": "^21.17.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.9.1", | ||
"jest": "^23.1.0", | ||
"jss": "^9.8.6", | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-jest": "^21.18.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.1", | ||
"eslint-plugin-react": "^7.10.0", | ||
"jest": "^23.4.1", | ||
"jss": "^9.8.7", | ||
"jss-preset-default": "^4.5.0", | ||
@@ -89,5 +89,5 @@ "jss-theme-reactor": "^0.11.1", | ||
"peerDependencies": { | ||
"@devexpress/dx-grid-core": "1.4.0", | ||
"@devexpress/dx-react-core": "1.4.0", | ||
"@devexpress/dx-react-grid": "1.4.0", | ||
"@devexpress/dx-grid-core": "1.5.0", | ||
"@devexpress/dx-react-core": "1.5.0", | ||
"@devexpress/dx-react-grid": "1.5.0", | ||
"@material-ui/core": "^1.1.0", | ||
@@ -94,0 +94,0 @@ "@material-ui/icons": "^1.1.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
628746
7978