Skip to content

Commit

Permalink
fix: move perfect-freehand and valtio to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Apr 30, 2022
1 parent 4505212 commit 52cfb02
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -57,9 +57,7 @@
"react-native-builder-bob": "^0.18.2",
"release-it": "^14.2.2",
"typescript": "^4.1.3",
"@shopify/react-native-skia": "^0.1.123",
"perfect-freehand": "^1.0.16",
"valtio": "^1.6.0"
"@shopify/react-native-skia": "^0.1.123"
},
"peerDependencies": {
"react": "*",
Expand Down Expand Up @@ -131,5 +129,9 @@
}
]
]
},
"dependencies": {
"perfect-freehand": "^1.0.16",
"valtio": "^1.6.0"
}
}

0 comments on commit 52cfb02

Please sign in to comment.