Skip to content

Commit e9b510b

Browse files
authored
Merge pull request #263 from NativeScript/fatme/update-to-6.2
fix: update to NativeScript v6.2.x
2 parents ec1a59e + e09f8ca commit e9b510b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/add-ns/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,16 +362,16 @@ const addDependencies = () => (tree: Tree, context: SchematicContext) => {
362362

363363
// @UPGRADE: Update all versions whenever {N} version updates
364364
const depsToAdd = {
365-
'nativescript-angular': '~8.2.0',
365+
'nativescript-angular': '~8.20.0',
366366
'nativescript-theme-core': '~1.0.4',
367367
'reflect-metadata': '~0.1.12',
368-
'tns-core-modules': '~6.1.0',
368+
'tns-core-modules': '~6.2.0',
369369
'tslib': '1.10.0',
370370
};
371371
packageJson.dependencies = {...depsToAdd, ...packageJson.dependencies};
372372

373373
const devDepsToAdd = {
374-
'nativescript-dev-webpack': '~1.2.0',
374+
'nativescript-dev-webpack': '~1.3.0',
375375
'@nativescript/schematics': '~0.7.0',
376376
'@nativescript/tslint-rules': '~0.0.2',
377377
};

src/ng-new/application/_files/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"@angular/platform-browser": "~8.2.0",
1616
"@angular/platform-browser-dynamic": "~8.2.0",
1717
"@angular/router": "~8.2.0",
18-
"nativescript-angular": "~8.2.0",<% if(theme) { %>
18+
"nativescript-angular": "~8.20.0",<% if(theme) { %>
1919
"nativescript-theme-core": "~1.0.4",
2020
<% } %>"reflect-metadata": "~0.1.12",
2121
"rxjs": "~6.4.0",
22-
"tns-core-modules": "~6.1.0",
22+
"tns-core-modules": "~6.2.0",
2323
"tslib": "1.10.0",
2424
"zone.js": "~0.9.1"
2525
},
@@ -28,7 +28,7 @@
2828
"@angular/compiler-cli": "~8.2.0",
2929
"@angular-devkit/core": "~8.2.0",
3030
"@nativescript/schematics": "~0.7.0",<% if(webpack) { %>
31-
"nativescript-dev-webpack": "~1.2.0",
31+
"nativescript-dev-webpack": "~1.3.0",
3232
"@ngtools/webpack": "~8.2.0",
3333
<% } %>"typescript": "~3.5.3"
3434
}

src/ng-new/shared/_files/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"@angular/platform-browser-dynamic": "~8.2.0",
2929
"@angular/router": "~8.2.0",
3030
"core-js": "^2.6.9",
31-
"nativescript-angular": "~8.2.0",<% if(theme) { %>
31+
"nativescript-angular": "~8.20.0",<% if(theme) { %>
3232
"nativescript-theme-core": "~1.0.4",
3333
<% } %>"reflect-metadata": "~0.1.12",
3434
"rxjs": "~6.4.0",
35-
"tns-core-modules": "~6.1.0",
35+
"tns-core-modules": "~6.2.0",
3636
"tslib": "1.10.0",
3737
"zone.js": "~0.9.1"
3838
},
@@ -53,7 +53,7 @@
5353
"karma-coverage-istanbul-reporter": "~2.0.1",
5454
"karma-jasmine": "~2.0.1",
5555
"karma-jasmine-html-reporter": "^1.4.0",
56-
"nativescript-dev-webpack": "~1.2.0",
56+
"nativescript-dev-webpack": "~1.3.0",
5757
"protractor": "~5.4.0",
5858
"ts-node": "~7.0.0",
5959
"tslint": "~5.15.0",

0 commit comments

Comments
 (0)