add react-native-aes-crypto to dependencies in package.json and package-lock.json

This commit is contained in:
himanshu8443
2025-06-18 13:39:17 +05:30
parent 26f6c75ca7
commit e3208db7b0
2 changed files with 10 additions and 1 deletions

View File

@@ -17,6 +17,8 @@
},
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0"
"cheerio": "^1.1.0",
"react-native-aes-crypto": "^3.2.1",
"rimraf": "^6.0.1"
}
}