Skip to content

Commit b69e7cf

Browse files
committed
dependencies
1 parent 633490b commit b69e7cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"eslint": "7.32.0",
3131
"eslint-config-react-app": "^7.0.1",
3232
"eslint-plugin-unused-imports": "^2.0.0",
33-
"prettier": "^2.6.2"
33+
"prettier": "^2.6.2",
34+
"@types/react": "*"
3435
},
3536
"peerDependencies": {
36-
"prop-types": "*",
3737
"react": "*",
3838
"react-native": ">=0.40.0"
3939
},
4040
"dependencies": {
41-
"@types/react": "*",
4241
"lodash.debounce": "*",
42+
"prop-types": "*",
4343
"react-native-size-matters": "^0.3.0",
4444
"react-native-vector-icons": ">=7.0.0"
4545
},

0 commit comments

Comments
 (0)