Skip to content

Commit 491b0ca

Browse files
Steven CramerSteven Cramer
authored andcommitted
sort dependencies
Lets keep these sorted so easier to find and see differences.
1 parent 393523c commit 491b0ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

devDependencies.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[
2-
"typescript",
3-
"react-native-typescript-transformer",
4-
"ts-jest",
2+
"@types/jest",
53
"@types/react",
64
"@types/react-native",
7-
"@types/jest",
8-
"@types/react-test-renderer"
5+
"@types/react-test-renderer",
6+
"react-native-typescript-transformer",
7+
"ts-jest",
8+
"typescript"
99
]

0 commit comments

Comments
 (0)