Skip to content

Commit 13158b9

Browse files
authored
Merge pull request #269 from NativeScript/update-autocomplete-demo
chore: update 'autocomplete' demo for nativescript-ui-autocomplete v5.1.0
2 parents 01de1c5 + bb6e080 commit 13158b9

1 file changed

Lines changed: 17 additions & 19 deletions

File tree

autocomplete/package.json

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,25 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~8.0.0",
17-
"@angular/common": "~8.0.0",
18-
"@angular/compiler": "~8.0.0",
19-
"@angular/core": "~8.0.0",
20-
"@angular/forms": "~8.0.0",
21-
"@angular/http": "8.0.0-beta.10",
22-
"@angular/platform-browser": "~8.0.0",
23-
"@angular/platform-browser-dynamic": "~8.0.0",
24-
"@angular/router": "~8.0.0",
25-
"nativescript-angular": "~8.0.0",
16+
"@angular/animations": "~8.2.0",
17+
"@angular/common": "~8.2.0",
18+
"@angular/compiler": "~8.2.0",
19+
"@angular/core": "~8.2.0",
20+
"@angular/forms": "~8.2.0",
21+
"@angular/platform-browser": "~8.2.0",
22+
"@angular/platform-browser-dynamic": "~8.2.0",
23+
"@angular/router": "~8.2.0",
24+
"nativescript-angular": "~8.2.0",
2625
"nativescript-theme-core": "~1.0.4",
2726
"nativescript-ui-autocomplete": "*",
2827
"reflect-metadata": "~0.1.10",
29-
"rxjs": "^6.3.3",
28+
"rxjs": "^6.4.0",
3029
"tns-core-modules": "^6.0.0",
31-
"zone.js": "~0.8.4"
30+
"zone.js": "^0.9.1"
3231
},
3332
"devDependencies": {
34-
"@angular/compiler-cli": "~8.0.0",
35-
"@ngtools/webpack": "~8.0.0",
33+
"@angular/compiler-cli": "~8.2.0",
34+
"@ngtools/webpack": "~8.2.0",
3635
"@types/chai": "^4.0.2",
3736
"@types/mocha": "^2.2.41",
3837
"@types/node": "^7.0.5",
@@ -43,16 +42,15 @@
4342
"karma-mocha": "^1.3.0",
4443
"karma-nativescript-launcher": "^0.4.0",
4544
"markdown-snippet-injector": "^0.2.4",
46-
"mocha": "^3.3.0",
45+
"mocha": "5.2.0",
4746
"mocha-junit-reporter": "^1.18.0",
4847
"mocha-multi": "1.1.0",
4948
"mochawesome": "^3.1.1",
5049
"nativescript-css-loader": "~0.26.0",
51-
"nativescript-dev-appium": "5.2.0",
50+
"nativescript-dev-appium": "next",
5251
"nativescript-dev-webpack": "~1.0.0",
53-
"tns-platform-declarations": "^6.0.6",
54-
"tslib": "~1.9.2",
52+
"tns-platform-declarations": "^6.1.0",
5553
"tslint": "~5.11.0",
56-
"typescript": "~3.4.5"
54+
"typescript": "~3.5.3"
5755
}
5856
}

0 commit comments

Comments
 (0)