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"
|
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"domino": "^2.1.0",
|
"domino": "^2.1.2",
|
||||||
"tslib": "^1.9.0",
|
"tslib": "^1.9.0",
|
||||||
"xhr2": "^0.1.4"
|
"xhr2": "^0.1.4"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user