Skip to content

Commit ba09285

Browse files
authored
Signed-off-by: Ben Cotton <ben@kusari.dev>
1 parent adba662 commit ba09285

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"3d-force-graph": "^1.71.2",
1919
"@apollo/client": "^3.8.4",
2020
"@apollo/react-hooks": "^4.0.0",
21+
"@eslint/plugin-kit": "^0.3.4",
2122
"@floating-ui/dom": "^1.2.6",
2223
"@heroicons/react": "^2.0.18",
2324
"@remix-run/router": "1.23.2",

yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,13 @@
724724
dependencies:
725725
"@types/json-schema" "^7.0.15"
726726

727+
"@eslint/core@^0.15.2":
728+
version "0.15.2"
729+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
730+
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
731+
dependencies:
732+
"@types/json-schema" "^7.0.15"
733+
727734
"@eslint/eslintrc@^3.3.1":
728735
version "3.3.3"
729736
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.3.tgz#26393a0806501b5e2b6a43aa588a4d8df67880ac"
@@ -757,6 +764,14 @@
757764
"@eslint/core" "^0.13.0"
758765
levn "^0.4.1"
759766

767+
"@eslint/plugin-kit@^0.3.4":
768+
version "0.3.5"
769+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
770+
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
771+
dependencies:
772+
"@eslint/core" "^0.15.2"
773+
levn "^0.4.1"
774+
760775
"@floating-ui/core@^1.2.6":
761776
version "1.2.6"
762777
resolved "https://registry.npmjs.org/@floating-ui/core/-/core-1.2.6.tgz"

0 commit comments

Comments
 (0)