We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f07571 commit 0757456Copy full SHA for 0757456
1 file changed
src/add-ns/index.ts
@@ -362,15 +362,15 @@ const addDependencies = () => (tree: Tree, context: SchematicContext) => {
362
363
// @UPGRADE: Update all versions whenever {N} version updates
364
const depsToAdd = {
365
- 'nativescript-angular': '~8.0.1',
+ 'nativescript-angular': '~8.2.0',
366
'nativescript-theme-core': '~1.0.4',
367
'reflect-metadata': '~0.1.12',
368
- 'tns-core-modules': '~6.0.0',
+ 'tns-core-modules': '~6.1.0',
369
};
370
packageJson.dependencies = {...depsToAdd, ...packageJson.dependencies};
371
372
const devDepsToAdd = {
373
- 'nativescript-dev-webpack': '~1.0.0',
+ 'nativescript-dev-webpack': '~1.2.0',
374
'@nativescript/schematics': '~0.7.0',
375
'@nativescript/tslint-rules': '~0.0.2',
376
0 commit comments