Skip to content

Commit

Permalink
build(web): update Angular dependencies
Browse files Browse the repository at this point in the history
Updated the versions of various Angular dependencies in the package.json file. This includes "@angular/animations", "@angular/common", "@angular/compiler", "@angular/core", "@angular/forms", "@angular/localize", "@angular/platform-browser", "@angular/platform-browser-dynamic", and "@angular/router". The new versions are "^17.3.0". Also updated the version of the dependency "@microsoft/applicationinsights-web" to "^3.1.1" and "marked" to "^9.1.6". Additionally, updated devDependencies including "@angular-devkit/build-angular" to "^17.3.0" and "@angular/compiler-cli" to "^17.3.0".
  • Loading branch information
SakuraIsayeki committed Mar 14, 2024
1 parent fed8678 commit fc04f6b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions wowskarma.app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,36 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.2.4",
"@angular/common": "17.2.4",
"@angular/compiler": "^17.2.4",
"@angular/core": "^17.2.4",
"@angular/forms": "^17.2.4",
"@angular/localize": "^17.2.4",
"@angular/platform-browser": "^17.2.4",
"@angular/platform-browser-dynamic": "^17.2.4",
"@angular/router": "^17.2.4",
"@angular/service-worker": "^17.2.4",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/localize": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@angular/service-worker": "^17.3.0",
"@microsoft/applicationinsights-angularplugin-js": "^15.1.0",
"@microsoft/applicationinsights-web": "^3.1.0",
"@microsoft/applicationinsights-web": "^3.1.1",
"@microsoft/signalr": "^8.0.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@popperjs/core": "^2.11.8",
"@types/bootstrap": "^5.2.10",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"bootswatch": "^5.3.3",
"marked": "^9.0.0",
"marked": "^9.1.6",
"ng-openapi-gen": "^0.51.0",
"ngx-markdown": "^17.1.1",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.3",
"@angular-devkit/build-angular": "^17.3.0",
"@angular/cli": "~17.2.3",
"@angular/compiler-cli": "^17.2.4",
"@angular/compiler-cli": "^17.3.0",
"typescript": "~5.3.3"
}
}

0 comments on commit fc04f6b

Please sign in to comment.