File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
6565 "@types/react-dom" : " ^19.1.3" ,
6666 "@typescript-eslint/eslint-plugin" : " ^8.37.0" ,
6767 "@typescript-eslint/parser" : " ^8.37.0" ,
68- "@vitejs/plugin-react-oxc" : " ^0.2.3 " ,
68+ "@vitejs/plugin-react-oxc" : " ^0.3.0 " ,
6969 "@vitest/browser" : " ^3.2.4" ,
7070 "@vitest/coverage-v8" : " ^3.2.4" ,
7171 "@vitest/eslint-plugin" : " ^1.3.4" ,
8787 "react" : " ^19.1.0" ,
8888 "react-dom" : " ^19.1.0" ,
8989 "rolldown" : " ^1.0.0-beta.28" ,
90- "rolldown-plugin-dts" : " ^0.13.14 " ,
90+ "rolldown-plugin-dts" : " ^0.14.2 " ,
9191 "typescript" : " ~5.8.2" ,
9292 "vite" : " npm:rolldown-vite@^7.0.1" ,
9393 "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