Skip to content

Commit

Permalink
Merge pull request #1069 from jesperancinha/update-npm-dependencies
Browse files Browse the repository at this point in the history
Update npm dependencies
  • Loading branch information
jesperancinha authored Aug 11, 2024
2 parents d494d45 + 802086c commit fa07182
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions concert-demos-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~18.1.3",
"@angular/common": "~18.1.3",
"@angular/compiler": "~18.1.3",
"@angular/core": "~18.1.3",
"@angular/forms": "~18.1.3",
"@angular/platform-browser": "~18.1.3",
"@angular/platform-browser-dynamic": "~18.1.3",
"@angular/router": "~18.1.3",
"@angular/animations": "~18.1.4",
"@angular/common": "~18.1.4",
"@angular/compiler": "~18.1.4",
"@angular/core": "~18.1.4",
"@angular/forms": "~18.1.4",
"@angular/platform-browser": "~18.1.4",
"@angular/platform-browser-dynamic": "~18.1.4",
"@angular/router": "~18.1.4",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.8"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.3",
"@angular/cli": "~18.1.3",
"@angular/compiler-cli": "~18.1.3",
"@angular/language-service": "~18.1.3",
"@angular-devkit/build-angular": "^18.1.4",
"@angular/cli": "~18.1.4",
"@angular/compiler-cli": "~18.1.4",
"@angular/language-service": "~18.1.4",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/node": "~22.1.0",
"@types/node": "~22.2.0",
"codelyzer": "^6.0.2",
"jasmine-core": "~5.2.0",
"jasmine-spec-reporter": "~7.0.0",
Expand Down

0 comments on commit fa07182

Please sign in to comment.