Skip to content

Commit

Permalink
Update to 19.1.8 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrobot authored and dxvladislavvolkov committed Nov 26, 2019
1 parent 99316c3 commit 025530f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
{
"author": {
"name": "Developer Express Inc."
},
"name": "devextreme-react",
"version": "19.1.7",
"version": "19.1.8",
"description": "DevExtreme React UI and Visualization Components",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"prop-types": "^15.6.1"
},
"peerDependencies": {
"devextreme": "~19.1.7",
"devextreme": "~19.1.8",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
Expand All @@ -28,7 +28,7 @@
"css-loader": "^2.1.0",
"dasherize": "^2.0.0",
"del": "^3.0.0",
"devextreme": "~19.1.7",
"devextreme": "~19.1.8",
"dot": "^1.1.2",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
Expand Down
52 changes: 48 additions & 4 deletions tools/integration-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta": {
"docsRevision": "2b7f6f70b9fdecd5f80eda8584904e63620442c6"
"docsRevision": "0211ea36b17d8a78c72281654d0bb91a501ee9ed"
},
"widgets": [
{
Expand Down Expand Up @@ -182540,6 +182540,15 @@
"isCustomType": true
}
]
},
{
"name": "actionElement",
"types": [
{
"type": "dxElement",
"isCustomType": true
}
]
}
]
}
Expand Down Expand Up @@ -182568,7 +182577,7 @@
"name": "component",
"types": [
{
"type": "Widget",
"type": "dxSpeedDialAction",
"isCustomType": true
}
]
Expand All @@ -182589,6 +182598,15 @@
"type": "Object"
}
]
},
{
"name": "actionElement",
"types": [
{
"type": "dxElement",
"isCustomType": true
}
]
}
]
}
Expand Down Expand Up @@ -182617,7 +182635,7 @@
"name": "component",
"types": [
{
"type": "DOMComponent",
"type": "dxSpeedDialAction",
"isCustomType": true
}
]
Expand All @@ -182638,6 +182656,15 @@
"type": "Object"
}
]
},
{
"name": "actionElement",
"types": [
{
"type": "dxElement",
"isCustomType": true
}
]
}
]
}
Expand Down Expand Up @@ -182666,7 +182693,7 @@
"name": "component",
"types": [
{
"type": "Component",
"type": "dxSpeedDialAction",
"isCustomType": true
}
]
Expand All @@ -182679,6 +182706,23 @@
"isCustomType": true
}
]
},
{
"name": "model",
"types": [
{
"type": "Object"
}
]
},
{
"name": "actionElement",
"types": [
{
"type": "dxElement",
"isCustomType": true
}
]
}
]
}
Expand Down

0 comments on commit 025530f

Please sign in to comment.