File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " react-data-grid" ,
3- "version" : " 7.0.0-beta.56 " ,
3+ "version" : " 7.0.0-beta.57 " ,
44 "license" : " MIT" ,
55 "description" : " Feature-rich and customizable data grid React component" ,
66 "keywords" : [
5353 },
5454 "devDependencies" : {
5555 "@babel/preset-typescript" : " ^7.27.1" ,
56- "@biomejs/biome" : " 2.1.2 " ,
56+ "@biomejs/biome" : " 2.1.3 " ,
5757 "@eslint/markdown" : " ^7.0.0" ,
5858 "@faker-js/faker" : " ^9.9.0" ,
5959 "@ianvs/prettier-plugin-sort-imports" : " ^4.5.1" ,
8888 "react" : " ^19.1.0" ,
8989 "react-dom" : " ^19.1.0" ,
9090 "rolldown" : " ^1.0.0-beta.28" ,
91- "rolldown-plugin-dts" : " ^0.13.14 " ,
91+ "rolldown-plugin-dts" : " ^0.14.2 " ,
9292 "typescript" : " ~5.8.2" ,
9393 "vite" : " npm:rolldown-vite@^7.0.1" ,
9494 "vitest" : " ^3.2.4" ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ const textEditorInternalClassname = css`
3333
3434export const textEditorClassname = `rdg-text-editor ${ textEditorInternalClassname } ` ;
3535
36+ // biome-ignore lint/suspicious/noFunctionAssign: ???
3637function autoFocusAndSelect ( input : HTMLInputElement | null ) {
3738 input ?. focus ( ) ;
3839 input ?. select ( ) ;
You can’t perform that action at this time.
0 commit comments