File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 88
99install : package.json # # Install dependencies
1010 @$(PKG ) install
11+ @cd example/node && $(PKG ) install
1112
1213watch : # # continuously compile ES6 files to JS
1314 @yarn vite build --watch
Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ is-promise@^4.0.0:
547547 integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
548548
549549json-graphql-server@../../ :
550- version "3.2.1 "
550+ version "3.3.0 "
551551 dependencies :
552552 " @apollo/client" " ^3.12.11"
553553 " @graphql-tools/schema" " ^10.0.18"
@@ -560,9 +560,6 @@ json-graphql-server@../../:
560560 lodash.merge "^4.6.2"
561561 xhr-mock "^2.5.1"
562562
563- " json-graphql-server@file:.. " :
564- version "0.0.0"
565-
566563lodash.merge@^4.6.2 :
567564 version "4.6.2"
568565 resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
You can’t perform that action at this time.
0 commit comments