Skip to content
Snippets Groups Projects
Commit 258af1db authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

use isomorphic fetch (#2853)

* use isomorphic fetch

* shrinkwrap

* shrinkwrap round 2

* shrinkwrap round 3

* Clean npm install + shrinkwrap + bump node/npm versions
parent 1a3e3772
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ machine:
python:
version: 2.7.3
node:
version: 4.4.3
version: 4.4.7
dependencies:
override:
- sudo apt-get purge mongodb-org*
......@@ -23,7 +23,7 @@ dependencies:
- lein deps
- pip install awscli==1.7.3
- npm cache clean
- npm install -g npm@2.15.3
- npm install -g npm@2.15.9
database:
post:
# MySQL doesn't load named timezone information automatically, you have to run this command to load it
......
import React, { Component, PropTypes } from "react";
import ReactDOM from "react-dom";
import fetch from 'isomorphic-fetch';
import LoadingAndErrorWrapper from "metabase/components/LoadingAndErrorWrapper.jsx";
......
import React, { Component, PropTypes } from "react";
import fetch from 'isomorphic-fetch';
import SidebarSection from "./SidebarSection.jsx";
......
This diff is collapsed.
......@@ -6,8 +6,8 @@
"repository": "https://github.com/metabase/metabase",
"license": "private",
"engines": {
"node": "4.4.3",
"npm": "2.15.3"
"node": "4.4.7",
"npm": "2.15.9"
},
"dependencies": {
"ace-builds": "^1.2.2",
......@@ -29,6 +29,7 @@
"humanize-plus": "^1.8.1",
"icepick": "^1.1.0",
"inflection": "^1.7.1",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.12.0",
"node-libs-browser": "^0.5.3",
"normalizr": "^2.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment