Skip to content

Commit

Permalink
Package JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jul 29, 2024
1 parent 7e0c240 commit da5255a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions from-paris-to-berlin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@angular/animations": "~18.1.2",
"@angular/cdk": "^18.1.2",
"@angular/common": "~18.1.6",
"@angular/compiler": "~18.1.6",
"@angular/core": "~18.1.6",
"@angular/forms": "~18.1.6",
"@angular/material": "^18.1.0",
"@angular/platform-browser": "~18.1.6",
"@angular/platform-browser-dynamic": "~18.1.6",
"@angular/router": "~18.1.6",
"@angular/common": "~18.1.2",
"@angular/compiler": "~18.1.2",
"@angular/core": "~18.1.2",
"@angular/forms": "~18.1.2",
"@angular/material": "^18.1.2",
"@angular/platform-browser": "~18.1.2",
"@angular/platform-browser-dynamic": "~18.1.2",
"@angular/router": "~18.1.2",
"@stomp/stompjs": "^7.0.0",
"build": "^0.1.4",
"gojs": "^3.0.8",
Expand All @@ -30,15 +30,15 @@
"stompjs": "^2.3.3",
"test": "^3.3.0",
"tslib": "^2.6.3",
"typescript": "~5.6.3",
"typescript": "~5.5.4",
"zone.js": "~0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.1.2",
"@angular/cli": "~18.1.2",
"@angular/compiler-cli": "~18.1.2",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"jasmine-core": "~5.2.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.6.3"
"typescript": "~5.5.4"
}
}

0 comments on commit da5255a

Please sign in to comment.