Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update graphql in examples/official-storybook/package.json from ^0.13.2 to 14.0.2 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Sep 19, 2018

Overview

The following dependencies have been updated by dependencies.io:

  • graphql in examples/official-storybook/package.json from "^0.13.2" to "14.0.2"

Details

graphql

This dependency is located in examples/official-storybook/package.json and was updated from "^0.13.2" to "14.0.2".

14.0.0

Thanks to all contributors for the hard work put into this release, which complies with the latest June 2018 version of the GraphQL Spec

Breaking:

import { formatError as baseFormatError, /* ... */ } from 'graphql';

{
  // other options
  formatError(error) {
    const { extensions, ...rest } = baseFormatError(error);
    return { ...extensions, ...rest };
  },
}

New:

Fixed:

Deprecated:

These will be removed in v15

14.0.1

(Something went wrong during release, this version has been unpublished)

14.0.2

Fixes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants