Skip to content

Commit 613e2c3

Browse files
committed
9.0.x - fbbac3713 fix(drag-drop): prevent dragging selected text with the mouse (#18103)
1 parent bf60e8c commit 613e2c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "9.0.0-rc.8-sha-01b31de47",
3+
"version": "9.0.0-rc.8-sha-fbbac3713",
44
"description": "Angular Components Examples",
55
"main": "./bundles/components-examples.umd.js",
66
"fesm5": "./fesm5/components-examples.js",
@@ -27,13 +27,13 @@
2727
},
2828
"homepage": "https://github.com/angular/components#readme",
2929
"peerDependencies": {
30-
"@angular/cdk": "9.0.0-rc.8-sha-01b31de47",
31-
"@angular/cdk-experimental": "9.0.0-rc.8-sha-01b31de47",
30+
"@angular/cdk": "9.0.0-rc.8-sha-fbbac3713",
31+
"@angular/cdk-experimental": "9.0.0-rc.8-sha-fbbac3713",
3232
"@angular/core": "^9.0.0-0 || ^10.0.0-0",
3333
"@angular/common": "^9.0.0-0 || ^10.0.0-0",
34-
"@angular/material": "9.0.0-rc.8-sha-01b31de47",
35-
"@angular/material-experimental": "9.0.0-rc.8-sha-01b31de47",
36-
"@angular/material-moment-adapter": "9.0.0-rc.8-sha-01b31de47",
34+
"@angular/material": "9.0.0-rc.8-sha-fbbac3713",
35+
"@angular/material-experimental": "9.0.0-rc.8-sha-fbbac3713",
36+
"@angular/material-moment-adapter": "9.0.0-rc.8-sha-fbbac3713",
3737
"tslib": "^1.9.0"
3838
}
3939
}

0 commit comments

Comments
 (0)