Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
strmark committed Mar 20, 2024
1 parent 9a0deec commit 44db0f3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"private": true,
"dependencies": {
"@angular-devkit/schematics": "^17.3.0",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/localize": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@angular/animations": "^17.3.1",
"@angular/common": "^17.3.1",
"@angular/compiler": "^17.3.1",
"@angular/core": "^17.3.1",
"@angular/forms": "^17.3.1",
"@angular/localize": "^17.3.1",
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@angular/router": "^17.3.1",
"@fortawesome/fontawesome-free": "^6.5.1",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@popperjs/core": "^2.11.8",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.0",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@angular/compiler-cli": "^17.3.1",
"axios": "~1.6.8",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.1.2",
Expand All @@ -42,7 +42,7 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.2",
"vite": "~5.1.6"
"typescript": "~5.4.3",
"vite": "~5.2.2"
}
}

0 comments on commit 44db0f3

Please sign in to comment.