Update dependencies
This commit is contained in:
parent
6a47ea5b00
commit
ec8060ca8d
2 changed files with 18 additions and 18 deletions
|
|
@ -8,9 +8,9 @@ Champion pool not updated.
|
|||
npm i
|
||||
```
|
||||
|
||||
### Build
|
||||
### Start
|
||||
```bash
|
||||
npm run build
|
||||
npm run start
|
||||
```
|
||||
|
||||
### Open Pull Request
|
||||
|
|
|
|||
30
package.json
30
package.json
|
|
@ -11,24 +11,24 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^8.2.14",
|
||||
"@angular/common": "^8.2.14",
|
||||
"@angular/compiler": "^8.2.14",
|
||||
"@angular/core": "^8.2.14",
|
||||
"@angular/forms": "^8.2.14",
|
||||
"@angular/platform-browser": "^8.2.14",
|
||||
"@angular/platform-browser-dynamic": "^8.2.14",
|
||||
"@angular/router": "^8.2.14",
|
||||
"@angular/animations": "^9.1.13",
|
||||
"@angular/common": "^9.1.13",
|
||||
"@angular/compiler": "^9.1.13",
|
||||
"@angular/core": "^9.1.13",
|
||||
"@angular/forms": "^9.1.13",
|
||||
"@angular/platform-browser": "^9.1.13",
|
||||
"@angular/platform-browser-dynamic": "^9.1.13",
|
||||
"@angular/router": "^9.1.13",
|
||||
"lodash": "^4.17.21",
|
||||
"rxjs": "~6.4.0",
|
||||
"rxjs": "~6.6.7",
|
||||
"tslib": "^1.14.1",
|
||||
"zone.js": "~0.9.1"
|
||||
"zone.js": "~0.10.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^0.802.2",
|
||||
"@angular/cli": "^8.2.2",
|
||||
"@angular/compiler-cli": "^8.2.14",
|
||||
"@angular/language-service": "^8.2.14",
|
||||
"@angular-devkit/build-angular": "^0.901.15",
|
||||
"@angular/cli": "^9.1.15",
|
||||
"@angular/compiler-cli": "^9.1.13",
|
||||
"@angular/language-service": "^9.1.13",
|
||||
"@types/jasmine": "~3.3.8",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/node": "~8.9.4",
|
||||
|
|
@ -43,6 +43,6 @@
|
|||
"protractor": "^5.4.4",
|
||||
"ts-node": "~7.0.0",
|
||||
"tslint": "~5.15.0",
|
||||
"typescript": "~3.5.3"
|
||||
"typescript": "~3.8.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue