Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
strmark committed Feb 22, 2024
1 parent c148f27 commit 4a63923
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
"private": true,
"dependencies": {
"@angular-devkit/schematics": "^17.2.0",
"@angular/animations": "^17.1.3",
"@angular/common": "^17.1.3",
"@angular/compiler": "^17.1.3",
"@angular/core": "^17.1.3",
"@angular/forms": "^17.1.3",
"@angular/localize": "^17.1.3",
"@angular/platform-browser": "^17.1.3",
"@angular/platform-browser-dynamic": "^17.1.3",
"@angular/router": "^17.1.3",
"@angular/animations": "^17.2.2",
"@angular/common": "^17.2.2",
"@angular/compiler": "^17.2.2",
"@angular/core": "^17.2.2",
"@angular/forms": "^17.2.2",
"@angular/localize": "^17.2.2",
"@angular/platform-browser": "^17.2.2",
"@angular/platform-browser-dynamic": "^17.2.2",
"@angular/router": "^17.2.2",
"@fortawesome/fontawesome-free": "^6.5.1",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"core-js": "^3.35.1",
"bootstrap": "^5.3.3",
"core-js": "^3.36.0",
"ng2-file-upload": "^5.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.3"
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "~17.2.0",
"@angular/compiler-cli": "^17.1.3",
"@angular/compiler-cli": "^17.2.2",
"axios": "~1.6.7",
"@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.2.2",
"vite": "~5.1.1"
"typescript": "~5.3.3",
"vite": "~5.1.4"
}
}
}

0 comments on commit 4a63923

Please sign in to comment.