Skip to content

Commit

Permalink
update deps of project
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Feb 16, 2024
1 parent 5cc1f82 commit 7a958a1
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
106 changes: 53 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/core": "^17.2.0",
"@angular/forms": "^17.2.0",
"@angular/platform-browser": "^17.2.0",
"@angular/platform-browser-dynamic": "^17.2.0",
"@angular/router": "^17.2.0",
"@angular/animations": "^17.2.1",
"@angular/common": "^17.2.1",
"@angular/compiler": "^17.2.1",
"@angular/core": "^17.2.1",
"@angular/forms": "^17.2.1",
"@angular/platform-browser": "^17.2.1",
"@angular/platform-browser-dynamic": "^17.2.1",
"@angular/router": "^17.2.1",
"rxjs": "~7.5.0",
"tslib": "^2.4.1",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "~17.2.0",
"@angular/compiler-cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.1",
"@types/jasmine": "^4.3.0",
"jasmine-core": "^4.5.0",
"karma": "~6.4.0",
Expand All @@ -37,4 +37,4 @@
"puppeteer": "^19.2.0",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 7a958a1

Please sign in to comment.