Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
strmark committed Jan 20, 2024
1 parent 221ff45 commit 862f210
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 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.1.0",
"@angular/animations": "^17.0.8",
"@angular/common": "^17.0.8",
"@angular/compiler": "^17.0.8",
"@angular/core": "^17.0.8",
"@angular/forms": "^17.0.8",
"@angular/localize": "^17.0.8",
"@angular/platform-browser": "^17.0.8",
"@angular/platform-browser-dynamic": "^17.0.8",
"@angular/router": "^17.0.8",
"@angular/animations": "^17.1.0",
"@angular/common": "^17.1.0",
"@angular/compiler": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/forms": "^17.1.0",
"@angular/localize": "^17.1.0",
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@popperjs/core": "^2.11.8",
Expand All @@ -33,14 +33,16 @@
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.0",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "^17.0.8",
"@angular/compiler-cli": "^17.1.0",
"axios": "~1.6.5",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.1.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.2.2"
"typescript": "~5.2.2",
"vite": "~5.0.12"
}
}

0 comments on commit 862f210

Please sign in to comment.