Skip to content

Commit

Permalink
Merge branch 'main' into 10351-updateUserRoles-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vd1992 committed Jun 27, 2024
2 parents a17b338 + 90b330b commit 4d92c26
Show file tree
Hide file tree
Showing 47 changed files with 900 additions and 738 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ lint-php:
$(DOCKER_API) "vendor/bin/pint --test"

queue-work:
docker-compose exec sh -c "runuser -u www-data -- php /home/site/wwwroot/api/artisan queue:work"
docker-compose exec webserver sh -c "runuser -u www-data -- php /home/site/wwwroot/api/artisan queue:work"
150 changes: 51 additions & 99 deletions api/composer.lock

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

6 changes: 3 additions & 3 deletions apps/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@gc-digital-talent/env": "workspace:*",
"@gc-digital-talent/eslint-config": "workspace:*",
"@gc-digital-talent/graphql": "workspace:*",
"@playwright/test": "^1.44.1",
"@types/node": "^20.14.6",
"@playwright/test": "^1.45.0",
"@types/node": "^20.14.9",
"@types/sinon": "^17.0.3",
"axe-core": "^4.9.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-playwright": "^1.6.2",
"sinon": "^18.0.0",
"typescript-eslint": "^7.13.1"
"typescript-eslint": "^7.14.1"
},
"dependencies": {
"@axe-core/playwright": "^4.9.1"
Expand Down
2 changes: 2 additions & 0 deletions apps/web/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
ThemeDecorator,
VIEWPORTS,
} from "@gc-digital-talent/storybook-helpers";
import { ToastDecorator } from "@gc-digital-talent/toast";
import { richTextElements as defaultRichTextElements } from "@gc-digital-talent/i18n";

import frCommonCompiled from "@gc-digital-talent/i18n/frCompiled.json";
Expand Down Expand Up @@ -62,6 +63,7 @@ export const parameters = {
export const decorators = [
FeatureFlagDecorator,
HelmetDecorator,
ToastDecorator,
ReducedMotionDecorator,
MockGraphqlDecorator,
ThemeDecorator,
Expand Down
Loading

0 comments on commit 4d92c26

Please sign in to comment.