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: apollographql/graphql-tag
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.2
Choose a base ref
...
head repository: apollographql/graphql-tag
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.12.3
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 19, 2021

  1. Copy the full SHA
    d16bce6 View commit details
  2. Copy the full SHA
    4c4abdc View commit details
  3. Bump npm version to 2.12.3.

    benjamn committed Mar 19, 2021
    Copy the full SHA
    687ce1f View commit details
Showing with 17 additions and 9 deletions.
  1. +15 −7 package-lock.json
  2. +2 −2 package.json
22 changes: 15 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tag",
"version": "2.12.2",
"version": "2.12.3",
"description": "A JavaScript template literal tag that parses GraphQL queries",
"main": "./main.js",
"module": "./lib/index.js",
@@ -33,7 +33,7 @@
},
"homepage": "https://github.com/apollographql/graphql-tag#readme",
"dependencies": {
"tslib": "^1.14.1"
"tslib": "^2.1.0"
},
"devDependencies": {
"@types/chai": "^4.2.14",