Skip to content

Commit

Permalink
chore: dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocampos committed Dec 5, 2024
1 parent b3d251d commit 3f0104c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"@angular/platform-browser": "^19.0",
"@angular/platform-browser-dynamic": "^19.0",
"@angular/router": "^19.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
"rxjs": "~7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.0.0",
"@types/jasmine": "~5.1.5",
"jasmine-core": "~5.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.6.2"
"@angular-devkit/build-angular": "^19.0",
"@angular/cli": "^19.0",
"@angular/compiler-cli": "^19.0",
"@types/jasmine": "~5.1",
"jasmine-core": "~5.5",
"karma": "~6.4",
"karma-chrome-launcher": "~3.2",
"karma-coverage": "~2.2",
"karma-jasmine": "~5.1",
"karma-jasmine-html-reporter": "~2.1",
"typescript": "~5.6"
}
}

0 comments on commit 3f0104c

Please sign in to comment.