chore(deps): update dependency @angular/compiler to v13 - autoclosed #10

Closed
renovate wants to merge 1 commits from renovate_angular-compiler-13.x into master
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -463,17 +463,17 @@
} }
}, },
"@angular/compiler": { "@angular/compiler": {
"version": "11.2.0", "version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-11.2.0.tgz", "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.3.tgz",
"integrity": "sha512-EW6LM/kUYhQkuFqGt03c/eRKZAYr0LLEdMOn//j1uIh+wSq9KLffBGpky6b63xdfWxsXi8OucXUOydTQBckNEQ==", "integrity": "sha512-Ynv6md2acZSztl1SZ/mZkIgSxGLruAw8OvSb619FsVINUWHTfLraIAY618oO9K2iPuLY4ixL7BR9ymeW4p8kTw==",
"requires": { "requires": {
"tslib": "^2.0.0" "tslib": "^2.3.0"
}, },
"dependencies": { "dependencies": {
"tslib": { "tslib": {
"version": "2.1.0", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
} }
} }
}, },

View File

@ -13,7 +13,7 @@
"dependencies": { "dependencies": {
"@angular/animations": "^11.2.0", "@angular/animations": "^11.2.0",
"@angular/common": "^11.2.0", "@angular/common": "^11.2.0",
"@angular/compiler": "^11.2.0", "@angular/compiler": "^13.0.0",
"@angular/core": "^11.2.0", "@angular/core": "^11.2.0",
"@angular/forms": "^11.2.0", "@angular/forms": "^11.2.0",
"@angular/localize": "~11.2.0", "@angular/localize": "~11.2.0",