Skip to content

Commit

Permalink
Update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha authored and github-actions[bot] committed Sep 15, 2024
1 parent 792b60b commit d3c6f25
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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.2.3",
"@angular/cdk": "^18.2.3",
"@angular/common": "~18.2.3",
"@angular/compiler": "~18.2.3",
"@angular/core": "~18.2.3",
"@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/animations": "~18.2.4",
"@angular/cdk": "^18.2.4",
"@angular/common": "~18.2.4",
"@angular/compiler": "~18.2.4",
"@angular/core": "~18.2.4",
"@angular/forms": "~18.2.4",
"@angular/material": "^18.2.4",
"@angular/platform-browser": "~18.2.4",
"@angular/platform-browser-dynamic": "~18.2.4",
"@angular/router": "~18.2.4",
"@stomp/stompjs": "^7.0.0",
"build": "^0.1.4",
"gojs": "^3.0.11",
Expand All @@ -30,15 +30,15 @@
"stompjs": "^2.3.3",
"test": "^3.3.0",
"tslib": "^2.7.0",
"typescript": "~5.5.4",
"typescript": "~5.6.2",
"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.4",
"@angular/cli": "~18.2.4",
"@angular/compiler-cli": "~18.2.4",
"@types/jasmine": "~5.1.4",
"@types/node": "^22.5.4",
"@types/node": "^22.5.5",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"jasmine-core": "~5.3.0",
Expand All @@ -47,6 +47,6 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
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.30001660"
}
}

0 comments on commit d3c6f25

Please sign in to comment.