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

Upgrade frontend dependencies #144

Merged
merged 4 commits into from
Mar 1, 2018
Merged

Upgrade frontend dependencies #144

merged 4 commits into from
Mar 1, 2018

Commits on Feb 28, 2018

  1. Upgrade frontend dependencies

    Major changes:
    
    - react 16 => 16.2
    - mapbox-gl-style-spec 9 => 11
    - react-apollo 1 => 2
      - required some code changes to the middleware and import path to gql
      - https://www.apollographql.com/docs/react/2.0-migration.html
    - react-mapbox-gl 2 => 3
      - required some changes to the layerOptions prop
      - https://github.com/alex3165/react-mapbox-gl/releases/tag/v3.1.0
    
     #143
    luqmaan committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    2b5a919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bf2a8f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Downgrade graphql to avoid test bug

    Running into this issue: graphql/graphql-js#1248.
    
    Need to wait for this PR to get merged: facebook/create-react-app#4085.
    luqmaan committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    96c63ba View commit details
    Browse the repository at this point in the history
  2. Cleanup

    luqmaan committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    d092bc5 View commit details
    Browse the repository at this point in the history