Skip to content

Commit

Permalink
build(deps): bump re-resizable from 6.6.1 to 6.9.11 in /superset-fron…
Browse files Browse the repository at this point in the history
…tend (apache#27219)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and sfirke committed Mar 22, 2024
1 parent 55452d5 commit 70bc173
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ describe('Dashboard edit', () => {
cy.getBySel('dashboard-markdown-editor').click().type('Test resize');

resize(
'[data-test="dashboard-markdown-editor"] .resizable-container span div:last-child',
'[data-test="dashboard-markdown-editor"] .resizable-container div.resizable-container-handle--bottom + div',
).to(500, 600);

cy.getBySel('dashboard-markdown-editor').contains('Test resize');
Expand Down
33 changes: 11 additions & 22 deletions superset-frontend/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 superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"polished": "^3.7.2",
"prop-types": "^15.7.2",
"query-string": "^6.13.7",
"re-resizable": "^6.6.1",
"re-resizable": "^6.9.11",
"react": "^16.13.1",
"react-ace": "^10.1.0",
"react-checkbox-tree": "^1.8.0",
Expand Down

0 comments on commit 70bc173

Please sign in to comment.