Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
salemdar committed Feb 26, 2021
1 parent 6f713b1 commit 1fa7c59
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 232 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@
"url": "https://github.com/salemdar/ngx-cookie/issues"
},
"dependencies": {
"@angular/animations": "~11.1.0",
"@angular/common": "~11.1.0",
"@angular/compiler": "~11.1.0",
"@angular/core": "~11.1.0",
"@angular/forms": "~11.1.0",
"@angular/platform-browser": "~11.1.0",
"@angular/platform-browser-dynamic": "~11.1.0",
"@angular/platform-server": "~11.1.0",
"@angular/router": "~11.1.0",
"@nguniversal/express-engine": "^11.1.0",
"@angular/animations": "~11.2.3",
"@angular/common": "~11.2.3",
"@angular/compiler": "~11.2.3",
"@angular/core": "~11.2.3",
"@angular/forms": "~11.2.3",
"@angular/platform-browser": "~11.2.3",
"@angular/platform-browser-dynamic": "~11.2.3",
"@angular/platform-server": "~11.2.3",
"@angular/router": "~11.2.3",
"@nguniversal/express-engine": "^11.2.0",
"express": "^4.15.2",
"rxjs": "~6.6.2",
"rxjs": "~6.6.6",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1101.1",
"@angular/cli": "~11.1.1",
"@angular/compiler-cli": "~11.1.0",
"@angular/language-service": "~11.1.0",
"@nguniversal/builders": "^11.1.0",
"@angular-devkit/build-angular": "~0.1102.2",
"@angular/cli": "~11.2.2",
"@angular/compiler-cli": "~11.2.3",
"@angular/language-service": "~11.2.3",
"@nguniversal/builders": "^11.2.0",
"@types/express": "^4.17.8",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
Expand All @@ -80,4 +80,4 @@
"tslint": "~6.1.0",
"typescript": "~4.1.3"
}
}
}
Loading

0 comments on commit 1fa7c59

Please sign in to comment.