Skip to content

Commit 0898c03

Browse files
committed
chore(deps): update graphgl.macro
1 parent b7a40ac commit 0898c03

File tree

7 files changed

+5797
-3570
lines changed

7 files changed

+5797
-3570
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ insert_final_newline = true
1313
trim_trailing_whitespace = false
1414

1515
[Makefile]
16-
indent_style = tab
16+
indent_style = tab

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.4.0
1+
11.7.0

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "9.4.0"
4+
- "11.7.0"
55

66
env:
77
global:
8-
- YARN_VERSION=1.3.2
8+
- YARN_VERSION=1.13.0
99

1010
before_install:
1111
- export PATH="$HOME/.yarn/bin:$PATH"
@@ -14,6 +14,9 @@ before_install:
1414
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
1515
fi
1616
17+
install:
18+
- yarn install --pure-lockfile
19+
1720
script:
1821
- yarn run build
1922

@@ -24,4 +27,5 @@ cache:
2427
- node_modules
2528

2629
notifications:
27-
30+
email:
31+

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Michael Hsu
3+
Copyright (c) 2019 Michael Hsu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

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

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

77
```sh
8+
$ yarn install --pure-lockfile
89
$ yarn start
910
```
1011

package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,19 @@
33
"private": true,
44
"version": "0.1.0",
55
"dependencies": {
6-
"apollo-cache-inmemory": "1.1.5",
7-
"apollo-client": "2.2.1",
8-
"apollo-link-http": "1.3.2",
9-
"graphql": "0.12.3",
10-
"graphql.macro": "1.0.2",
11-
"react": "16.2.0",
12-
"react-apollo": "2.0.4",
13-
"react-dom": "16.2.0",
14-
"react-scripts": "next"
6+
"apollo-cache-inmemory": "1.4.2",
7+
"apollo-client": "2.4.12",
8+
"apollo-link-http": "1.5.9",
9+
"graphql": "14.1.1",
10+
"graphql.macro": "1.3.0",
11+
"react": "16.8.0-alpha.1",
12+
"react-apollo": "2.4.0",
13+
"react-dom": "16.8.0-alpha.1",
14+
"react-scripts": "2.1.3"
1515
},
1616
"scripts": {
1717
"start": "react-scripts start",
18-
"build": "react-scripts build",
19-
"test": "react-scripts test --env=jsdom",
20-
"eject": "react-scripts eject"
18+
"build": "react-scripts build"
2119
},
2220
"browserslist": {
2321
"development": [

0 commit comments

Comments
 (0)