Skip to content

Commit

Permalink
chore: dependency update (#187)
Browse files Browse the repository at this point in the history
* chore: bump version

* chore: bump version
  • Loading branch information
algirdasc authored Nov 16, 2024
1 parent 4c8fbf7 commit 4a9bbd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions backend/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ parameters:
containerXmlPath: var/cache/dev/App_KernelDevDebugContainer.xml
scanDirectories:
- var/cache/dev/Symfony/Config
ignoreErrors:
- identifier: doctrine.associationType
- identifier: missingType.generics
- identifier: missingType.iterableValue
4 changes: 2 additions & 2 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expensave-frontend",
"version": "0.3.5",
"version": "0.3.6",
"scripts": {
"dev": "ng serve --host 0.0.0.0 --port 18002 --disable-host-check",
"analyze": "eslint src/",
Expand Down

0 comments on commit 4a9bbd3

Please sign in to comment.