Skip to content

Commit 664f70d

Browse files
authored
Merge branch 'main' into am-tanstart-start
2 parents cf17756 + 1720c1a commit 664f70d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -53,7 +53,7 @@
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",
@@ -88,7 +88,7 @@
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",

src/editors/textEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const textEditorInternalClassname = css`
3333

3434
export const textEditorClassname = `rdg-text-editor ${textEditorInternalClassname}`;
3535

36+
// biome-ignore lint/suspicious/noFunctionAssign: ???
3637
function autoFocusAndSelect(input: HTMLInputElement | null) {
3738
input?.focus();
3839
input?.select();

0 commit comments

Comments
 (0)