Skip to content

Commit

Permalink
Update angular monorepo to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent 00a2573 commit 76de8cd
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
4 changes: 2 additions & 2 deletions libs/jk-comps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@jk/components",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0"
"@angular/common": "^13.0.0 || ^14.0.0",
"@angular/core": "^13.0.0 || ^14.0.0"
},
"dependencies": {
"tslib": "2.4.0"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "13.3.11",
"@angular/common": "13.3.11",
"@angular/compiler": "13.3.11",
"@angular/core": "13.3.11",
"@angular/forms": "13.3.11",
"@angular/platform-browser": "13.3.11",
"@angular/platform-browser-dynamic": "13.3.11",
"@angular/router": "13.3.11",
"@angular/animations": "14.2.3",
"@angular/common": "14.2.3",
"@angular/compiler": "14.2.3",
"@angular/core": "14.2.3",
"@angular/forms": "14.2.3",
"@angular/platform-browser": "14.2.3",
"@angular/platform-browser-dynamic": "14.2.3",
"@angular/router": "14.2.3",
"@capacitor/app": "1.1.1",
"@capacitor/core": "3.6.0",
"@capacitor/haptics": "1.1.4",
Expand Down Expand Up @@ -60,8 +60,8 @@
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "13.3.8",
"@angular/compiler-cli": "13.3.11",
"@angular/language-service": "13.3.11",
"@angular/compiler-cli": "14.2.3",
"@angular/language-service": "14.2.3",
"@capacitor/cli": "3.6.0",
"@ionic/angular-toolkit": "6.1.0",
"@nestjs/schematics": "8.0.11",
Expand Down
80 changes: 40 additions & 40 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@
"@angular-eslint/bundled-angular-compiler" "13.5.0"
"@typescript-eslint/experimental-utils" "5.27.1"

"@angular/animations@13.3.11":
version "13.3.11"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-13.3.11.tgz#13a7afa3d7d7076874f6ac62da5158ec4ae009f0"
integrity sha512-KE/3RuvixHIk9YTSwaUsezsUm9Ig9Y8rZMpHOT/8bRtzPiJ5ld2GnDHjrJgyZn7TdoP4wz4YCta5eC4ycu+KCw==
"@angular/animations@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-14.2.3.tgz#1cda8203a7358fc312f98cee79a5c1ec05d7e144"
integrity sha512-5psQgSia7pUUKYpFuwA+c+yWyM8afl9ZlOW2pxBU/2mTMLpxJEnVrUnKRsx3WSrOc9YqoLn6DOtDLXq2dbTxFQ==
dependencies:
tslib "^2.3.0"

Expand Down Expand Up @@ -298,17 +298,17 @@
symbol-observable "4.0.0"
uuid "8.3.2"

"@angular/common@13.3.11":
version "13.3.11"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-13.3.11.tgz#bcd42bb078ffd3712625be35dc6ec7b6ab828df7"
integrity sha512-gPMwDYIAag1izXm2tRQ6EOIx9FVEUqLdr+qYtRVoQtoBmfkoTSLGcpeBXqqlPVxVPbA6Li1WZZT5wxLLlLAN+Q==
"@angular/common@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-14.2.3.tgz#63cf351c0808235cdd3a6cad7b425ede7cd24fd7"
integrity sha512-DoBQk9uBWfGc+mZ9+lwpmZQy05zKgOeIfDM+2f7Wjrv1/X/V+YUJhjS66GIEBGOe23DoSeivLLCpVj8QqR058A==
dependencies:
tslib "^2.3.0"

"@angular/compiler-cli@13.3.11":
version "13.3.11"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-13.3.11.tgz#259e2f5174ea23f1f97a5ef65dac20d0fb55c6bc"
integrity sha512-cl+3Wzxt8NRi2WY+RdsxuQ3yQRUp8pSlfSlJJnfaKE1BEqap6uem2DovuhnIbmrLhxZ5xt7o+I1szyO6sn6+ag==
"@angular/compiler-cli@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-14.2.3.tgz#3e5b71237b586088aec1b8359527d37fefc01887"
integrity sha512-MPKZTD4j5EnvpHXLOj6VnXBv/LXfVLoLNc4nNShfuJFJjK9vOqXelb2GJt+2iL+9xKevGxDk7NIcl++fhV2lkQ==
dependencies:
"@babel/core" "^7.17.2"
chokidar "^3.0.0"
Expand All @@ -321,50 +321,50 @@
tslib "^2.3.0"
yargs "^17.2.1"

"@angular/compiler@13.3.11":
version "13.3.11"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-13.3.11.tgz#1268a3f82bd9693eaf17c2a8764d917efdd624a0"
integrity sha512-EV6JCBbXdHDHbPShWmymvuoxFYG0KVc8sDJpYp47WLHCY2zgZaXhvWs//Hrls3fmi+TGTekgRa2jOBBNce/Ggg==
"@angular/compiler@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-14.2.3.tgz#d25c328c749a17acab3632f7720f39fb37d275a4"
integrity sha512-DG2lqSqD5hx6Qk362jhjU9O+I2gOlsV8oUSTOkH4eFQ54PUad1D3hjqfcs3/lsvWggALCSjv9X8BOG8jb7n8vw==
dependencies:
tslib "^2.3.0"

"@angular/core@13.3.11":
version "13.3.11"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-13.3.11.tgz#e5d56560028b3c99c6814989cba7ad61339968ea"
integrity sha512-9BmE2CxyV0g+AkBeuc8IwjSOiJ8Y+kptXnqD/J8EAFT3B0/fLGVnjFdZC6Sev9L0SNZb6qdzebpfIOLqbUjReQ==
"@angular/core@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-14.2.3.tgz#a958687cf3bcc1a0af2c1f0791af20d4ed31c931"
integrity sha512-neW2n5Ts2purYEVh0Lf207otZbhYH4C4lwwu8ffxdRiXahQiTCbmyM3IQFrQZbLDb/ZeD2KhoCl6p0hlyg14cA==
dependencies:
tslib "^2.3.0"

"@angular/forms@13.3.11":
version "13.3.11"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-13.3.11.tgz#f63aa99a2b3bd4638fb3429417b4e432ddc0f113"
integrity sha512-iMgTNB+Qc3TsfAZSk1FnUE6MVoddPzxhG9AKCfSlvpjFh8VmXkIjxPL3dun7J8OjayT3X+B8f7LZ9AkKNXtBKw==
"@angular/forms@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-14.2.3.tgz#2a25b61377d82aec17e66069c07c49c2e655bed9"
integrity sha512-rL6adBHp51i3eDBecexrlrS+t+hlK6EnrEot/+Ec+DzVjJgw5VNJ4p2Ig72HPe0m+H0dcPkbQhlpb6cs677ISA==
dependencies:
tslib "^2.3.0"

"@angular/language-service@13.3.11":
version "13.3.11"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-13.3.11.tgz#4ae693bb4b15dc1c20eb4411874357c27cdb39a4"
integrity sha512-EDw8L0RKrRYUYWB2P0xS1WRazYvv5gOguX+IwPZlCpR95QLQPTTpmNaqvnYjmFlvQjGHJYc8wqtJJIIMiL6FSA==
"@angular/language-service@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-14.2.3.tgz#117ab7f238dd5bf172e63cb229a7a597e80e21de"
integrity sha512-11rp2DumlZFO5+/N38RW6lXzicD/6LlqeVoS4qf8sIMGJ4bzeyOrG0T/PAG2iEA7hay1jPH51t0G529xaSw0tQ==

"@angular/platform-browser-dynamic@13.3.11":
version "13.3.11"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-13.3.11.tgz#779b4042d009c6eb3f16410bdfcba1909bbb2b83"
integrity sha512-xM0VRC1Nw//SHO3gkghUHyjCaaQbk1UYMq4vIu3iKVq9KLqOSZgccv0NcOKHzXXN3S5RgX2auuyOUOCD6ny1Pg==
"@angular/platform-browser-dynamic@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-14.2.3.tgz#2ec60e7d0d5670daeb15948b549711253a507543"
integrity sha512-yqSH9NrgkXN3aslbD9IHWnFClwwVlLTypaMfSGmhPL1LvgL/HL/A9rDYI2ZrybVoVmAZLsJ4uF2/GvK/pzUcNQ==
dependencies:
tslib "^2.3.0"

"@angular/platform-browser@13.3.11":
version "13.3.11"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-13.3.11.tgz#689334ae5b8a77b0cc8c0dc8bd9d0746dc73f362"
integrity sha512-PG3chCErARb6wNzkOed2NsZmgvTmbumRx/6sMXqGkDKXYQm0JULnl4X42Rn+JCgJ9DLJi5/jrd1dbcBCrKk9Vg==
"@angular/platform-browser@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-14.2.3.tgz#87714bd04ea634a11df807708b4009695cd5a304"
integrity sha512-Ky5ITBVmr+T5zHRowLRTJx1exXo99bUA6vosxG4B/YlXkjNfqVz4BETgPwnoIdN00Y9lxGQrMbjqSuzOjGQ7IQ==
dependencies:
tslib "^2.3.0"

"@angular/router@13.3.11":
version "13.3.11"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-13.3.11.tgz#5a74a10d4317d6bde8ee4f57055da10065ce6d87"
integrity sha512-bJTcxDYKEyoqtsi1kJcDJWLmEN+dXpwhU07SsqUwfyN4V5fYF1ApDhpJ4c17hNdjEqe106srT9tiHXhmWayhmQ==
"@angular/router@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-14.2.3.tgz#f0eb6553940b92834ad52d777225397faf67cab5"
integrity sha512-ACSBYZCMWBaVHmclaFS5C+zSTTcMbY6iJFjI0tiTqicqdpzAOIt6s5Ius1wzN9L6ANijn1ZdGAzH6j45GV/XtQ==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 76de8cd

Please sign in to comment.