Skip to content

Commit

Permalink
Merge pull request #659 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 25, 2024
2 parents cb116df + f6ceb4f commit 10455e9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions vma-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~18.2.0",
"@angular/cdk": "^18.2.0",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/core": "~18.2.0",
"@angular/animations": "~18.2.1",
"@angular/cdk": "^18.2.1",
"@angular/common": "~18.2.1",
"@angular/compiler": "~18.2.1",
"@angular/core": "~18.2.1",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "~18.2.0",
"@angular/material": "^18.2.0",
"@angular/platform-browser": "~18.2.0",
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular/router": "~18.2.0",
"@angular/forms": "~18.2.1",
"@angular/material": "^18.2.1",
"@angular/platform-browser": "~18.2.1",
"@angular/platform-browser-dynamic": "~18.2.1",
"@angular/router": "~18.2.1",
"@stomp/stompjs": "^7.0.0",
"@types/sockjs-client": "^1.5.4",
"ngx-cookie-service": "^18.0.0",
"rxjs": "~7.8.1",
"sockjs-client": "^1.6.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.10"
"tslib": "^2.7.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.0",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "~18.2.0",
"@angular-devkit/build-angular": "^18.2.1",
"@angular/cli": "~18.2.1",
"@angular/compiler-cli": "~18.2.1",
"@types/jasmine": "~5.1.4",
"@types/node": "^22.4.0",
"@types/node": "^22.5.0",
"jasmine-core": "~5.2.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
Expand Down

0 comments on commit 10455e9

Please sign in to comment.