Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Upgrade to support relay v10.0.1 #199

Merged
merged 5 commits into from
Jul 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'origin/master' into feat/upgrade-relay-…
…10.1
maraisr committed Jul 27, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6849cd24c84269ec93907e41c33e1fb77de9ef8e
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -27,10 +27,10 @@
"email": "eloy.de.enige@gmail.com"
}
],
"main": "lib/index.js",
"files": [
"lib"
],
"main": "lib/index.js",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "tslint -c tslint.json --project tsconfig.json",
@@ -40,8 +40,8 @@
"relay": "node bin/relay-compiler.js --schema test/schema.graphql --src test/ --outputDir __generated__",
"sync-fixtures": "ts-node ./syncFixtures.ts",
"test": "npm run type-check && jest",
"watch": "concurrently 'tsc --watch' 'chokidar \"lib/**/*.js\" -c \"yalc publish --force --push\"'",
"type-check": "tsc --noEmit --pretty"
"type-check": "tsc --noEmit --pretty",
"watch": "concurrently 'tsc --watch' 'chokidar \"lib/**/*.js\" -c \"yalc publish --force --push\"'"
},
"husky": {
"hooks": {
@@ -59,6 +59,7 @@
"git add"
]
},
"prettier": {},
"jest": {
"moduleFileExtensions": [
"js",
@@ -85,6 +86,7 @@
"babel-plugin-relay": "^9.0.0",
"chokidar-cli": "^2.0.0",
"concurrently": "^5.0.0",
"glob": "^7.1.6",
"graphql": "^15.3.0",
"husky": "^3.0.2",
"jest": "^24.8.0",
@@ -109,6 +111,5 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"prettier": {}
}
}
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -6286,10 +6286,10 @@ yargs-parser@^13.1.1:
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs-parser@^18.1.2:
version "18.1.3"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
yargs-parser@^15.0.0:
version "15.0.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.1.tgz#54786af40b820dcb2fb8025b11b4d659d76323b3"
integrity sha512-0OAMV2mAZQrs3FkNpDQcBk1x5HXb8X4twADss4S0Iuk+2dGnLOE/fRHrsYm542GduMveyA77OF4wrNJuanRCWw==
dependencies:
camelcase "^5.0.0"
decamelize "^1.2.0"
@@ -6369,3 +6369,8 @@ yargs@^15.3.1:
which-module "^2.0.0"
y18n "^4.0.0"
yargs-parser "^18.1.2"

yn@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
You are viewing a condensed version of this merge commit. You can view the full changes here.