Skip to content

Commit d3827a0

Browse files
CaerusKarualexeagle
authored andcommitted
feat(platform-server): bump Domino to v2.0 (#22411)
BREAKING CHANGE: * Bump the dependency on Domino to 2.0 to resolve issues with namespacing PR Close #22411
1 parent a7e1f23 commit d3827a0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"cldrjs": "0.5.0",
6464
"conventional-changelog": "1.1.0",
6565
"cors": "2.8.4",
66-
"domino": "1.0.29",
66+
"domino": "2.0.1",
6767
"entities": "1.1.1",
6868
"firebase-tools": "3.12.0",
6969
"firefox-profile": "1.0.3",

packages/platform-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"license": "MIT",
1111
"peerDependencies": {
1212
"@angular/animations": "0.0.0-PLACEHOLDER",
13-
"@angular/core": "0.0.0-PLACEHOLDER",
1413
"@angular/common": "0.0.0-PLACEHOLDER",
1514
"@angular/compiler": "0.0.0-PLACEHOLDER",
15+
"@angular/core": "0.0.0-PLACEHOLDER",
1616
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
1717
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER"
1818
},
1919
"dependencies": {
20+
"domino": "^2.0.1",
2021
"tslib": "^1.7.1",
21-
"domino": "^1.0.29",
2222
"xhr2": "^0.1.4"
2323
},
2424
"repository": {

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1971,9 +1971,9 @@ domain-browser@^1.1.1:
19711971
version "1.1.7"
19721972
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.1.7.tgz#867aa4b093faa05f1de08c06f4d7b21fdf8698bc"
19731973

1974-
domino@1.0.29:
1975-
version "1.0.29"
1976-
resolved "https://registry.yarnpkg.com/domino/-/domino-1.0.29.tgz#de8aa1f6f98e3c5538feb7a61fa69c1eabbace06"
1974+
domino@2.0.1:
1975+
version "2.0.1"
1976+
resolved "https://registry.yarnpkg.com/domino/-/domino-2.0.1.tgz#9e1d63215d0fe8dcb8202bff07effa1a216db504"
19771977

19781978
dot-prop@^3.0.0:
19791979
version "3.0.0"

0 commit comments

Comments
 (0)