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: relay-tools/relay-local-schema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0621202d2daf57587b084d5e81f96c3bff0b1c47
Choose a base ref
..
head repository: relay-tools/relay-local-schema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 65ab648410936f77d5fa82ea823c7222b070ae11
Choose a head ref
Showing with 156 additions and 156 deletions.
  1. +3 −3 package.json
  2. +153 −153 yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@
"@babel/node": "^7.14.7",
"babel-jest": "^26.6.3",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-relay": "^11.0.2",
"babel-plugin-relay": "^12.0.0",
"codecov": "^3.8.2",
"eslint": "^7.29.0",
"eslint-config-4catalyzer": "^1.2.0",
@@ -76,7 +76,7 @@
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"prettier": "^2.3.2",
"relay-compiler": "^11.0.2",
"relay-runtime": "^11.0.2"
"relay-compiler": "^12.0.0",
"relay-runtime": "^12.0.0"
}
}
Loading