Skip to content

Commit

Permalink
Merge pull request #632 from jesperancinha/update-npm-dependencies
Browse files Browse the repository at this point in the history
Update npm dependencies
  • Loading branch information
jesperancinha committed Jul 12, 2024
2 parents efb911d + dd48db1 commit 303ad50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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.30001636"
"caniuse-lite": "^1.0.30001641"
}
}
10 changes: 4 additions & 6 deletions vma-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"private": true,
"dependencies": {
"@angular/animations": "~18.1.0",
"@angular/cdk": "^18.0.3",
"@angular/cdk": "^18.1.0",
"@angular/common": "~18.1.0",
"@angular/compiler": "~18.1.0",
"@angular/core": "~18.1.0",
"@angular/flex-layout": "^13.0.0-beta.36",
"@angular/forms": "~18.1.0",
"@angular/material": "^18.0.3",
"@angular/material": "^18.1.0",
"@angular/platform-browser": "~18.1.0",
"@angular/platform-browser-dynamic": "~18.1.0",
"@angular/router": "~18.1.0",
Expand All @@ -30,13 +30,11 @@
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.4",
"@angular-devkit/build-angular": "^18.1.0",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "~18.1.0",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.14.5",
"jasmine-core": "~5.0.1",
"karma": "~6.3.10",
"@types/node": "^20.14.10",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
Expand Down

0 comments on commit 303ad50

Please sign in to comment.