Skip to content

Commit

Permalink
remove legacy constants dep
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Oct 3, 2024
1 parent 9e1d753 commit e503cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"synapse-constants": "1.3.22"
"@synapsecns/synapse-constants": "1.5.6"
},
"devDependencies": {
"typescript": "~5.2.2"
Expand Down
12 changes: 1 addition & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14245,7 +14245,7 @@ copy-webpack-plugin@^11.0.0:
schema-utils "^4.0.0"
serialize-javascript "^6.0.0"

copyfiles@^2.3.0, copyfiles@^2.4.1:
copyfiles@^2.3.0:
version "2.4.1"
resolved "https://registry.yarnpkg.com/copyfiles/-/copyfiles-2.4.1.tgz#d2dcff60aaad1015f09d0b66e7f0f1c5cd3c5da5"
integrity sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==
Expand Down Expand Up @@ -32581,16 +32581,6 @@ symbol.prototype.description@^1.0.0:
has-symbols "^1.0.3"
object.getownpropertydescriptors "^2.1.7"

synapse-constants@1.3.22:
version "1.3.22"
resolved "https://registry.yarnpkg.com/synapse-constants/-/synapse-constants-1.3.22.tgz#e885e12870909b62b1484db007868b8b59648dd7"
integrity sha512-PnEuKh8LBujoqOW+VzbQPkAvDld0aBxQUcnN7f0HeSxoF43I5gHyTYngm86qmgf3D+9rPplrigYtVscIBR8NfQ==
dependencies:
"@codecov/webpack-plugin" "^0.0.1-beta.10"
copyfiles "^2.4.1"
ethers "5.7.2"
lodash "^4.17.21"

synchronous-promise@^2.0.15:
version "2.0.17"
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.17.tgz#38901319632f946c982152586f2caf8ddc25c032"
Expand Down

0 comments on commit e503cce

Please sign in to comment.