Skip to content

Commit

Permalink
Merge branch 'main' into PPF-651
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG authored Dec 2, 2024
2 parents fde65ef + 0ca1222 commit 956ae9d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ npm-lint-check:
npm-types-check:
vendor/bin/sail npm run types:check

npm-ci: npm-format npm-lint-check npm-types-check

e2e-install:
docker-compose exec laravel npx playwright install chromium --with-deps

Expand Down
37 changes: 19 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@inertiajs/react": "^1.2.0",
"@sentry/browser": "^8.35.0",
Expand Down

0 comments on commit 956ae9d

Please sign in to comment.