Skip to content

Commit 1ce3381

Browse files
committed
chore(npm): lock version
1 parent c0fb195 commit 1ce3381

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# GraphQL Macro Example
22

3-
> This is a [Create React App @next](https://github.com/facebookincubator/create-react-app/issues/3815) example with [graphql.macro](https://github.com/evenchange4/graphql.macro).
3+
> This is a [graphql.macro](https://github.com/evenchange4/graphql.macro) example with [Create React App @next](https://github.com/facebookincubator/create-react-app/issues/3815).
44
55
## Demo
66

7+
```sh
8+
$ yarn start
9+
```
10+
711
https://graphqlmacro.netlify.com/

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ anymatch@^2.0.0:
735735
micromatch "^3.1.4"
736736
normalize-path "^2.1.1"
737737

738-
apollo-cache-inmemory@^1.1.5:
738+
739739
version "1.1.5"
740740
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.5.tgz#74111367fd59caee120197ef663dcb2516971300"
741741
dependencies:
@@ -749,7 +749,7 @@ apollo-cache@^1.1.0:
749749
dependencies:
750750
apollo-utilities "^1.0.4"
751751

752-
apollo-client@^2.2.0:
752+
753753
version "2.2.0"
754754
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.2.0.tgz#e22c4ba3a3c01aec6dc916a5dbc0f39c58d277fb"
755755
dependencies:
@@ -769,7 +769,7 @@ apollo-link-dedup@^1.0.0:
769769
dependencies:
770770
apollo-link "^1.0.7"
771771

772-
apollo-link-http@^1.3.2:
772+
773773
version "1.3.2"
774774
resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.3.2.tgz#63537ee5ecf9c004efb0317f1222b7dbc6f21559"
775775
dependencies:
@@ -3419,15 +3419,15 @@ [email protected]:
34193419
version "2.6.1"
34203420
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.6.1.tgz#4788d509f6e29607d947fc47a40c4e18f736d34a"
34213421

3422-
graphql.macro@^0.1.0:
3422+
34233423
version "0.1.0"
34243424
resolved "https://registry.yarnpkg.com/graphql.macro/-/graphql.macro-0.1.0.tgz#e7956d3ba464a0d53c732d7ee83e6c7c25231f26"
34253425
dependencies:
34263426
babel-literal-to-ast "2.0.0"
34273427
babel-plugin-macros "2.0.0"
34283428
graphql-tag "2.6.1"
34293429

3430-
graphql@^0.12.3:
3430+
34313431
version "0.12.3"
34323432
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
34333433
dependencies:
@@ -6216,7 +6216,7 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.1.7:
62166216
minimist "^1.2.0"
62176217
strip-json-comments "~2.0.1"
62186218

6219-
react-apollo@^2.0.4:
6219+
62206220
version "2.0.4"
62216221
resolved "https://registry.yarnpkg.com/react-apollo/-/react-apollo-2.0.4.tgz#01dd32a8e388672f5d7385b21cdd0b94009ee9ee"
62226222
dependencies:
@@ -6252,7 +6252,7 @@ [email protected]:
62526252
strip-ansi "4.0.0"
62536253
text-table "0.2.0"
62546254

6255-
react-dom@^16.2.0:
6255+
62566256
version "16.2.0"
62576257
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
62586258
dependencies:
@@ -6314,7 +6314,7 @@ react-scripts@next:
63146314
optionalDependencies:
63156315
fsevents "1.1.3"
63166316

6317-
react@^16.2.0:
6317+
63186318
version "16.2.0"
63196319
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
63206320
dependencies:

0 commit comments

Comments
 (0)