Skip to content

Commit

Permalink
chore: update dependency @taiga-ui/event-plugins to ^4.4.0 (#10304)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Feb 4, 2025
1 parent 8daea48 commit 950601a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Prepare diff screenshots
run: |
npm install canvas
npm install canvas --no-save --silent --force
npx ts-node ./scripts/visual-testing/combine-cypress-failed-screenshots.ts
- name: Debug output
Expand Down Expand Up @@ -185,8 +185,7 @@ jobs:
- name: Combine images to get diff reports
run: |
npm install canvas --no-save --silent
npm view canvas version
npm install canvas --no-save --silent --force
npx ts-node ./scripts/visual-testing/combine-playwright-failed-screenshots.ts
- name: Upload artifacts / ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,8 @@
"@taiga-ui/browserslist-config": "0.247.0",
"@taiga-ui/commitlint-config": "0.247.0",
"@taiga-ui/cspell-config": "0.247.0",
"@taiga-ui/design-tokens": "0.169.0",
"@taiga-ui/design-tokens": "0.170.0",
"@taiga-ui/eslint-plugin-experience": "0.247.0",
"@taiga-ui/event-plugins": "4.4.0",
"@taiga-ui/jest-config": "0.247.0",
"@taiga-ui/prettier-config": "0.247.0",
"@taiga-ui/stylelint-config": "0.247.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@ng-web-apis/platform": "^4.11.1",
"@ng-web-apis/resize-observer": "^4.11.1",
"@ng-web-apis/screen-orientation": "^4.11.1",
"@taiga-ui/event-plugins": "^4.3.1",
"@taiga-ui/event-plugins": "^4.4.0",
"@taiga-ui/polymorpheus": "^4.8.0",
"rxjs": ">=7.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@ng-web-apis/common": "^4.11.1",
"@ng-web-apis/mutation-observer": "^4.11.1",
"@taiga-ui/cdk": "^4.23.0",
"@taiga-ui/event-plugins": "^4.3.1",
"@taiga-ui/event-plugins": "^4.4.0",
"@taiga-ui/i18n": "^4.23.0",
"@taiga-ui/polymorpheus": "^4.8.0",
"rxjs": ">=7.0.0",
Expand Down

0 comments on commit 950601a

Please sign in to comment.