Skip to content

Commit

Permalink
Merge pull request #901 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 e61a235 + 5490738 commit 24d03d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions from-paris-to-berlin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~18.1.3",
"@angular/cdk": "^18.1.3",
"@angular/common": "~18.1.3",
"@angular/compiler": "~18.1.3",
"@angular/core": "~18.1.3",
"@angular/forms": "~18.1.3",
"@angular/material": "^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/cdk": "^18.1.4",
"@angular/common": "~18.1.4",
"@angular/compiler": "~18.1.4",
"@angular/core": "~18.1.4",
"@angular/forms": "~18.1.4",
"@angular/material": "^18.1.4",
"@angular/platform-browser": "~18.1.4",
"@angular/platform-browser-dynamic": "~18.1.4",
"@angular/router": "~18.1.4",
"@stomp/stompjs": "^7.0.0",
"build": "^0.1.4",
"gojs": "^3.0.9",
Expand All @@ -31,14 +31,14 @@
"test": "^3.3.0",
"tslib": "^2.6.3",
"typescript": "~5.5.4",
"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-devkit/build-angular": "~18.1.4",
"@angular/cli": "~18.1.4",
"@angular/compiler-cli": "~18.1.4",
"@types/jasmine": "~5.1.4",
"@types/node": "^22.1.0",
"@types/node": "^22.2.0",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"jasmine-core": "~5.2.0",
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.30001647"
"caniuse-lite": "^1.0.30001651"
}
}

0 comments on commit 24d03d9

Please sign in to comment.