Skip to content

Commit

Permalink
build: fix dependencies error from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
BePo65 committed Aug 2, 2024
1 parent 6d824f8 commit 05f0f9d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
},
"private": false,
"dependencies": {
"@angular/animations": "^17.3.11",
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.11",
"@angular/compiler": "^17.3.11",
"@angular/core": "^17.3.11",
"@angular/forms": "^17.3.11",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser": "^17.3.12",
"material-icons": "^1.13.12",
"ngx-rerender": "^1.4.0",
"roboto-fontface": "^0.10.0",
Expand All @@ -62,8 +62,8 @@
"@angular-eslint/schematics": "17.5.2",
"@angular-eslint/template-parser": "17.5.2",
"@angular/cli": "~17.3.8",
"@angular/compiler-cli": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-angular": "^19.3.0",
"@cypress/schematic": "^2.5.2",
Expand Down Expand Up @@ -122,4 +122,4 @@
"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"
}
}
}
}

0 comments on commit 05f0f9d

Please sign in to comment.