Skip to content

Commit

Permalink
feat(flex-layout): update to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
kKen94 committed Aug 7, 2021
1 parent 8c68edd commit 1dc3d54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/flex-layout": "^12.0.0-beta.34",
"@angular/forms": "~12.2.0",
"@angular/material": "^11.1.0",
"@angular/platform-browser": "~12.2.0",
Expand Down Expand Up @@ -87,4 +87,4 @@
"type": "git",
"url": "https://github.com/kKen94/ngx-progress.git"
}
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,12 @@
dependencies:
tslib "^2.2.0"

"@angular/flex-layout@^11.0.0-beta.33":
version "11.0.0-beta.33"
resolved "https://registry.yarnpkg.com/@angular/flex-layout/-/flex-layout-11.0.0-beta.33.tgz#c2d08f90164701b66a62b8c4365b4e22c1e95789"
integrity sha512-unfhw3abZuKtdwQicRStHCYGbANPTHYg4WNRQk/RC5Mxq+4WOp4Q8HI7GqRHCGUYDCGUP7w1sU/oDt8f09nM8w==
"@angular/flex-layout@^12.0.0-beta.34":
version "12.0.0-beta.34"
resolved "https://registry.yarnpkg.com/@angular/flex-layout/-/flex-layout-12.0.0-beta.34.tgz#24d83bf3f8e4eacb661b3b8f9f85b0102415ff30"
integrity sha512-nLwKovXpyG+/U3Lbmfwt+q4ARupxtbPmFTZD0Y8oItFAV6/Oh9l+QQsNQa2VhOHAOrVagyDwcEM+SePtB5EmrQ==
dependencies:
tslib "^2.0.0"
tslib "^2.1.0"

"@angular/forms@~12.2.0":
version "12.2.0"
Expand Down

0 comments on commit 1dc3d54

Please sign in to comment.