Skip to content

Commit

Permalink
Update to 17.2.16 (#1112)
Browse files Browse the repository at this point in the history
* Update to 17.2.16

* Downgrade @types/node

Co-authored-by: dxvladislavvolkov <vladislavvolkov@Vladislavs-MacBook-Pro.local>
  • Loading branch information
dxvladislavvolkov and dxvladislavvolkov authored Oct 27, 2020
1 parent 5243b1b commit 6a7db8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devextreme-angular",
"version": "17.2.15",
"version": "17.2.16",
"description": "Angular UI and visualization components based on DevExtreme widgets",
"repository": {
"type": "git",
Expand All @@ -17,13 +17,13 @@
"author": "Developer Express Inc.",
"license": "MIT",
"peerDependencies": {
"devextreme": "~17.2.15",
"devextreme": "~17.2.16",
"@angular/core": ">2.4.2",
"@angular/common": ">2.4.2",
"@angular/forms": ">2.4.2"
},
"devDependencies": {
"devextreme": "~17.2.15",
"devextreme": "~17.2.16",
"zone.js": "^0.8.17",
"@angular/core": "~4.4.5",
"@angular/common": "~4.4.5",
Expand All @@ -36,7 +36,7 @@
"@types/dot": "^1.0.29",
"@types/jasmine": "2.5.38",
"@types/mkdirp": "^0.3.29",
"@types/node": "^6.0.51",
"@types/node": "6.14.10",
"@types/yargs": "^6.3.2",
"codelyzer": "2.0.0-beta.4",
"deepmerge": "^2.0.1",
Expand Down

0 comments on commit 6a7db8f

Please # to comment.