File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -362,15 +362,15 @@ const addDependencies = () => (tree: Tree, context: SchematicContext) => {
362362
363363 // @UPGRADE : Update all versions whenever {N} version updates
364364 const depsToAdd = {
365- 'nativescript-angular' : '~8.0.1 ' ,
365+ 'nativescript-angular' : '~8.2.0 ' ,
366366 'nativescript-theme-core' : '~1.0.4' ,
367367 'reflect-metadata' : '~0.1.12' ,
368- 'tns-core-modules' : '~6.0 .0' ,
368+ 'tns-core-modules' : '~6.1 .0' ,
369369 } ;
370370 packageJson . dependencies = { ...depsToAdd , ...packageJson . dependencies } ;
371371
372372 const devDepsToAdd = {
373- 'nativescript-dev-webpack' : '~1.0 .0' ,
373+ 'nativescript-dev-webpack' : '~1.2 .0' ,
374374 '@nativescript/schematics' : '~0.7.0' ,
375375 '@nativescript/tslint-rules' : '~0.0.2' ,
376376 } ;
You can’t perform that action at this time.
0 commit comments