Skip to content

Commit 2120636

Browse files
author
Vladimir Amiorkov
authored
chore: fix wrong dep version (#1849)
1 parent 4629dca commit 2120636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/router-tab-view/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@angular/common": "8.0.0",
1818
"@angular/compiler": "8.0.0",
1919
"@angular/core": "8.0.0",
20-
"@angular/forms": "8.0.0-beta.10",
21-
"@angular/http": "8.0.0",
20+
"@angular/forms": "8.0.0",
21+
"@angular/http": "8.0.0-beta.10",
2222
"@angular/platform-browser": "8.0.0",
2323
"@angular/platform-browser-dynamic": "8.0.0",
2424
"@angular/router": "8.0.0",

0 commit comments

Comments
 (0)