File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ /* eslint-disable @typescript-eslint/no-unused-expressions */
1
2
/* eslint-disable no-unused-expressions */
2
3
import React from 'react' ;
3
4
import { createGlobalStyle } from 'styled-components' ;
@@ -167,7 +168,7 @@ class Demo extends React.Component {
167
168
( {
168
169
index,
169
170
moveRow : this . moveRow ,
170
- } as any )
171
+ } ) as any
171
172
}
172
173
/>
173
174
) ;
Original file line number Diff line number Diff line change 69
69
"@types/react" : " ^17.0.35" ,
70
70
"@types/react-dom" : " ^18.0.5" ,
71
71
"@types/responselike" : " ^1.0.0" ,
72
+ "@types/styled-components" : " ^5.1.32" ,
72
73
"@types/testing-library__jest-dom" : " ^5.14.5" ,
73
74
"@umijs/fabric" : " ^3.0.0" ,
74
75
"@vitest/coverage-c8" : " ^0.31.0" ,
85
86
"glob" : " ^7.1.6" ,
86
87
"husky" : " ^8.0.3" ,
87
88
"immutability-helper" : " ^3.0.0" ,
89
+ "jsdom" : " ^23.0.0" ,
88
90
"less" : " ^4.1.3" ,
89
- "jsdom" : " ^22.0.0" ,
90
91
"lint-staged" : " ^13.1.0" ,
91
92
"np" : " ^7.0.0" ,
92
- "prettier" : " ^2.0.1 " ,
93
+ "prettier" : " ^3.1.0 " ,
93
94
"rc-animate" : " ^3.0.0" ,
94
95
"rc-dropdown" : " ~4.0.1" ,
95
96
"rc-menu" : " ~9.6.0" ,
You can’t perform that action at this time.
0 commit comments