Skip to content

Commit

Permalink
fix: remove deep-clone
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoel committed Nov 20, 2024
1 parent 212be05 commit 3aff1fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oada/client",
"version": "5.2.4",
"version": "5.2.5",
"description": "A lightweight client tool to interact with an OADA-compliant server",
"repository": "https://github.com/OADA/client",
"main": "./dist/index.js",
Expand Down Expand Up @@ -192,7 +192,6 @@
},
"resolutions": {
"@oada/client": "^5.0.0",
"deep-clone@^4.0.0": "patch:deep-clone@npm%3A4.0.0#./.yarn/patches/deep-clone-npm-4.0.0-eee1a48c85.patch",
"xksuid": "https://github.com/aultac/xksuid.git#commit=22a21eb01331191feb62ea0a4e67d96d2e80f396"
}
}
}

0 comments on commit 3aff1fc

Please sign in to comment.