Skip to content

Commit

Permalink
Update sbt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha authored and github-actions[bot] committed Oct 13, 2024
1 parent 7dc71df commit 3aa68eb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"cypress": "13.15.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"dependencies": {
"chai-uuid": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"caniuse-lite": "^1.0.30001658"
"caniuse-lite": "^1.0.30001668"
}
}
32 changes: 16 additions & 16 deletions vma-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~18.2.3",
"@angular/cdk": "^18.2.3",
"@angular/common": "~18.2.3",
"@angular/compiler": "~18.2.3",
"@angular/core": "~18.2.3",
"@angular/animations": "~18.2.8",
"@angular/cdk": "^18.2.8",
"@angular/common": "~18.2.8",
"@angular/compiler": "~18.2.8",
"@angular/core": "~18.2.8",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "~18.2.3",
"@angular/material": "^18.2.3",
"@angular/platform-browser": "~18.2.3",
"@angular/platform-browser-dynamic": "~18.2.3",
"@angular/router": "~18.2.3",
"@angular/forms": "~18.2.8",
"@angular/material": "^18.2.8",
"@angular/platform-browser": "~18.2.8",
"@angular/platform-browser-dynamic": "~18.2.8",
"@angular/router": "~18.2.8",
"@stomp/stompjs": "^7.0.0",
"@types/sockjs-client": "^1.5.4",
"ngx-cookie-service": "^18.0.0",
Expand All @@ -30,17 +30,17 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.3",
"@angular/cli": "~18.2.3",
"@angular/compiler-cli": "~18.2.3",
"@angular-devkit/build-angular": "^18.2.8",
"@angular/cli": "~18.2.8",
"@angular/compiler-cli": "~18.2.8",
"@types/jasmine": "~5.1.4",
"@types/node": "^22.5.4",
"jasmine-core": "~5.3.0",
"@types/node": "^22.7.5",
"jasmine-core": "~5.4.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "5.5.4"
"typescript": "5.6.3"
}
}

0 comments on commit 3aa68eb

Please sign in to comment.