Skip to content

Commit

Permalink
Merge branch 'master' into update-cypress-dependencies-and-containers
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha authored Sep 1, 2024
2 parents 74e4b9c + a61cf85 commit 87765b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
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.30001651"
"caniuse-lite": "^1.0.30001655"
}
}
28 changes: 14 additions & 14 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.1",
"@angular/cdk": "^18.2.1",
"@angular/common": "~18.2.1",
"@angular/compiler": "~18.2.1",
"@angular/core": "~18.2.1",
"@angular/animations": "~18.2.2",
"@angular/cdk": "^18.2.2",
"@angular/common": "~18.2.2",
"@angular/compiler": "~18.2.2",
"@angular/core": "~18.2.2",
"@angular/flex-layout": "^15.0.0-beta.42",
"@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",
"@angular/forms": "~18.2.2",
"@angular/material": "^18.2.2",
"@angular/platform-browser": "~18.2.2",
"@angular/platform-browser-dynamic": "~18.2.2",
"@angular/router": "~18.2.2",
"@stomp/stompjs": "^7.0.0",
"@types/sockjs-client": "^1.5.4",
"ngx-cookie-service": "^18.0.0",
Expand All @@ -30,11 +30,11 @@
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.1",
"@angular/cli": "~18.2.1",
"@angular/compiler-cli": "~18.2.1",
"@angular-devkit/build-angular": "^18.2.2",
"@angular/cli": "~18.2.2",
"@angular/compiler-cli": "~18.2.2",
"@types/jasmine": "~5.1.4",
"@types/node": "^22.5.0",
"@types/node": "^22.5.1",
"jasmine-core": "~5.2.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
Expand Down

0 comments on commit 87765b7

Please sign in to comment.