From 3daf322e92d9d71e9059cd12103edb6b9701c858 Mon Sep 17 00:00:00 2001 From: themeteorchef Date: Mon, 15 Aug 2016 20:19:56 -0500 Subject: [PATCH] bump dependencies and patch a few things - Bring Meteor up to 1.4.0.1. - Bring Meteor packages up to date. - Bring NPM packages up to date. - Fix console warnings from #157. Closes #157. Closes #162. - Remove import of bootstrap.js (was redundant). Closes #170. Closes #172 --- .meteor/release | 2 +- .meteor/versions | 10 +++++----- imports/startup/client/index.js | 1 - imports/ui/components/document.js | 1 - imports/ui/components/loading.js | 2 +- package.json | 8 ++++---- 6 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.meteor/release b/.meteor/release index 810628d..c85944c 100644 --- a/.meteor/release +++ b/.meteor/release @@ -1 +1 @@ -METEOR@1.4 +METEOR@1.4.0.1 diff --git a/.meteor/versions b/.meteor/versions index 8eb4c36..6747b7b 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -1,5 +1,5 @@ -accounts-base@1.2.9 -accounts-password@1.2.12 +accounts-base@1.2.10 +accounts-password@1.2.14 alanning:roles@1.2.15 aldeed:collection2@2.9.1 aldeed:collection2-core@1.1.1 @@ -34,13 +34,13 @@ ddp-server@1.2.10 deps@1.0.12 diff-sequence@1.0.6 ecmascript@0.5.7 -ecmascript-runtime@0.3.12 +ecmascript-runtime@0.3.13 ejson@1.0.12 email@1.1.16 es5-shim@4.6.13 fastclick@1.0.12 fortawesome:fontawesome@4.5.0 -fourseven:scss@3.8.0_1 +fourseven:scss@3.8.1 geojson-utils@1.0.9 hot-code-push@1.0.4 html-tools@1.0.10 @@ -65,7 +65,7 @@ modules@0.7.5 modules-runtime@0.7.5 mongo@1.1.10 mongo-id@1.0.5 -npm-bcrypt@0.8.7 +npm-bcrypt@0.8.7_1 npm-mongo@1.5.45 observe-sequence@1.0.12 ordered-dict@1.0.8 diff --git a/imports/startup/client/index.js b/imports/startup/client/index.js index d41e362..dde0719 100644 --- a/imports/startup/client/index.js +++ b/imports/startup/client/index.js @@ -1,6 +1,5 @@ import { Bert } from 'meteor/themeteorchef:bert'; import 'bootstrap/dist/css/bootstrap.min.css'; -import 'bootstrap/dist/js/bootstrap.min.js'; import './routes.js'; Bert.defaults.style = 'growl-top-right'; diff --git a/imports/ui/components/document.js b/imports/ui/components/document.js index 374764f..96f8ec8 100644 --- a/imports/ui/components/document.js +++ b/imports/ui/components/document.js @@ -43,7 +43,6 @@ export const Document = ({ document }) => ( diff --git a/imports/ui/components/loading.js b/imports/ui/components/loading.js index ba75e0d..f63d935 100644 --- a/imports/ui/components/loading.js +++ b/imports/ui/components/loading.js @@ -10,7 +10,7 @@ export const Loading = () => ( width="40px" height="40px" viewBox="0 0 40 40" - enable-background="new 0 0 40 40"> + enableBackground="new 0 0 40 40">