Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizuuu committed Jul 28, 2024
1 parent 8af84f2 commit 0507110
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 314 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,12 @@
"@commitlint/config-conventional": "^19.2.2",
"@react-native/eslint-config": "^0.73.2",
"@types/react": "~18.3.3",
"del-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "3.3.3",
"react": "18.3.1",
"react-native": "^0.74.3",
"react-native-builder-bob": "^0.23.2",
"react-native-builder-bob": "^0.28.1",
"react-native-gesture-handler": "^2.17.1",
"react-native-reanimated": "^3.14.0",
"release-it": "17.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SpringConfig } from "react-native-reanimated/lib/typescript/reanimated2/animation/springUtils";
import { SpringConfig } from "react-native-reanimated/lib/typescript/animation/springUtils";

export const MIN_SCALE = 1;
export const MAX_SCALE = 8;
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ImageURISource } from "react-native";
import type { SharedValue } from "react-native-reanimated";
import { SpringConfig } from "react-native-reanimated/lib/typescript/reanimated2/animation/springUtils";
import { SpringConfig } from "react-native-reanimated/lib/typescript/animation/springUtils";

export type ImageItemURI = ImageURISource;

Expand Down
Loading

0 comments on commit 0507110

Please sign in to comment.