Skip to content

Commit 542c969

Browse files
committed
Fix import lint
1 parent 67947ba commit 542c969

File tree

3 files changed

+390
-104
lines changed

3 files changed

+390
-104
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"eslint": "^7.19.0",
6565
"eslint-config-react-app": "^6.0.0",
6666
"eslint-plugin-flowtype": "^5.2.0",
67-
"eslint-plugin-import": "^2.22.0",
67+
"eslint-plugin-import": "^2.27.5",
6868
"eslint-plugin-jsx-a11y": "^6.3.1",
6969
"eslint-plugin-react": "^7.20.3",
7070
"eslint-plugin-react-hooks": "^4.0.8",

src/stories/Spreadsheet.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from "react";
2-
import { Story, Meta } from "@storybook/react/types-6-0";
2+
import type { Story, Meta } from "@storybook/react";
33
import { createEmptyMatrix, Spreadsheet, Props, CellBase } from "..";
44
import * as Matrix from "../matrix";
55
import { AsyncCellDataEditor, AsyncCellDataViewer } from "./AsyncCellData";

0 commit comments

Comments
 (0)