Skip to content

Commit

Permalink
fix: caret in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
whoami-shubham committed Apr 3, 2023
1 parent c8bab79 commit b904116
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obfuscator-io-metro-plugin",
"version": "2.1.2",
"version": "2.1.3",
"description": "A metro plugin to use javascript-obfuscator library with react-native ",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -29,10 +29,10 @@
"javascript-obfuscator"
],
"dependencies": {
"combine-source-map": "^0.8.0",
"commander": "^2.20.0",
"fs-extra": "^8.0.1",
"glob": "^7.1.6",
"combine-source-map": "0.8.0",
"commander": "2.20.3",
"fs-extra": "8.1.0",
"glob": "7.1.6",
"javascript-obfuscator": "^4.0.2"
}
}

0 comments on commit b904116

Please sign in to comment.