Skip to content

Commit d65c665

Browse files
Blake ReimerBlake Reimer
authored andcommitted
fix dependency tree issue
1 parent 7adb3cd commit d65c665

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apolloeagle/loading-dots",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "A component for displaying loading dots in React Native applications.",
55
"repository": "https://github.com/ApolloEagle/loading-dots",
66
"author": "Blake Reimer",
@@ -18,6 +18,6 @@
1818
"@types/react-native": "^0.70.6",
1919
"typescript": "^4.9.3",
2020
"react": "^18.0.0",
21-
"react-native": "^0.70.6"
21+
"react-native": "^0.70.5"
2222
}
2323
}

0 commit comments

Comments
 (0)