Skip to content

Commit

Permalink
feat(web): update dependencies
Browse files Browse the repository at this point in the history
Updated the versions of various Angular packages and their dependencies in the package.json file. This includes updates to "@angular/animations", "@angular/common", "@angular/compiler", "@angular/core", "@angular/forms", "@angular/localize", "@angular/platform-browser", "@angular/platform-browser-dynamic", "@angular/router" and other related packages. Also updated the versions of other third-party libraries such as "rxjs" and "zone.js".
  • Loading branch information
SakuraIsayeki committed Sep 1, 2024
1 parent e769d79 commit 4ef516d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions wowskarma.app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.6",
"@angular/common": "^18.0.6",
"@angular/compiler": "^18.0.6",
"@angular/core": "^18.0.6",
"@angular/forms": "^18.0.6",
"@angular/localize": "^18.0.6",
"@angular/platform-browser": "^18.0.6",
"@angular/platform-browser-dynamic": "^18.0.6",
"@angular/router": "^18.0.6",
"@angular/service-worker": "^18.0.6",
"@microsoft/applicationinsights-angularplugin-js": "^15.3.0",
"@microsoft/applicationinsights-web": "^3.3.0",
"@microsoft/signalr": "^8.0.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@angular/animations": "^18.2.2",
"@angular/common": "^18.2.2",
"@angular/compiler": "^18.2.2",
"@angular/core": "^18.2.2",
"@angular/forms": "^18.2.2",
"@angular/localize": "^18.2.2",
"@angular/platform-browser": "^18.2.2",
"@angular/platform-browser-dynamic": "^18.2.2",
"@angular/router": "^18.2.2",
"@angular/service-worker": "^18.2.2",
"@microsoft/applicationinsights-angularplugin-js": "^15.3.1",
"@microsoft/applicationinsights-web": "^3.3.1",
"@microsoft/signalr": "^8.0.7",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@popperjs/core": "^2.11.8",
"@types/bootstrap": "^5.2.10",
"bootstrap": "^5.3.3",
Expand All @@ -34,13 +34,13 @@
"ng-openapi-gen": "^0.51.0",
"ngx-markdown": "^18.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
"tslib": "^2.7.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.7",
"@angular-devkit/build-angular": "^18.2.2",
"@angular/cli": "~18.0.7",
"@angular/compiler-cli": "^18.0.6",
"@angular/compiler-cli": "^18.2.2",
"typescript": "~5.4.5"
}
}

0 comments on commit 4ef516d

Please sign in to comment.