Skip to content

Commit 748898a

Browse files
committed
remove dev deps
1 parent f3244c2 commit 748898a

File tree

2 files changed

+1
-5129
lines changed

2 files changed

+1
-5129
lines changed

package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-image-crop-picker",
3-
"version": "0.50.0",
3+
"version": "0.50.1",
44
"description": "Select single or multiple images, with cropping option",
55
"main": "index.js",
66
"scripts": {
@@ -28,22 +28,6 @@
2828
"url": "https://github.com/ivpusic/react-native-image-crop-picker/issues"
2929
},
3030
"homepage": "https://github.com/ivpusic/react-native-image-crop-picker#readme",
31-
"devDependencies": {
32-
"@react-native/eslint-config": "^0.79.2",
33-
"@types/react": "16.9.0",
34-
"eslint": "^8.51.0",
35-
"eslint-config-prettier": "^9.0.0",
36-
"eslint-plugin-prettier": "^5.4.0",
37-
"prettier": "^3.5.3",
38-
"react": "18.2.0",
39-
"react-native": "0.79.2",
40-
"react-test-renderer": "19.1.0",
41-
"typescript": "^5.8.3",
42-
"@react-native-community/cli": "latest"
43-
},
44-
"resolutions": {
45-
"@types/react": "17.0.21"
46-
},
4731
"peerDependencies": {
4832
"react": "*",
4933
"react-native": "*"

0 commit comments

Comments
 (0)