Skip to content

Commit

Permalink
chore(deps): update angular monorepo to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2022
1 parent f5fef15 commit 0a2c484
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"devDependencies": {
"@1stg/common-config": "^2.5.2",
"@angular-eslint/template-parser": "^12.7.0",
"@angular/compiler": "^12.2.16",
"@angular/core": "^12.2.16",
"@angular/compiler": "^14.2.10",
"@angular/core": "^14.2.10",
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2",
"@types/eslint": "^7.29.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,19 +191,19 @@
"@angular-eslint/bundled-angular-compiler" "12.7.0"
"@typescript-eslint/experimental-utils" "4.28.2"

"@angular/compiler@^12.2.16":
version "12.2.16"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-12.2.16.tgz#1aa9b3fbd3fe900118ab371d30c090fbc137a15f"
integrity sha512-nsYEw+yu8QyeqPf9nAmG419i1mtGM4v8+U+S3eQHQFXTgJzLymMykWHYu2ETdjUpNSLK6xcIQDBWtWnWSfJjAA==
"@angular/compiler@^14.2.10":
version "14.2.10"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-14.2.10.tgz#883e2d79edd4e135cff89efac3c8e6163d801515"
integrity sha512-CvZTJNKCNqU3Lr0La60U3XXZfpQbba/eb5YWTgygpoP0kjwOcNOsVou9TrGm57hT5ODy8281JOjWTrKspmYt5w==
dependencies:
tslib "^2.2.0"
tslib "^2.3.0"

"@angular/core@^12.2.16":
version "12.2.16"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-12.2.16.tgz#ec1dd07526ab2b8f808d21e8d5ab50f1a06c6aa8"
integrity sha512-jsmvaRdAfng99z2a9mAmkfcsCE1wm+tBYVDxnc5JquSXznwtncjzcoc2X0J0dzrkCDvzFfpTsZ9vehylytBc+A==
"@angular/core@^14.2.10":
version "14.2.10"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-14.2.10.tgz#c0b2a225d4215afd6451650c2ec6f338723bd52b"
integrity sha512-3XN+c0+tAtcUc8o7sQ41RLcSFPMt8krCfKFpDUOQwKjm90OOBcoG0LfmRfYBFNAenQh4glQQGOaYvLY98bTFTw==
dependencies:
tslib "^2.2.0"
tslib "^2.3.0"

"@babel/[email protected]":
version "7.0.0"
Expand Down Expand Up @@ -7121,7 +7121,7 @@ tslib@^1.8.1, tslib@^1.9.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.0, tslib@^2.3.1:
tslib@^2, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
Expand Down

0 comments on commit 0a2c484

Please sign in to comment.