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

Bump semver-regex and babel-cli in /samples/graphiql-client #393

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Feb 4, 2023

  1. LHK-590 Added modern GraphQL Relay sample project with React (#420)

    Co-authored-by: Andrii Chebukin <[email protected]>
    okhorsunenko-lula and Andrii Chebukin authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    fb63c27 View commit details
    Browse the repository at this point in the history
  2. Bump semver-regex and babel-cli in /samples/graphiql-client

    Removes [semver-regex](https://github.com/sindresorhus/semver-regex). It's no longer used after updating ancestor dependency [babel-cli](https://github.com/babel/babel). These dependencies need to be updated together.
    
    
    Removes `semver-regex`
    
    Updates `babel-cli` from 6.6.5 to 6.26.0
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/v6.26.0/CHANGELOG.md)
    - [Commits](babel/babel@v6.6.5...v6.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: semver-regex
      dependency-type: indirect
    - dependency-name: babel-cli
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    a917a19 View commit details
    Browse the repository at this point in the history