Skip to content

Commit 2a27b80

Browse files
committed
[WIP] Migration to TS.
1 parent 24e83fa commit 2a27b80

File tree

8 files changed

+485
-431
lines changed

8 files changed

+485
-431
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,13 @@
145145
"@storybook/theming": "^6.3.6",
146146
"@testing-library/react": "^12.0.0",
147147
"@types/babel-plugin-macros": "^2.8.5",
148+
"@types/enzyme": "^3.10.9",
148149
"@types/jest": "^26.0.24",
150+
"@types/lodash.isequal": "^4.5.5",
149151
"@types/react": "^17.0.16",
150152
"@types/react-dom": "^17.0.9",
153+
"@types/react-lifecycles-compat": "^3.0.1",
154+
"@types/react-test-renderer": "^17.0.1",
151155
"@types/react-virtualized": "^9.21.13",
152156
"@typescript-eslint/eslint-plugin": "^4.29.0",
153157
"@typescript-eslint/parser": "^4.29.0",

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// @ts-nocheck
2-
31
import SortableTree, {
42
SortableTreeWithoutDndContext,
53
} from './react-sortable-tree'

0 commit comments

Comments
 (0)