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:
parent
586234bb01
commit
79e2ca0c0e
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue