Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 7, 2021
1 parent 08d8924 commit 7c8c85e
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,44 +30,44 @@
},
"private": true,
"dependencies": {
"@angular/animations": "11.2.11",
"@angular/common": "11.2.11",
"@angular/compiler": "11.2.11",
"@angular/core": "11.2.11",
"@angular/forms": "11.2.11",
"@angular/platform-browser": "11.2.11",
"@angular/platform-browser-dynamic": "11.2.11",
"@angular/router": "11.2.11",
"@angular/service-worker": "11.2.11",
"@angular/animations": "11.2.13",
"@angular/common": "11.2.13",
"@angular/compiler": "11.2.13",
"@angular/core": "11.2.13",
"@angular/forms": "11.2.13",
"@angular/platform-browser": "11.2.13",
"@angular/platform-browser-dynamic": "11.2.13",
"@angular/router": "11.2.13",
"@angular/service-worker": "11.2.13",
"@gorniv/ngx-universal": "2.2.2",
"@nguniversal/common": "11.2.1",
"@nguniversal/express-engine": "11.2.1",
"@ngx-meta/core": "8.0.2",
"@ngx-meta/core": "9.0.0",
"@ngx-translate/core": "13.0.0",
"@ngx-translate/http-loader": "6.0.0",
"cookie-parser": "1.4.5",
"core-js": "3.11.0",
"core-js": "3.12.0",
"express": "4.17.1",
"node-cache": "5.1.2",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7",
"rxjs": "7.0.0",
"tslib": "2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.10",
"@angular/cli": "11.2.10",
"@angular/compiler-cli": "11.2.11",
"@angular/language-service": "11.2.11",
"@angular/platform-server": "11.2.11",
"@angular-devkit/build-angular": "~0.1102.12",
"@angular/cli": "11.2.12",
"@angular/compiler-cli": "11.2.13",
"@angular/language-service": "11.2.13",
"@angular/platform-server": "11.2.13",
"@nguniversal/builders": "11.2.1",
"@types/chai": "4.2.17",
"@types/express": "4.17.3",
"@types/jasmine": "3.6.10",
"@types/jasminewd2": "2.0.8",
"@types/express": "4.17.11",
"@types/jasmine": "3.7.0",
"@types/jasminewd2": "2.0.9",
"@types/node": "15.0.1",
"chai": "4.3.4",
"codelyzer": "6.0.1",
"codelyzer": "6.0.2",
"cross-env": "7.0.3",
"jasmine-core": "3.7.1",
"jasmine-spec-reporter": "7.0.0",
Expand All @@ -76,7 +76,7 @@
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"karma-jasmine-html-reporter": "1.6.0",
"mocha": "8.3.2",
"nodemon": "2.0.7",
"npm-delay": "1.0.4",
Expand All @@ -91,7 +91,7 @@
"tslint": "~6.1.3",
"typescript": "<4.2.0",
"webpack-bundle-analyzer": "4.4.1",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-node-externals": "3.0.0"
}
}

0 comments on commit 7c8c85e

Please sign in to comment.