Skip to content

Commit 792de7e

Browse files
committed
2022/update-deps: wip ng13
1 parent 7a75259 commit 792de7e

File tree

3 files changed

+31
-30
lines changed

3 files changed

+31
-30
lines changed

frontend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ speed-measure-plugin*.json
3232
.history/*
3333

3434
# misc
35+
/.angular/cache
3536
/.sass-cache
3637
/connect.lock
3738
/coverage

frontend/package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"private": true,
1313
"dependencies": {
1414
"@angular/animations": "~13.1.1",
15-
"@angular/cdk": "^12.2.13",
15+
"@angular/cdk": "^13.1.1",
1616
"@angular/common": "~13.1.1",
1717
"@angular/compiler": "~13.1.1",
1818
"@angular/core": "~13.1.1",
1919
"@angular/forms": "~13.1.1",
20-
"@angular/material": "^12.2.13",
20+
"@angular/material": "^13.1.1",
2121
"@angular/platform-browser": "~13.1.1",
2222
"@angular/platform-browser-dynamic": "~13.1.1",
2323
"@angular/router": "~13.1.1",

0 commit comments

Comments
 (0)