Skip to content

Commit d3b6b91

Browse files
authored
update deps (Comcast#3832)
* update deps * ignore biome lint
1 parent d006754 commit d3b6b91

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
@@ -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",
@@ -65,7 +65,7 @@
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",
@@ -87,7 +87,7 @@
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",

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)