Skip to content

Commit 2aebeeb

Browse files
committed
Add missing ngraph dependencies
1 parent d318c5d commit 2aebeeb

File tree

4 files changed

+19
-26
lines changed

4 files changed

+19
-26
lines changed

package.json

-6
This file was deleted.

ui/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"@testing-library/user-event": "^13.5.0",
99
"@uniswap/v3-sdk": "^3.9.0",
1010
"ethers": "^5.6.9",
11+
"ngraph.graph": "^20.0.1",
12+
"ngraph.path": "^1.5.0",
1113
"react": "^18.2.0",
1214
"react-dom": "^18.2.0",
1315
"react-scripts": "5.0.1",

ui/yarn.lock

+17
Original file line numberDiff line numberDiff line change
@@ -6633,6 +6633,23 @@ neo-async@^2.6.2:
66336633
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
66346634
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
66356635

6636+
ngraph.events@^1.2.1:
6637+
version "1.2.2"
6638+
resolved "https://registry.yarnpkg.com/ngraph.events/-/ngraph.events-1.2.2.tgz#3ceb92d676a04a4e7ce60a09fa8e17a4f0346d7f"
6639+
integrity sha512-JsUbEOzANskax+WSYiAPETemLWYXmixuPAlmZmhIbIj6FH/WDgEGCGnRwUQBK0GjOnVm8Ui+e5IJ+5VZ4e32eQ==
6640+
6641+
ngraph.graph@^20.0.1:
6642+
version "20.0.1"
6643+
resolved "https://registry.yarnpkg.com/ngraph.graph/-/ngraph.graph-20.0.1.tgz#579470d1d805583239704dc913e2095540aaf371"
6644+
integrity sha512-VFsQ+EMkT+7lcJO1QP8Ik3w64WbHJl27Q53EO9hiFU9CRyxJ8HfcXtfWz/U8okuoYKDctbciL6pX3vG5dt1rYA==
6645+
dependencies:
6646+
ngraph.events "^1.2.1"
6647+
6648+
ngraph.path@^1.5.0:
6649+
version "1.5.0"
6650+
resolved "https://registry.yarnpkg.com/ngraph.path/-/ngraph.path-1.5.0.tgz#4630ffdb2ce77691fd6e17fc9f12f51fce83d3e6"
6651+
integrity sha512-2IdmqfBYq2zbGHtpmskdWF6x/nIWZkhfs1taMgg2waBJRn4xNqe7gBiRtD1YS5ZcKhp0trK+Gw94Rli2emMs1Q==
6652+
66366653
no-case@^3.0.4:
66376654
version "3.0.4"
66386655
resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d"

yarn.lock

-20
This file was deleted.

0 commit comments

Comments
 (0)