Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Jul 24, 2023
1 parent 506b35a commit 04959bc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ qa: ## Execute all Quality tools
init: ## Initialization of DB and the data
@$(SYMFONY) d:d:c --if-not-exists
@$(SYMFONY) d:m:m -n
@$(SYMFONY) app:init:users
@$(SYMFONY) app:init:regions
@$(SYMFONY) app:init:departments
@$(SYMFONY) app:init:cities
@$(SYMFONY) app:init:users
10 changes: 5 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"sass-loader": "^13.2.0",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.2",
"typescript": "^5.0.0",
"typescript": "^4.2.2",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0",
"webpack-notifier": "^1.15.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
id="navAction"
class="mx-auto lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded-full mt-4 lg:mt-0 py-4 px-8 shadow opacity-75 focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out"
>
Se déconnecter
Logout
</a>
{% else %}
<a href="{{ path('app_login') }}"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4644,10 +4644,10 @@ type-is@~1.6.18:
media-typer "0.3.0"
mime-types "~2.1.24"

typescript@*, typescript@^4.2.2, typescript@^5.0.0:
version "5.0.4"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
typescript@*, typescript@^4.2.2:
version "4.9.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 04959bc

Please sign in to comment.