Skip to content

Commit

Permalink
⬆️ Upgrade Angular Material versão 10.2.5 para 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesguilherme committed Nov 13, 2020
1 parent d663fec commit b56da6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Angular v10.2.0 MQTT Client</h1>
<h1 align="center">Angular v11.0.0 MQTT Client</h1>

## :rocket: Tecnologias

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"private": true,
"dependencies": {
"@angular/animations": "~11.0.0",
"@angular/cdk": "^10.2.5",
"@angular/cdk": "^11.0.0",
"@angular/common": "~11.0.0",
"@angular/compiler": "~11.0.0",
"@angular/core": "~11.0.0",
"@angular/forms": "~11.0.0",
"@angular/material": "^10.2.5",
"@angular/material": "^11.0.0",
"@angular/platform-browser": "~11.0.0",
"@angular/platform-browser-dynamic": "~11.0.0",
"@angular/router": "~11.0.0",
Expand Down

0 comments on commit b56da6a

Please sign in to comment.