Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prisma-labs/graphql-config-extension-prisma
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: df380ac83c90fcb4dd1a669d7f11ba702809c165
Choose a base ref
..
head repository: prisma-labs/graphql-config-extension-prisma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa063f3acdbff15a628c9b65e6167d16b8206eb6
Choose a head ref
Showing with 15 additions and 15 deletions.
  1. +3 −3 package-lock.json
  2. +1 −1 package.json
  3. +11 −11 yarn.lock
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/graphql": "0.13.3",
"@types/jest": "23.1.6",
"@types/jest": "23.3.0",
"@types/node": "9.4.6",
"graphql": "0.13.2",
"jest": "23.4.1",
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@


"@babel/code-frame@^7.0.0-beta.35":
version "7.0.0-beta.53"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.53.tgz#980d1560b863575bf5a377925037e0132ef5921e"
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.54.tgz#0024f96fdf7028a21d68e273afd4e953214a1ead"
dependencies:
"@babel/highlight" "7.0.0-beta.53"
"@babel/highlight" "7.0.0-beta.54"

"@babel/highlight@7.0.0-beta.53":
version "7.0.0-beta.53"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.53.tgz#f4e952dad1787d205e188d3e384cdce49ca368fb"
"@babel/highlight@7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.54.tgz#155d507358329b8e7068970017c3fd74a9b08584"
dependencies:
chalk "^2.0.0"
esutils "^2.0.2"
@@ -20,9 +20,9 @@
version "0.13.3"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.3.tgz#23af65796d341f93ef5b485138bd52c67786452d"

"@types/jest@23.1.6":
version "23.1.6"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.1.6.tgz#11c88f738f5b57d1a9dd4970c576a6639b8f0f37"
"@types/jest@23.3.0":
version "23.3.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.0.tgz#5dd70033b616a6228042244ebd992f6426808810"

"@types/node@9.4.6":
version "9.4.6"
@@ -895,8 +895,8 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"

escodegen@^1.9.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.10.0.tgz#f647395de22519fbd0d928ffcf1d17e0dec2603e"
version "1.11.0"
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.11.0.tgz#b27a9389481d5bfd5bec76f7bb1eb3f8f4556589"
dependencies:
esprima "^3.1.3"
estraverse "^4.2.0"