Skip to content

Commit 05f0f9d

Browse files
committed
build: fix dependencies error from github action
1 parent 6d824f8 commit 05f0f9d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
},
4040
"private": false,
4141
"dependencies": {
42-
"@angular/animations": "^17.3.11",
42+
"@angular/animations": "^17.3.12",
4343
"@angular/cdk": "^17.3.10",
44-
"@angular/common": "^17.3.11",
45-
"@angular/compiler": "^17.3.11",
46-
"@angular/core": "^17.3.11",
47-
"@angular/forms": "^17.3.11",
44+
"@angular/common": "^17.3.12",
45+
"@angular/compiler": "^17.3.12",
46+
"@angular/core": "^17.3.12",
47+
"@angular/forms": "^17.3.12",
4848
"@angular/material": "^17.3.10",
49-
"@angular/platform-browser": "^17.3.11",
49+
"@angular/platform-browser": "^17.3.12",
5050
"material-icons": "^1.13.12",
5151
"ngx-rerender": "^1.4.0",
5252
"roboto-fontface": "^0.10.0",
@@ -62,8 +62,8 @@
6262
"@angular-eslint/schematics": "17.5.2",
6363
"@angular-eslint/template-parser": "17.5.2",
6464
"@angular/cli": "~17.3.8",
65-
"@angular/compiler-cli": "^17.3.11",
66-
"@angular/platform-browser-dynamic": "^17.3.11",
65+
"@angular/compiler-cli": "^17.3.12",
66+
"@angular/platform-browser-dynamic": "^17.3.12",
6767
"@commitlint/cli": "^19.3.0",
6868
"@commitlint/config-angular": "^19.3.0",
6969
"@cypress/schematic": "^2.5.2",
@@ -122,4 +122,4 @@
122122
"postchangelog": "npm run copy-to-lib && git add projects/mat-datatable-lib/README.md && git add projects/mat-datatable-lib/assets/screenshot.jpg && git add projects/mat-datatable-lib/CHANGELOG.md"
123123
}
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)