Skip to content

Commit

Permalink
chore(dev-deps): bump typescript to 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Mar 24, 2024
1 parent 1a2e15a commit 3586b4e
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 170 deletions.
4 changes: 3 additions & 1 deletion cypress/integration/reorder-virtual.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ describe('reorder: virtual', () => {

cy.get(getHandleSelector()).first().as('item');

cy.get('@item').invoke('attr', 'data-testid').as('item-id', { type: 'static' });
cy.get('@item')
.invoke('attr', 'data-testid')
.as('item-id', { type: 'static' });

cy.get('@item')
.invoke('attr', 'data-index')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"stylelint-config-recommended": "13.0.0",
"stylelint-config-standard": "34.0.0",
"ts-node": "^10.9.2",
"typescript": "4.9.5",
"typescript": "5.4.3",
"wait-on": "7.2.0",
"webpack": "5.90.3"
},
Expand Down
Loading

0 comments on commit 3586b4e

Please sign in to comment.