Skip to content

Commit

Permalink
chore(example): update to angular 10
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen authored and mergify[bot] committed Jul 16, 2020
1 parent ee40290 commit aaf005f
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions example/package.json
Expand Up @@ -9,25 +9,29 @@
"test:ui": "npm run build && cypress-runner open --path ."
},
"dependencies": {
"@angular/common": "^8.2.9",
"@angular/compiler": "^8.2.9",
"@angular/core": "^8.2.9",
"@angular/platform-browser": "^8.2.9",
"@angular/platform-browser-dynamic": "^8.2.9",
"@angular/router": "^8.2.9",
"@angular/upgrade": "^8.2.9",
"@angular/animations": "10.0.4",
"@angular/common": "^10.0.4",
"@angular/compiler": "^10.0.4",
"@angular/core": "^10.0.4",
"@angular/platform-browser": "^10.0.4",
"@angular/platform-browser-dynamic": "^10.0.4",
"@angular/router": "^10.0.4",
"@angular/upgrade": "^10.0.4",
"@types/angular": "^1.6.39",
"@types/jquery": "^3.2.16",
"@uirouter/angular": "7.0.0",
"@uirouter/angular-hybrid": "latest",
"angular": "1.6.6",
"angular": "1.8.0",
"rxjs": "^6.5.3",
"ts-loader": "3.2.0",
"typescript": "~3.4.0",
"webpack": "3.10.0",
"webpack-dev-server": "2.9.6",
"zone.js": "^0.9.1"
"tslib": "1.13.0",
"typescript": "~3.8.3",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@uirouter/cypress-runner": "^1.0.7"
"@uirouter/cypress-runner": "^1.0.7",
"ts-loader": "8.0.1",
"webpack": "4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "3.11.0"
}
}

0 comments on commit aaf005f

Please sign in to comment.