Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 19, 2021

  1. Copy the full SHA
    65ab648 View commit details
Showing with 159 additions and 157 deletions.
  1. +3 −3 package.json
  2. +156 −154 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": "^10.1.3",
"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": "^10.1.3",
"relay-runtime": "^10.1.3"
"relay-compiler": "^12.0.0",
"relay-runtime": "^12.0.0"
}
}
Loading