Dropped isomorphic-fetch in examples in favor of isomorphic-unfetch. (#3230)

This commit is contained in:
Leonardo Quixada 2017-11-04 12:05:16 -02:00 committed by Tim Neutkens
parent 31ba48ada2
commit b41d177609
26 changed files with 26 additions and 26 deletions

View file

@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^2.0.0",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0"

View file

@ -1,7 +1,7 @@
import React from 'react'
import Link from 'next/link'
import 'isomorphic-fetch'
import 'isomorphic-unfetch'
export default class MyPage extends React.Component {
static async getInitialProps () {

View file

@ -1,7 +1,7 @@
import React from 'react'
import Link from 'next/link'
import 'isomorphic-fetch'
import 'isomorphic-unfetch'
export default class MyPage extends React.Component {
static async getInitialProps () {

View file

@ -1,5 +1,5 @@
import { ApolloClient, createNetworkInterface } from 'react-apollo'
import fetch from 'isomorphic-fetch'
import fetch from 'isomorphic-unfetch'
let apolloClient = null

View file

@ -8,7 +8,7 @@
},
"dependencies": {
"graphql": "^0.9.3",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^2.0.0",
"next": "latest",
"prop-types": "^15.5.8",
"react": "^16.0.0",

View file

@ -1,5 +1,5 @@
import { ApolloClient, createNetworkInterface } from 'react-apollo'
import fetch from 'isomorphic-fetch'
import fetch from 'isomorphic-unfetch'
let apolloClient = null

View file

@ -12,7 +12,7 @@
"dependencies": {
"cookie": "^0.3.1",
"graphql": "^0.9.3",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^2.0.0",
"next": "latest",
"prop-types": "^15.5.10",
"react": "^15.5.4",

View file

@ -1,7 +1,7 @@
import { ApolloClient } from 'apollo-client'
import { HttpLink } from 'apollo-link-http'
import { InMemoryCache } from 'apollo-cache-inmemory'
import fetch from 'isomorphic-fetch'
import fetch from 'isomorphic-unfetch'
let apolloClient = null

View file

@ -11,7 +11,7 @@
"graphql": "^0.11.7",
"graphql-anywhere": "^3.1.0",
"graphql-tag": "^2.5.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^2.0.0",
"next": "latest",
"prop-types": "^15.5.8",
"react": "^16.0.0",

View file

@ -12,7 +12,7 @@
"express-session": "^1.15.2",
"firebase": "^3.7.5",
"firebase-admin": "^4.2.0",
"isomorphic-fetch": "2.2.1",
"isomorphic-unfetch": "2.0.0",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0",

View file

@ -1,6 +1,6 @@
import React, { Component } from 'react'
import firebase from 'firebase'
import 'isomorphic-fetch'
import 'isomorphic-unfetch'
import clientCredentials from '../credentials/client'
export default class Index extends Component {

View file

@ -1,5 +1,5 @@
/* global fetch */
import 'isomorphic-fetch'
import 'isomorphic-unfetch'
const API_BASE_URL = 'https://api.github.com'

View file

@ -8,7 +8,7 @@
},
"dependencies": {
"freactal": "^1.1.1",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^2.0.0",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0"

View file

@ -8,7 +8,7 @@
},
"dependencies": {
"i18next": "^7.1.3",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^2.0.0",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0",

View file

@ -1,5 +1,5 @@
/* global fetch */
import 'isomorphic-fetch'
import 'isomorphic-unfetch'
/**
* Fetch translation file(s).

View file

@ -9,7 +9,7 @@
},
"dependencies": {
"es6-promise": "4.1.1",
"isomorphic-fetch": "2.2.1",
"isomorphic-unfetch": "2.0.0",
"next": "latest",
"next-redux-saga": "1.0.1",
"next-redux-wrapper": "1.2.0",

View file

@ -3,7 +3,7 @@
import {delay} from 'redux-saga'
import {all, call, put, take, takeLatest} from 'redux-saga/effects'
import es6promise from 'es6-promise'
import 'isomorphic-fetch'
import 'isomorphic-unfetch'
import {actionTypes, failure, loadDataSuccess, tickClock} from './actions'

View file

@ -1,5 +1,5 @@
import { Environment, Network, RecordSource, Store } from 'relay-runtime'
import fetch from 'isomorphic-fetch'
import fetch from 'isomorphic-unfetch'
let relayEnvironment = null

View file

@ -15,7 +15,7 @@
"dependencies": {
"dotenv": "^4.0.0",
"dotenv-webpack": "^1.5.4",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^2.0.0",
"next": "^3.0.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",

View file

@ -3,7 +3,7 @@
"version": "1.0.0",
"dependencies": {
"express": "^4.15.2",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^2.0.0",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0",

View file

@ -1,6 +1,6 @@
import { Component } from 'react'
import io from 'socket.io-client'
import fetch from 'isomorphic-fetch'
import fetch from 'isomorphic-unfetch'
class HomePage extends Component {
// fetch old messages data from the server

View file

@ -1,4 +1,4 @@
const fetch = require('isomorphic-fetch')
const fetch = require('isomorphic-unfetch')
module.exports = {
async exportPathMap () {

View file

@ -2,7 +2,7 @@
"main": "server.js",
"dependencies": {
"express": "^4.15.3",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^2.0.0",
"next": "beta",
"react": "^15.5.4",
"react-dom": "^15.5.4",

View file

@ -1,6 +1,6 @@
import { Component } from 'react'
import Head from 'next/head'
import fetch from 'isomorphic-fetch'
import fetch from 'isomorphic-unfetch'
import Post from '../components/post'

View file

@ -1,7 +1,7 @@
import { Component } from 'react'
import Link from 'next/link'
import Head from 'next/head'
import fetch from 'isomorphic-fetch'
import fetch from 'isomorphic-unfetch'
export default class extends Component {
static async getInitialProps ({ query }) {

View file

@ -893,7 +893,7 @@ If you want to render the built-in error page you can by using `next/error`:
```jsx
import React from 'react'
import Error from 'next/error'
import fetch from 'isomorphic-fetch'
import fetch from 'isomorphic-unfetch'
export default class Page extends React.Component {
static async getInitialProps() {