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 8
8
9
9
install : package.json # # Install dependencies
10
10
@$(PKG ) install
11
+ @cd example/node && $(PKG ) install
11
12
12
13
watch : # # continuously compile ES6 files to JS
13
14
@yarn vite build --watch
Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ is-promise@^4.0.0:
547
547
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
548
548
549
549
json-graphql-server@../../ :
550
- version "3.2.1 "
550
+ version "3.3.0 "
551
551
dependencies :
552
552
" @apollo/client" " ^3.12.11"
553
553
" @graphql-tools/schema" " ^10.0.18"
@@ -560,9 +560,6 @@ json-graphql-server@../../:
560
560
lodash.merge "^4.6.2"
561
561
xhr-mock "^2.5.1"
562
562
563
- " json-graphql-server@file:.. " :
564
- version "0.0.0"
565
-
566
563
lodash.merge@^4.6.2 :
567
564
version "4.6.2"
568
565
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