Skip to content

Commit

Permalink
build(devs-dep): upgrade deps (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored Apr 30, 2022
1 parent 2bf165f commit 18e1ee9
Show file tree
Hide file tree
Showing 16 changed files with 3,159 additions and 2,558 deletions.
12 changes: 6 additions & 6 deletions e2e/async/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@


"@angular/cdk@^13.2.2":
version "13.3.4"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.3.4.tgz#047d3474e1938aa11b4665286bcd09aa4c45424c"
integrity sha512-im4LKxJaIuqFVzmtf650PoiYsn/SZlvBV2zEgzusK8HwQ24C1Lya7NQSApwl8k43h4eKO1OvUKBjqL5uDgEQag==
version "13.3.5"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-13.3.5.tgz#b198bcd062d46eb55e9e012cfab8b0a3457d2c23"
integrity sha512-fA99fGgybup9ezyB/IzOa9Mk8g8LjejkqikLnC3mAeQ0lROOO7Vf9Rp1v7/ahe2lALTUbA1bzJeXzQYaffkIiA==
dependencies:
tslib "^2.3.0"
optionalDependencies:
parse5 "^5.0.0"

"@angular/material@^13.2.2":
version "13.3.4"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.3.4.tgz#202a5abf4771db56c9b434885262499261de4baf"
integrity sha512-jK9rWmBaPrE+3re6uIdyvG5DCzc47VUvnP1DqblNnpaa8GCKllb1cFRGqa5GPYB1/96d3wO+RPwzhC06qqV+yw==
version "13.3.5"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-13.3.5.tgz#d2e5f90edaa35eeb1e09925692f04acc6b082bae"
integrity sha512-4+FCb6Tbre5SwhZRKfnuh8K+/o+DuCGisJOuk7lxdFKDGDPjsPDWYVrBDal1N70mO09z/ApwNjpsIjuRv79wpg==
dependencies:
tslib "^2.3.0"

Expand Down
311 changes: 160 additions & 151 deletions e2e/babel-support/yarn.lock

Large diffs are not rendered by default.

421 changes: 215 additions & 206 deletions e2e/jest-globals/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/example-app-v11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@angular/cli": "~11.2.19",
"@angular/compiler-cli": "~11.2.14",
"@types/jest": "^27.4.1",
"@types/node": "^14.18.12",
"jest": "^28.0.1",
"@types/node": "^16.11.32",
"jest": "^28.0.3",
"jest-preset-angular": "12.0.0-next.1",
"typescript": "~4.3.5"
}
}
}
Loading

0 comments on commit 18e1ee9

Please sign in to comment.