Skip to content

Commit

Permalink
chore(deps): bump jsdom & prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Nov 26, 2023
1 parent f0a25e8 commit 465785d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/examples/react-dnd.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-unused-expressions */
/* eslint-disable no-unused-expressions */
import React from 'react';
import { createGlobalStyle } from 'styled-components';
Expand Down Expand Up @@ -167,7 +168,7 @@ class Demo extends React.Component {
({
index,
moveRow: this.moveRow,
} as any)
}) as any
}
/>
);
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"@types/react": "^17.0.35",
"@types/react-dom": "^18.0.5",
"@types/responselike": "^1.0.0",
"@types/styled-components": "^5.1.32",
"@types/testing-library__jest-dom": "^5.14.5",
"@umijs/fabric": "^3.0.0",
"@vitest/coverage-c8": "^0.31.0",
Expand All @@ -85,11 +86,11 @@
"glob": "^7.1.6",
"husky": "^8.0.3",
"immutability-helper": "^3.0.0",
"jsdom": "^23.0.0",
"less": "^4.1.3",
"jsdom": "^22.0.0",
"lint-staged": "^13.1.0",
"np": "^7.0.0",
"prettier": "^2.0.1",
"prettier": "^3.1.0",
"rc-animate": "^3.0.0",
"rc-dropdown": "~4.0.1",
"rc-menu": "~9.6.0",
Expand Down

0 comments on commit 465785d

Please sign in to comment.