Skip to content

Commit

Permalink
chore(deps): bump angular to version 13 (DEV-631) (#679)
Browse files Browse the repository at this point in the history
* chore(deps): bump angular to v13

* chore(deps): bump angular material to v13

* chore(deps): bump dependencies

* fix(deps): refactor package-lock after merge conflict

* chore(deps): bump angular to v13

* refactor(deps): clean up after update

* test(dialog): bug fix in test
  • Loading branch information
kilchenmann committed Mar 11, 2022
1 parent df0ef65 commit a7d2098
Show file tree
Hide file tree
Showing 22 changed files with 13,022 additions and 20,612 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -27,6 +27,7 @@ yalc.lock
.vscode/extensions.json

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
21 changes: 0 additions & 21 deletions angular.json
Expand Up @@ -156,18 +156,6 @@
}
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
Expand All @@ -190,15 +178,6 @@
"devServerTarget": "dsp-app:serve:test-server"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down

0 comments on commit a7d2098

Please sign in to comment.