Skip to content

Commit

Permalink
Merge pull request #182 from autonomys/fix/packages-dedupe-resolution
Browse files Browse the repository at this point in the history
Fix packages dedupe conflict
  • Loading branch information
marc-aurele-besner authored Nov 27, 2024
2 parents dc475c9 + 258158a commit bf1b053
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 1,172 deletions.
2 changes: 1 addition & 1 deletion packages/auto-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"dependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/extension-dapp": "^0.54.1",
"@polkadot/extension-dapp": "^0.56.2",
"fs": "^0.0.1-security"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-xdm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@autonomys/auto-utils": "^1.0.9"
},
"devDependencies": {
"@polkadot/types-codec": "^11.2.1",
"@polkadot/types-codec": "^14.3.1",
"@types/jest": "^29.5.12",
"eslint": "^8.57.0",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit bf1b053

Please sign in to comment.