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 Jun 2, 2021
1 parent 08d8924 commit 6092bd1
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@
},
"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": "12.0.3",
"@angular/common": "12.0.3",
"@angular/compiler": "12.0.3",
"@angular/core": "12.0.3",
"@angular/forms": "12.0.3",
"@angular/platform-browser": "12.0.3",
"@angular/platform-browser-dynamic": "12.0.3",
"@angular/router": "12.0.3",
"@angular/service-worker": "12.0.3",
"@gorniv/ngx-universal": "2.2.2",
"@nguniversal/common": "11.2.1",
"@nguniversal/express-engine": "11.2.1",
"@ngx-meta/core": "8.0.2",
"@nguniversal/common": "12.0.1",
"@nguniversal/express-engine": "12.0.1",
"@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.13.1",
"express": "4.17.1",
"node-cache": "5.1.2",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.7",
"rxjs": "7.1.0",
"tslib": "2.2.0",
"zone.js": "~0.11.4"
},
Expand All @@ -61,27 +61,27 @@
"@angular/language-service": "11.2.11",
"@angular/platform-server": "11.2.11",
"@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/chai": "4.2.18",
"@types/express": "4.17.12",
"@types/jasmine": "3.7.6",
"@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",
"karma": "6.3.2",
"karma": "6.3.3",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"mocha": "8.3.2",
"karma-jasmine-html-reporter": "1.6.0",
"mocha": "8.4.0",
"nodemon": "2.0.7",
"npm-delay": "1.0.4",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"prettier": "2.3.0",
"prettier-tslint": "0.4.2",
"protractor": "7.0.0",
"source-map-support": "0.5.19",
Expand All @@ -90,8 +90,8 @@
"ts-node": "9.1.1",
"tslint": "~6.1.3",
"typescript": "<4.2.0",
"webpack-bundle-analyzer": "4.4.1",
"webpack-cli": "4.6.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.0",
"webpack-node-externals": "3.0.0"
}
}

0 comments on commit 6092bd1

Please sign in to comment.