Skip to content

Commit

Permalink
⬆️ chore(package.json): Upgrade Angular dependencies to version 18.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Sep 20, 2024
1 parent 2f9ae05 commit 58aae37
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ng-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.2",
"@angular/animations": "^18.2.5",
"@angular/cdk": "^18.2.2",
"@angular/common": "^18.2.2",
"@angular/compiler": "^18.2.2",
"@angular/core": "^18.2.2",
"@angular/forms": "^18.2.2",
"@angular/common": "^18.2.5",
"@angular/compiler": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/material": "^18.2.2",
"@angular/platform-browser": "^18.2.2",
"@angular/platform-browser-dynamic": "^18.2.2",
"@angular/platform-server": "^18.2.2",
"@angular/router": "^18.2.2",
"@angular/ssr": "^18.2.2",
"@angular/platform-browser": "^18.2.5",
"@angular/platform-browser-dynamic": "^18.2.5",
"@angular/platform-server": "^18.2.5",
"@angular/router": "^18.2.5",
"@angular/ssr": "^18.2.5",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"dayjs": "^1.11.11",
Expand All @@ -36,10 +36,10 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.2",
"@angular/cli": "^18.2.2",
"@angular/compiler-cli": "^18.2.2",
"@angular/localize": "^18.2.2",
"@angular-devkit/build-angular": "^18.2.5",
"@angular/cli": "^18.2.5",
"@angular/compiler-cli": "^18.2.5",
"@angular/localize": "^18.2.5",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
Expand Down

0 comments on commit 58aae37

Please sign in to comment.