Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Urigo/graphql-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 10, 2018
2 parents f195fce + f6a2757 commit ff10d03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

- **[Website](https://graphql-modules.com/docs/introduction/getting-started)**
- **[Introducing GraphQL Modules - Feature based GraphQL Modules at scale](https://medium.com/the-guild/graphql-modules-feature-based-graphql-modules-at-scale-2d7b2b0da6da)**
- **[Authentication and Authorization in GraphQL (and how GraphQL-Modules can help)](https://medium.com/the-guild/authentication-and-authorization-in-graphql-and-how-graphql-modules-can-help-fadc1ee5b0c2)**
- **[Authentication with AccountsJS & GraphQL Modules](https://medium.com/the-guild/authentication-with-accountsjs-graphql-modules-e0fb9799a9da)**


## Highlights
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"dependencies": {
"babel-preset-minify": "0.5.0",
"sendmail": "1.4.1",
"sweetalert2": "7.32.0"
"sweetalert2": "7.32.2"
}
}
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7418,10 +7418,10 @@ svgo@^1.0.0:
unquote "~1.1.1"
util.promisify "~1.0.0"

sweetalert2@7.32.0:
version "7.32.0"
resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-7.32.0.tgz#8bfb9d04aefc3c74bb8cf59c484a75317e4263ad"
integrity sha512-7KofHFt0mp9kPnGQ3XFlMRD6m/ejNnuuFtU0RlGAny0pGkBw/WPg2vhk7Li8GbllO1NJmmndvcXXZiFjmmUdUw==
sweetalert2@7.32.2:
version "7.32.2"
resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-7.32.2.tgz#bda42fe8a50f5f6445a1684ed80f87840e0f5dd1"
integrity sha512-BDdr3UdMi2PVLwNTbg8gXFDW0+ZAvO4r5aWbburfBuQEsszIYVM6Oh/A9bGIKQQczurFXx/HVINESszcBzPA0Q==

tapable@^1.0.0, tapable@^1.1.0:
version "1.1.0"
Expand Down

0 comments on commit ff10d03

Please sign in to comment.