File tree 3 files changed +7
-7
lines changed
packages/schematics/angular
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 65
65
"factory" : " ./update-10/rename-browserslist-config" ,
66
66
"description" : " Update Browserslist configurations to '.browserslistrc'."
67
67
},
68
- "update-workspace-dependencies" : {
69
- "version" : " 10.0.0-beta.1" ,
70
- "factory" : " ./update-10/update-dependencies" ,
71
- "description" : " Workspace dependencies updates."
72
- },
73
68
"remove-es5-browser-support-option" : {
74
69
"version" : " 10.0.0-beta.2" ,
75
70
"factory" : " ./update-10/remove-es5-browser-support" ,
94
89
"version" : " 10.0.0-beta.3" ,
95
90
"factory" : " ./update-10/update-module-and-target-compiler-options" ,
96
91
"description" : " Update 'module' and 'target' TypeScript compiler options."
92
+ },
93
+ "update-workspace-dependencies" : {
94
+ "version" : " 10.0.0-beta.6" ,
95
+ "factory" : " ./update-10/update-dependencies" ,
96
+ "description" : " Workspace dependencies updates."
97
97
}
98
98
}
99
99
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default function (): Rule {
16
16
return ( host , context ) => {
17
17
const dependenciesToUpdate : Record < string , string > = {
18
18
'karma' : '~5.0.0' ,
19
- 'protractor' : '~5.4.4 ' ,
19
+ 'protractor' : '~7.0.0 ' ,
20
20
'ng-packagr' : latestVersions . ngPackagr ,
21
21
} ;
22
22
Original file line number Diff line number Diff line change 37
37
"karma-coverage-istanbul-reporter": "~3.0.2",
38
38
"karma-jasmine": "~3.1.1",
39
39
"karma-jasmine-html-reporter": "^1.4.2",
40
- "protractor": "~5.4.3 ",<% } %>
40
+ "protractor": "~7.0.0 ",<% } %>
41
41
"ts-node": "~8.3.0",
42
42
"tslint": "~6.1.0",
43
43
"typescript": "<%= latestVersions.TypeScript %>"
You can’t perform that action at this time.
0 commit comments