Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent a834e56 commit aff951a
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.0.2",
"@angular/cdk": "18.0.2",
"@angular/common": "18.0.2",
"@angular/compiler": "18.0.2",
"@angular/core": "18.0.2",
"@angular/forms": "18.0.2",
"@angular/material": "18.0.2",
"@angular/platform-browser": "18.0.2",
"@angular/platform-browser-dynamic": "18.0.2",
"@angular/router": "18.0.2",
"@angular/animations": "18.2.3",
"@angular/cdk": "18.2.3",
"@angular/common": "18.2.3",
"@angular/compiler": "18.2.3",
"@angular/core": "18.2.3",
"@angular/forms": "18.2.3",
"@angular/material": "18.2.3",
"@angular/platform-browser": "18.2.3",
"@angular/platform-browser-dynamic": "18.2.3",
"@angular/router": "18.2.3",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"highlight.js": "^11.9.0",
Expand All @@ -48,12 +48,12 @@
"roboto-fontface": "^0.10.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.0",
"zone.js": "~0.14.2"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.0.3",
"@angular/cli": "18.0.3",
"@angular/compiler-cli": "18.0.2",
"@angular-devkit/build-angular": "18.2.3",
"@angular/cli": "18.2.3",
"@angular/compiler-cli": "18.2.3",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.4.4",
Expand All @@ -73,7 +73,7 @@
"prettier": "^3.3.2",
"ts-jest": "^29.1.2",
"ts-node": "~10.9.1",
"typescript": "~5.4.5",
"typescript": "~5.6.0",
"uuid": "^10.0.0"
},
"optionalDependencies": {
Expand All @@ -92,10 +92,10 @@
},
"overrides": {
"jest-preset-angular": {
"@angular-devkit/build-angular": "18.0.3",
"@angular/compiler-cli": "18.0.2",
"@angular/core": "18.0.2",
"@angular/platform-browser-dynamic": "18.0.2"
"@angular-devkit/build-angular": "18.2.3",
"@angular/compiler-cli": "18.2.3",
"@angular/core": "18.2.3",
"@angular/platform-browser-dynamic": "18.2.3"
}
}
}

0 comments on commit aff951a

Please sign in to comment.