Skip to content

Commit

Permalink
Upgrade angular to version 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhcc committed Aug 30, 2019
1 parent 59fb246 commit 7fc9a29
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 115 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -1 +1,2 @@
message="Version %s"
save-prefix=~
150 changes: 48 additions & 102 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 12 additions & 13 deletions package.json
Expand Up @@ -6,20 +6,19 @@
"repository": "https://github.com/xuhcc/beancount-mobile",
"private": true,
"dependencies": {
"@angular/animations": "~8.0.0",
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/forms": "~8.0.0",
"@angular/http": "~8.0.0-beta.10",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@angular/router": "~8.0.0",
"@angular/animations": "~8.2.4",
"@angular/common": "~8.2.4",
"@angular/compiler": "~8.2.4",
"@angular/core": "~8.2.4",
"@angular/forms": "~8.2.4",
"@angular/platform-browser": "~8.2.4",
"@angular/platform-browser-dynamic": "~8.2.4",
"@angular/router": "~8.2.4",
"@nativescript/schematics": "^0.6.0",
"@nstudio/nativescript-floatingactionbutton": "^1.0.0",
"@nstudio/nativescript-pulltorefresh": "^1.0.1",
"material-design-icons-iconfont": "^5.0.1",
"nativescript-angular": "~8.0.0",
"nativescript-angular": "8.2.0",
"nativescript-foss-sidedrawer": "^2.0.0",
"nativescript-imagepicker": "^6.3.0",
"nativescript-modal-datetimepicker": "^1.2.0",
Expand All @@ -33,8 +32,8 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular/compiler-cli": "~8.0.0",
"@ngtools/webpack": "~8.0.0",
"@angular/compiler-cli": "~8.2.4",
"@ngtools/webpack": "~8.2.2",
"@types/jasmine": "^3.3.13",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
Expand All @@ -52,7 +51,7 @@
"nativescript-dev-webpack": "1.0.1",
"node-sass": "^4.12.0",
"tns-platform-declarations": "6.0.1",
"typescript": "3.4.5"
"typescript": "3.5.3"
},
"scripts": {
"postinstall": "./scripts/copy-fonts.js",
Expand Down

0 comments on commit 7fc9a29

Please sign in to comment.