fix(platform-server): update minimum domino version to latest released (#28893)

The version used to test and build from the root package.json is pinned to 2.1.2.  This change ensures that users will at a minimum be using the same version.

PR Close #28893
This commit is contained in:
Charles Lyding 2019-02-21 12:07:39 -05:00 committed by Andrew Kushnir
parent 586234bb01
commit 79e2ca0c0e
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER"
},
"dependencies": {
"domino": "^2.1.0",
"domino": "^2.1.2",
"tslib": "^1.9.0",
"xhr2": "^0.1.4"
},
@ -34,7 +34,7 @@
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"engines" : {
"node" : ">=8.0"
"engines": {
"node": ">=8.0"
}
}