diff --git a/.ruby-version b/.ruby-version
index 530cdd91..58594069 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-2.2.4
+2.2.3
diff --git a/.travis.yml b/.travis.yml
index 41dfca3b..c8ab4a53 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language:
- ruby
rvm:
- - 2.2.4
+ - 2.2.3
sudo: false
addons:
apt:
diff --git a/Gemfile b/Gemfile
index dfd392e7..e95b5c36 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
source "https://rubygems.org"
-ruby "2.2.4"
+ruby "2.2.3"
#
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
@@ -37,7 +37,7 @@ gem "sdoc", group: :doc
# Use Rails Html Sanitizer for HTML sanitization
gem "rails-html-sanitizer"
-gem "react_on_rails", git: "git@github.com:shakacode/react_on_rails.git", tag: "3.0.0-beta.1"
+gem "react_on_rails"
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem "therubyracer"
diff --git a/Gemfile.lock b/Gemfile.lock
index adf29b91..49ec0b7d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,15 +1,3 @@
-GIT
- remote: git@github.com:shakacode/react_on_rails.git
- revision: 562c58f2b37e13cecc86fd4bd4e85edb10acd86d
- tag: 3.0.0-beta.1
- specs:
- react_on_rails (3.0.0.beta.1)
- connection_pool
- execjs (~> 2.5)
- foreman
- rails (>= 3.2)
- rainbow (~> 2.1)
-
GEM
remote: https://rubygems.org/
specs:
@@ -213,6 +201,11 @@ GEM
rake (10.5.0)
rdoc (4.2.1)
json (~> 1.4)
+ react_on_rails (2.3.0)
+ connection_pool
+ execjs (~> 2.5)
+ rails (>= 3.2)
+ rainbow (~> 2.1)
ref (2.0.0)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
@@ -352,7 +345,7 @@ DEPENDENCIES
rails-html-sanitizer
rails_12factor
rainbow
- react_on_rails!
+ react_on_rails
rspec-rails
rspec-retry
rubocop
diff --git a/README.md b/README.md
index dc170e62..cabe2d38 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ See package.json and Gemfile for versions
1. Be sure that you have Node installed! We suggest [nvm](https://github.com/creationix/nvm), with node version `v5.0` or above. See this article [Updating and using nvm](http://forum.shakacode.com/t/updating-and-using-nvm/293).
1. `git clone git@github.com:shakacode/react-webpack-rails-tutorial.git`
1. `cd react-webpack-rails-tutorial`
-1. Check that you have Ruby 2.2.4
+1. Check that you have Ruby 2.2.3
1. Check that you're using the right version of node. Run `nvm list` to check.
1. Check that you have Postgres installed. Run `which postgres` to check.
1. `bundle install`
diff --git a/app/controllers/pages_controller.rb b/app/controllers/pages_controller.rb
index 45b76a0f..03ba0a7b 100644
--- a/app/controllers/pages_controller.rb
+++ b/app/controllers/pages_controller.rb
@@ -6,7 +6,7 @@ def index
# compared to he view. However, it's more convenient to use Jbuilder from the view. See
# app/views/pages/index.html.erb:20
#
- # <%= react_component('App', props: render(template: "/comments/index.json.jbuilder"),
+ # <%= react_component('App', render(template: "/comments/index.json.jbuilder"),
# prerender: true) %>
#
#
diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb
index b75b1401..bed28134 100644
--- a/app/views/pages/index.html.erb
+++ b/app/views/pages/index.html.erb
@@ -2,5 +2,5 @@
react_on_rails gem)
<%= render "header" %>
-<%= react_component('RouterApp', props: render(template: "/comments/index.json.jbuilder"),
+<%= react_component('RouterApp', render(template: "/comments/index.json.jbuilder"),
prerender: true, raise_on_prerender_error: true) %>
diff --git a/app/views/pages/no_router.html.erb b/app/views/pages/no_router.html.erb
index 25972dc3..27d92631 100644
--- a/app/views/pages/no_router.html.erb
+++ b/app/views/pages/no_router.html.erb
@@ -2,5 +2,5 @@
react_on_rails gem)
<%= render "header" %>
-<%= react_component('App', props: render(template: "/comments/index.json.jbuilder"),
+<%= react_component('App', render(template: "/comments/index.json.jbuilder"),
prerender: false) %>
diff --git a/app/views/pages/simple.html.erb b/app/views/pages/simple.html.erb
index 33efd42e..81e85343 100644
--- a/app/views/pages/simple.html.erb
+++ b/app/views/pages/simple.html.erb
@@ -9,4 +9,4 @@
-<%= react_component('SimpleCommentScreen', props: {}, prerender: false) %>
+<%= react_component('SimpleCommentScreen', {}, prerender: false) %>
diff --git a/client/npm-shrinkwrap.json b/client/npm-shrinkwrap.json
index 5edb3aef..bdba938e 100644
--- a/client/npm-shrinkwrap.json
+++ b/client/npm-shrinkwrap.json
@@ -33,9 +33,16 @@
"resolved": "https://registry.npmjs.org/acorn-to-esprima/-/acorn-to-esprima-2.0.8.tgz"
},
"align-text": {
- "version": "0.1.4",
- "from": "align-text@>=0.1.3 <0.2.0",
- "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz"
+ "version": "0.1.3",
+ "from": "align-text@>=0.1.0 <0.2.0",
+ "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.3.tgz",
+ "dependencies": {
+ "kind-of": {
+ "version": "2.0.1",
+ "from": "kind-of@>=2.0.0 <3.0.0",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz"
+ }
+ }
},
"alphanum-sort": {
"version": "1.0.2",
@@ -83,9 +90,9 @@
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.6.tgz"
},
"argparse": {
- "version": "1.0.6",
+ "version": "1.0.4",
"from": "argparse@>=1.0.2 <2.0.0",
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.6.tgz"
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.4.tgz"
},
"arr-diff": {
"version": "2.0.0",
@@ -218,14 +225,14 @@
"resolved": "https://registry.npmjs.org/axios/-/axios-0.9.1.tgz"
},
"babel": {
- "version": "6.5.1",
+ "version": "6.3.26",
"from": "babel@>=6.3.26 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel/-/babel-6.5.1.tgz"
+ "resolved": "https://registry.npmjs.org/babel/-/babel-6.3.26.tgz"
},
"babel-cli": {
- "version": "6.5.1",
+ "version": "6.4.5",
"from": "babel-cli@>=6.4.5 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-cli/-/babel-cli-6.5.1.tgz",
+ "resolved": "https://registry.npmjs.org/babel-cli/-/babel-cli-6.4.5.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -235,14 +242,14 @@
}
},
"babel-code-frame": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-code-frame@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.3.13.tgz"
},
"babel-core": {
- "version": "6.5.1",
+ "version": "6.4.5",
"from": "babel-core@>=6.4.5 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.5.1.tgz",
+ "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.4.5.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -252,9 +259,9 @@
}
},
"babel-generator": {
- "version": "6.5.0",
+ "version": "6.4.5",
"from": "babel-generator@>=6.4.5 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.5.0.tgz",
+ "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.4.5.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -264,19 +271,19 @@
}
},
"babel-helper-bindify-decorators": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-helper-bindify-decorators@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.3.13.tgz"
},
"babel-helper-builder-binary-assignment-operator-visitor": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-helper-builder-binary-assignment-operator-visitor@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.3.13.tgz"
},
"babel-helper-builder-react-jsx": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-helper-builder-react-jsx@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.5.0.tgz",
+ "resolved": "https://registry.npmjs.org/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.3.13.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -286,14 +293,14 @@
}
},
"babel-helper-call-delegate": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-helper-call-delegate@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.3.13.tgz"
},
"babel-helper-define-map": {
- "version": "6.5.0",
+ "version": "6.4.5",
"from": "babel-helper-define-map@>=6.4.5 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.5.0.tgz",
+ "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.4.5.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -303,39 +310,39 @@
}
},
"babel-helper-explode-assignable-expression": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-helper-explode-assignable-expression@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.3.13.tgz"
},
"babel-helper-explode-class": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-helper-explode-class@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-explode-class/-/babel-helper-explode-class-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helper-explode-class/-/babel-helper-explode-class-6.3.13.tgz"
},
"babel-helper-function-name": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-helper-function-name@>=6.4.0 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.4.0.tgz"
},
"babel-helper-get-function-arity": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-helper-get-function-arity@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.3.13.tgz"
},
"babel-helper-hoist-variables": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-helper-hoist-variables@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.3.13.tgz"
},
"babel-helper-optimise-call-expression": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-helper-optimise-call-expression@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.3.13.tgz"
},
"babel-helper-regex": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-helper-regex@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.5.0.tgz",
+ "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.3.13.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -345,19 +352,19 @@
}
},
"babel-helper-remap-async-to-generator": {
- "version": "6.5.0",
+ "version": "6.4.6",
"from": "babel-helper-remap-async-to-generator@>=6.4.6 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.4.6.tgz"
},
"babel-helper-replace-supers": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-helper-replace-supers@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.3.13.tgz"
},
"babel-helpers": {
- "version": "6.5.0",
+ "version": "6.4.5",
"from": "babel-helpers@>=6.4.5 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.4.5.tgz"
},
"babel-jscs": {
"version": "2.0.5",
@@ -392,19 +399,19 @@
}
},
"babel-loader": {
- "version": "6.2.2",
+ "version": "6.2.1",
"from": "babel-loader@>=6.2.1 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-6.2.2.tgz"
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-6.2.1.tgz"
},
"babel-messages": {
- "version": "6.5.0",
+ "version": "6.3.18",
"from": "babel-messages@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.3.18.tgz"
},
"babel-plugin-check-es2015-constants": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-check-es2015-constants@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.3.13.tgz"
},
"babel-plugin-constant-folding": {
"version": "1.0.1",
@@ -479,104 +486,104 @@
"resolved": "https://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz"
},
"babel-plugin-syntax-async-functions": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-async-functions@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.3.13.tgz"
},
"babel-plugin-syntax-class-constructor-call": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-class-constructor-call@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-constructor-call/-/babel-plugin-syntax-class-constructor-call-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-constructor-call/-/babel-plugin-syntax-class-constructor-call-6.3.13.tgz"
},
"babel-plugin-syntax-class-properties": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-class-properties@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.3.13.tgz"
},
"babel-plugin-syntax-decorators": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-decorators@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.3.13.tgz"
},
"babel-plugin-syntax-do-expressions": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-do-expressions@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-do-expressions/-/babel-plugin-syntax-do-expressions-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-do-expressions/-/babel-plugin-syntax-do-expressions-6.3.13.tgz"
},
"babel-plugin-syntax-exponentiation-operator": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-exponentiation-operator@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.3.13.tgz"
},
"babel-plugin-syntax-export-extensions": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-export-extensions@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-6.3.13.tgz"
},
"babel-plugin-syntax-flow": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-flow@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.3.13.tgz"
},
"babel-plugin-syntax-function-bind": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-function-bind@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-6.3.13.tgz"
},
"babel-plugin-syntax-jsx": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-jsx@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.3.13.tgz"
},
"babel-plugin-syntax-object-rest-spread": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-object-rest-spread@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.3.13.tgz"
},
"babel-plugin-syntax-trailing-function-commas": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-syntax-trailing-function-commas@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.3.13.tgz"
},
"babel-plugin-transform-async-to-generator": {
- "version": "6.5.0",
+ "version": "6.4.6",
"from": "babel-plugin-transform-async-to-generator@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.4.6.tgz"
},
"babel-plugin-transform-class-constructor-call": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-class-constructor-call@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-constructor-call/-/babel-plugin-transform-class-constructor-call-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-constructor-call/-/babel-plugin-transform-class-constructor-call-6.4.0.tgz"
},
"babel-plugin-transform-class-properties": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-class-properties@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.4.0.tgz"
},
"babel-plugin-transform-decorators": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-decorators@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.4.0.tgz"
},
"babel-plugin-transform-do-expressions": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-do-expressions@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-do-expressions/-/babel-plugin-transform-do-expressions-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-do-expressions/-/babel-plugin-transform-do-expressions-6.3.13.tgz"
},
"babel-plugin-transform-es2015-arrow-functions": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-es2015-arrow-functions@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.4.0.tgz"
},
"babel-plugin-transform-es2015-block-scoped-functions": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-es2015-block-scoped-functions@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.3.13.tgz"
},
"babel-plugin-transform-es2015-block-scoping": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-es2015-block-scoping@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.5.0.tgz",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.4.0.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -586,129 +593,129 @@
}
},
"babel-plugin-transform-es2015-classes": {
- "version": "6.5.0",
+ "version": "6.4.5",
"from": "babel-plugin-transform-es2015-classes@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.4.5.tgz"
},
"babel-plugin-transform-es2015-computed-properties": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-es2015-computed-properties@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.4.0.tgz"
},
"babel-plugin-transform-es2015-destructuring": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-es2015-destructuring@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.4.0.tgz"
},
"babel-plugin-transform-es2015-for-of": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-es2015-for-of@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.3.13.tgz"
},
"babel-plugin-transform-es2015-function-name": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-es2015-function-name@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.4.0.tgz"
},
"babel-plugin-transform-es2015-literals": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-es2015-literals@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.3.13.tgz"
},
"babel-plugin-transform-es2015-modules-commonjs": {
- "version": "6.5.0",
+ "version": "6.4.5",
"from": "babel-plugin-transform-es2015-modules-commonjs@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.4.5.tgz"
},
"babel-plugin-transform-es2015-object-super": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-es2015-object-super@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.4.0.tgz"
},
"babel-plugin-transform-es2015-parameters": {
- "version": "6.5.0",
+ "version": "6.4.5",
"from": "babel-plugin-transform-es2015-parameters@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.4.5.tgz"
},
"babel-plugin-transform-es2015-shorthand-properties": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-es2015-shorthand-properties@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.3.13.tgz"
},
"babel-plugin-transform-es2015-spread": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-es2015-spread@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.4.0.tgz"
},
"babel-plugin-transform-es2015-sticky-regex": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-es2015-sticky-regex@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.3.13.tgz"
},
"babel-plugin-transform-es2015-template-literals": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-es2015-template-literals@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.3.13.tgz"
},
"babel-plugin-transform-es2015-typeof-symbol": {
- "version": "6.5.0",
+ "version": "6.4.3",
"from": "babel-plugin-transform-es2015-typeof-symbol@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.4.3.tgz"
},
"babel-plugin-transform-es2015-unicode-regex": {
- "version": "6.5.0",
+ "version": "6.4.3",
"from": "babel-plugin-transform-es2015-unicode-regex@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.4.3.tgz"
},
"babel-plugin-transform-exponentiation-operator": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-exponentiation-operator@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.3.13.tgz"
},
"babel-plugin-transform-export-extensions": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-export-extensions@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-export-extensions/-/babel-plugin-transform-export-extensions-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-export-extensions/-/babel-plugin-transform-export-extensions-6.4.0.tgz"
},
"babel-plugin-transform-flow-strip-types": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-flow-strip-types@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.4.0.tgz"
},
"babel-plugin-transform-function-bind": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-function-bind@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-function-bind/-/babel-plugin-transform-function-bind-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-function-bind/-/babel-plugin-transform-function-bind-6.3.13.tgz"
},
"babel-plugin-transform-object-rest-spread": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-object-rest-spread@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.3.13.tgz"
},
"babel-plugin-transform-react-display-name": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-react-display-name@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-display-name/-/babel-plugin-transform-react-display-name-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-display-name/-/babel-plugin-transform-react-display-name-6.4.0.tgz"
},
"babel-plugin-transform-react-jsx": {
- "version": "6.5.0",
+ "version": "6.4.0",
"from": "babel-plugin-transform-react-jsx@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.4.0.tgz"
},
"babel-plugin-transform-react-jsx-source": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-react-jsx-source@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx-source/-/babel-plugin-transform-react-jsx-source-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx-source/-/babel-plugin-transform-react-jsx-source-6.3.13.tgz"
},
"babel-plugin-transform-regenerator": {
- "version": "6.5.0",
+ "version": "6.4.4",
"from": "babel-plugin-transform-regenerator@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.4.4.tgz"
},
"babel-plugin-transform-strict-mode": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-plugin-transform-strict-mode@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.3.13.tgz"
},
"babel-plugin-undeclared-variables-check": {
"version": "1.0.2",
@@ -721,49 +728,49 @@
"resolved": "https://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz"
},
"babel-polyfill": {
- "version": "6.5.0",
+ "version": "6.3.14",
"from": "babel-polyfill@>=6.3.14 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.3.14.tgz"
},
"babel-preset-es2015": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-preset-es2015@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.3.13.tgz"
},
"babel-preset-react": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-preset-react@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-preset-react/-/babel-preset-react-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-preset-react/-/babel-preset-react-6.3.13.tgz"
},
"babel-preset-stage-0": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-preset-stage-0@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-preset-stage-0/-/babel-preset-stage-0-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-preset-stage-0/-/babel-preset-stage-0-6.3.13.tgz"
},
"babel-preset-stage-1": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-preset-stage-1@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-preset-stage-1/-/babel-preset-stage-1-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-preset-stage-1/-/babel-preset-stage-1-6.3.13.tgz"
},
"babel-preset-stage-2": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-preset-stage-2@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-preset-stage-2/-/babel-preset-stage-2-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-preset-stage-2/-/babel-preset-stage-2-6.3.13.tgz"
},
"babel-preset-stage-3": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-preset-stage-3@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-preset-stage-3/-/babel-preset-stage-3-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-preset-stage-3/-/babel-preset-stage-3-6.3.13.tgz"
},
"babel-regenerator-runtime": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-regenerator-runtime@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-regenerator-runtime/-/babel-regenerator-runtime-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babel-regenerator-runtime/-/babel-regenerator-runtime-6.3.13.tgz"
},
"babel-register": {
- "version": "6.5.1",
- "from": "babel-register@>=6.5.1 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.5.1.tgz",
+ "version": "6.4.3",
+ "from": "babel-register@>=6.3.13 <7.0.0",
+ "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.4.3.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -778,9 +785,9 @@
"resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-5.8.35.tgz"
},
"babel-template": {
- "version": "6.5.0",
+ "version": "6.3.13",
"from": "babel-template@>=6.3.13 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.5.0.tgz",
+ "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.3.13.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -790,9 +797,9 @@
}
},
"babel-traverse": {
- "version": "6.5.0",
+ "version": "6.4.5",
"from": "babel-traverse@>=6.4.5 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.5.0.tgz",
+ "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.4.5.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -802,9 +809,9 @@
}
},
"babel-types": {
- "version": "6.5.1",
- "from": "babel-types@>=6.5.1 <7.0.0",
- "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.5.1.tgz",
+ "version": "6.4.5",
+ "from": "babel-types@>=6.4.5 <7.0.0",
+ "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.4.5.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -814,9 +821,9 @@
}
},
"babylon": {
- "version": "6.5.0",
+ "version": "6.4.5",
"from": "babylon@>=6.4.5 <7.0.0",
- "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.5.0.tgz"
+ "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.4.5.tgz"
},
"balanced-match": {
"version": "0.3.0",
@@ -864,9 +871,9 @@
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.4.0.tgz"
},
"bl": {
- "version": "1.0.2",
+ "version": "1.0.1",
"from": "bl@>=1.0.0 <1.1.0",
- "resolved": "https://registry.npmjs.org/bl/-/bl-1.0.2.tgz"
+ "resolved": "https://registry.npmjs.org/bl/-/bl-1.0.1.tgz"
},
"block-stream": {
"version": "0.0.8",
@@ -884,9 +891,9 @@
"resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz"
},
"bootstrap-loader": {
- "version": "1.0.8",
+ "version": "1.0.7",
"from": "bootstrap-loader@>=1.0.7 <2.0.0",
- "resolved": "https://registry.npmjs.org/bootstrap-loader/-/bootstrap-loader-1.0.8.tgz",
+ "resolved": "https://registry.npmjs.org/bootstrap-loader/-/bootstrap-loader-1.0.7.tgz",
"dependencies": {
"semver": {
"version": "5.1.0",
@@ -921,9 +928,9 @@
"resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz"
},
"browserslist": {
- "version": "1.1.2",
+ "version": "1.1.1",
"from": "browserslist@>=1.1.1 <1.2.0",
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.1.2.tgz"
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.1.1.tgz"
},
"buffer": {
"version": "3.6.0",
@@ -958,9 +965,9 @@
"resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.0.0.tgz"
},
"caniuse-db": {
- "version": "1.0.30000409",
+ "version": "1.0.30000402",
"from": "caniuse-db@>=1.0.30000387 <2.0.0",
- "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000409.tgz"
+ "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000402.tgz"
},
"caseless": {
"version": "0.11.0",
@@ -968,9 +975,9 @@
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz"
},
"center-align": {
- "version": "0.1.3",
+ "version": "0.1.2",
"from": "center-align@>=0.1.1 <0.2.0",
- "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz"
+ "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.2.tgz"
},
"chalk": {
"version": "1.1.1",
@@ -1295,9 +1302,9 @@
"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.1.tgz"
},
"cssstyle": {
- "version": "0.2.34",
+ "version": "0.2.31",
"from": "cssstyle@>=0.2.29 <0.3.0",
- "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.34.tgz"
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.31.tgz"
},
"cycle": {
"version": "1.0.3",
@@ -1553,7 +1560,7 @@
},
"es6-map": {
"version": "0.1.3",
- "from": "es6-map@>=0.1.3 <0.2.0",
+ "from": "es6-map@>=0.1.2 <0.2.0",
"resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.3.tgz"
},
"es6-set": {
@@ -1624,14 +1631,14 @@
}
},
"escope": {
- "version": "3.4.0",
+ "version": "3.3.0",
"from": "escope@>=3.3.0 <4.0.0",
- "resolved": "https://registry.npmjs.org/escope/-/escope-3.4.0.tgz"
+ "resolved": "https://registry.npmjs.org/escope/-/escope-3.3.0.tgz"
},
"esprima": {
- "version": "2.7.2",
+ "version": "2.7.1",
"from": "esprima@>=2.6.0 <3.0.0",
- "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz"
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz"
},
"esrecurse": {
"version": "3.1.1",
@@ -1870,9 +1877,9 @@
"resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz"
},
"fsevents": {
- "version": "1.0.7",
+ "version": "1.0.6",
"from": "fsevents@>=1.0.0 <2.0.0",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.0.7.tgz",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.0.6.tgz",
"dependencies": {
"ansi": {
"version": "0.3.0",
@@ -1890,9 +1897,9 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz"
},
"are-we-there-yet": {
- "version": "1.0.5",
+ "version": "1.0.4",
"from": "are-we-there-yet@~1.0.0",
- "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.5.tgz"
+ "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.4.tgz"
},
"asn1": {
"version": "0.2.3",
@@ -1905,9 +1912,9 @@
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz"
},
"async": {
- "version": "1.5.1",
+ "version": "1.5.0",
"from": "async@^1.4.0",
- "resolved": "https://registry.npmjs.org/async/-/async-1.5.1.tgz"
+ "resolved": "https://registry.npmjs.org/async/-/async-1.5.0.tgz"
},
"aws-sign2": {
"version": "0.6.0",
@@ -1917,7 +1924,46 @@
"bl": {
"version": "1.0.0",
"from": "bl@~1.0.0",
- "resolved": "https://registry.npmjs.org/bl/-/bl-1.0.0.tgz"
+ "resolved": "https://registry.npmjs.org/bl/-/bl-1.0.0.tgz",
+ "dependencies": {
+ "readable-stream": {
+ "version": "2.0.4",
+ "from": "readable-stream@~2.0.0",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.4.tgz",
+ "dependencies": {
+ "core-util-is": {
+ "version": "1.0.2",
+ "from": "core-util-is@~1.0.0",
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
+ },
+ "inherits": {
+ "version": "2.0.1",
+ "from": "inherits@~2.0.1",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
+ },
+ "isarray": {
+ "version": "0.0.1",
+ "from": "isarray@0.0.1",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
+ },
+ "process-nextick-args": {
+ "version": "1.0.3",
+ "from": "process-nextick-args@~1.0.0",
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.3.tgz"
+ },
+ "string_decoder": {
+ "version": "0.10.31",
+ "from": "string_decoder@~0.10.x",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
+ },
+ "util-deprecate": {
+ "version": "1.0.2",
+ "from": "util-deprecate@~1.0.1",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
+ }
+ }
+ }
+ }
},
"block-stream": {
"version": "0.0.8",
@@ -1960,9 +2006,9 @@
"resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz"
},
"dashdash": {
- "version": "1.11.0",
+ "version": "1.10.1",
"from": "dashdash@>=1.10.1 <2.0.0",
- "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.11.0.tgz"
+ "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.10.1.tgz"
},
"debug": {
"version": "0.7.4",
@@ -1990,9 +2036,9 @@
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz"
},
"escape-string-regexp": {
- "version": "1.0.4",
+ "version": "1.0.3",
"from": "escape-string-regexp@^1.0.2",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz"
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz"
},
"extend": {
"version": "3.0.0",
@@ -2030,14 +2076,14 @@
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz",
"dependencies": {
"brace-expansion": {
- "version": "1.1.2",
+ "version": "1.1.1",
"from": "brace-expansion@^1.0.0",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1.tgz",
"dependencies": {
"balanced-match": {
- "version": "0.3.0",
- "from": "balanced-match@^0.3.0",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz"
+ "version": "0.2.1",
+ "from": "balanced-match@^0.2.0",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.1.tgz"
},
"concat-map": {
"version": "0.0.1",
@@ -2067,7 +2113,7 @@
},
"graceful-fs": {
"version": "4.1.2",
- "from": "graceful-fs@^4.1.2",
+ "from": "graceful-fs@4.1",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz"
},
"graceful-readlink": {
@@ -2201,14 +2247,14 @@
"resolved": "https://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz"
},
"mime-db": {
- "version": "1.21.0",
- "from": "mime-db@~1.21.0",
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.21.0.tgz"
+ "version": "1.19.0",
+ "from": "mime-db@~1.19.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.19.0.tgz"
},
"mime-types": {
- "version": "2.1.9",
+ "version": "2.1.7",
"from": "mime-types@~2.1.7",
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.9.tgz"
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.7.tgz"
},
"minimist": {
"version": "0.0.8",
@@ -2221,9 +2267,9 @@
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz"
},
"node-pre-gyp": {
- "version": "0.6.19",
+ "version": "0.6.17",
"from": "node-pre-gyp@>=0.6.17 <0.7.0",
- "resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.19.tgz",
+ "resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.17.tgz",
"dependencies": {
"nopt": {
"version": "3.0.6",
@@ -2269,20 +2315,15 @@
"from": "pinkie-promise@^2.0.0",
"resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.0.tgz"
},
- "process-nextick-args": {
- "version": "1.0.6",
- "from": "process-nextick-args@~1.0.6",
- "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz"
- },
"qs": {
"version": "5.2.0",
"from": "qs@~5.2.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz"
},
"rc": {
- "version": "1.1.6",
+ "version": "1.1.5",
"from": "rc@~1.1.0",
- "resolved": "https://registry.npmjs.org/rc/-/rc-1.1.6.tgz",
+ "resolved": "https://registry.npmjs.org/rc/-/rc-1.1.5.tgz",
"dependencies": {
"minimist": {
"version": "1.2.0",
@@ -2292,9 +2333,9 @@
}
},
"readable-stream": {
- "version": "2.0.5",
- "from": "readable-stream@^2.0.0 || ^1.1.13",
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz"
+ "version": "1.1.13",
+ "from": "readable-stream@^1.1.13",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.13.tgz"
},
"request": {
"version": "2.67.0",
@@ -2302,14 +2343,14 @@
"resolved": "https://registry.npmjs.org/request/-/request-2.67.0.tgz"
},
"rimraf": {
- "version": "2.5.0",
- "from": "rimraf@~2.5.0",
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz",
+ "version": "2.4.4",
+ "from": "rimraf@~2.4.0",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.4.tgz",
"dependencies": {
"glob": {
- "version": "6.0.3",
- "from": "glob@^6.0.1",
- "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.3.tgz",
+ "version": "5.0.15",
+ "from": "glob@^5.0.14",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
"dependencies": {
"inflight": {
"version": "1.0.4",
@@ -2325,7 +2366,7 @@
},
"inherits": {
"version": "2.0.1",
- "from": "inherits@~2.0.0",
+ "from": "inherits@2",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"minimatch": {
@@ -2334,14 +2375,14 @@
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz",
"dependencies": {
"brace-expansion": {
- "version": "1.1.2",
+ "version": "1.1.1",
"from": "brace-expansion@^1.0.0",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1.tgz",
"dependencies": {
"balanced-match": {
- "version": "0.3.0",
- "from": "balanced-match@^0.3.0",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz"
+ "version": "0.2.1",
+ "from": "balanced-match@^0.2.0",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.1.tgz"
},
"concat-map": {
"version": "0.0.1",
@@ -2384,9 +2425,9 @@
"resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz"
},
"sshpk": {
- "version": "1.7.2",
+ "version": "1.7.0",
"from": "sshpk@^1.7.0",
- "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.7.2.tgz",
+ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.7.0.tgz",
"dependencies": {
"assert-plus": {
"version": "0.2.0",
@@ -2426,81 +2467,41 @@
"resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz"
},
"tar-pack": {
- "version": "3.1.2",
+ "version": "3.1.0",
"from": "tar-pack@~3.1.0",
- "resolved": "https://registry.npmjs.org/tar-pack/-/tar-pack-3.1.2.tgz",
+ "resolved": "https://registry.npmjs.org/tar-pack/-/tar-pack-3.1.0.tgz",
"dependencies": {
- "rimraf": {
- "version": "2.4.5",
- "from": "rimraf@~2.4.4",
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz",
+ "readable-stream": {
+ "version": "1.0.33",
+ "from": "readable-stream@~1.0.2",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz",
"dependencies": {
- "glob": {
- "version": "6.0.3",
- "from": "glob@^6.0.1",
- "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.3.tgz",
- "dependencies": {
- "inflight": {
- "version": "1.0.4",
- "from": "inflight@^1.0.4",
- "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
- "dependencies": {
- "wrappy": {
- "version": "1.0.1",
- "from": "wrappy@1",
- "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
- }
- }
- },
- "inherits": {
- "version": "2.0.1",
- "from": "inherits@2",
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
- },
- "minimatch": {
- "version": "3.0.0",
- "from": "minimatch@2 || 3",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz",
- "dependencies": {
- "brace-expansion": {
- "version": "1.1.2",
- "from": "brace-expansion@^1.0.0",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz",
- "dependencies": {
- "balanced-match": {
- "version": "0.3.0",
- "from": "balanced-match@^0.3.0",
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz"
- },
- "concat-map": {
- "version": "0.0.1",
- "from": "concat-map@0.0.1",
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
- }
- }
- }
- }
- },
- "once": {
- "version": "1.3.3",
- "from": "once@^1.3.0",
- "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
- "dependencies": {
- "wrappy": {
- "version": "1.0.1",
- "from": "wrappy@1",
- "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
- }
- }
- },
- "path-is-absolute": {
- "version": "1.0.0",
- "from": "path-is-absolute@^1.0.0",
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz"
- }
- }
+ "core-util-is": {
+ "version": "1.0.2",
+ "from": "core-util-is@~1.0.0",
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
+ },
+ "inherits": {
+ "version": "2.0.1",
+ "from": "inherits@~2.0.0",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
+ },
+ "isarray": {
+ "version": "0.0.1",
+ "from": "isarray@0.0.1",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
+ },
+ "string_decoder": {
+ "version": "0.10.31",
+ "from": "string_decoder@~0.10.x",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
}
}
+ },
+ "rimraf": {
+ "version": "2.2.8",
+ "from": "rimraf@~2.2.0",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
}
}
},
@@ -2510,9 +2511,9 @@
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz"
},
"tunnel-agent": {
- "version": "0.4.2",
+ "version": "0.4.1",
"from": "tunnel-agent@~0.4.1",
- "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz"
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz"
},
"tweetnacl": {
"version": "0.13.2",
@@ -2524,11 +2525,6 @@
"from": "uid-number@0.0.3",
"resolved": "https://registry.npmjs.org/uid-number/-/uid-number-0.0.3.tgz"
},
- "util-deprecate": {
- "version": "1.0.2",
- "from": "util-deprecate@~1.0.1",
- "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
- },
"verror": {
"version": "1.3.6",
"from": "verror@1.3.6",
@@ -2648,9 +2644,9 @@
}
},
"graceful-fs": {
- "version": "4.1.3",
+ "version": "4.1.2",
"from": "graceful-fs@>=4.1.2 <5.0.0",
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.3.tgz"
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz"
},
"graceful-readlink": {
"version": "1.0.1",
@@ -2710,9 +2706,9 @@
"resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz"
},
"history": {
- "version": "2.0.0",
+ "version": "2.0.0-rc2",
"from": "history@>=2.0.0-rc2 <3.0.0",
- "resolved": "https://registry.npmjs.org/history/-/history-2.0.0.tgz"
+ "resolved": "https://registry.npmjs.org/history/-/history-2.0.0-rc2.tgz"
},
"hoek": {
"version": "2.16.3",
@@ -2720,9 +2716,9 @@
"resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz"
},
"hoist-non-react-statics": {
- "version": "1.0.5",
+ "version": "1.0.3",
"from": "hoist-non-react-statics@>=1.0.3 <2.0.0",
- "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-1.0.5.tgz"
+ "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-1.0.3.tgz"
},
"home-or-tmp": {
"version": "1.0.0",
@@ -2757,9 +2753,9 @@
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz"
},
"http-proxy": {
- "version": "1.13.1",
+ "version": "1.13.0",
"from": "http-proxy@>=1.11.2 <2.0.0",
- "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.13.1.tgz"
+ "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.13.0.tgz"
},
"http-signature": {
"version": "1.1.1",
@@ -3028,9 +3024,9 @@
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
},
"isexe": {
- "version": "1.1.2",
+ "version": "1.1.1",
"from": "isexe@>=1.1.1 <2.0.0",
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz"
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.1.tgz"
},
"isobject": {
"version": "2.0.0",
@@ -3110,9 +3106,9 @@
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz"
},
"json-stable-stringify": {
- "version": "1.0.1",
+ "version": "1.0.0",
"from": "json-stable-stringify@>=1.0.0 <2.0.0",
- "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz"
+ "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.0.tgz"
},
"json-stringify-safe": {
"version": "5.0.1",
@@ -3199,9 +3195,9 @@
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz"
},
"lazy-cache": {
- "version": "1.0.3",
- "from": "lazy-cache@>=1.0.3 <2.0.0",
- "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.3.tgz"
+ "version": "0.2.7",
+ "from": "lazy-cache@>=0.2.4 <0.3.0",
+ "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz"
},
"lcid": {
"version": "1.0.0",
@@ -3239,20 +3235,15 @@
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.12.tgz"
},
"lodash": {
- "version": "4.3.0",
+ "version": "4.1.0",
"from": "lodash@>=4.1.0 <5.0.0",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz"
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.1.0.tgz"
},
"lodash-compat": {
"version": "3.10.2",
"from": "lodash-compat@>=3.10.1 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash-compat/-/lodash-compat-3.10.2.tgz"
},
- "lodash-es": {
- "version": "4.3.0",
- "from": "lodash-es@>=4.2.1 <5.0.0",
- "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.3.0.tgz"
- },
"lodash._arraycopy": {
"version": "3.0.0",
"from": "lodash._arraycopy@>=3.0.0 <4.0.0",
@@ -3358,11 +3349,6 @@
"from": "lodash._pickbycallback@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash._pickbycallback/-/lodash._pickbycallback-3.0.0.tgz"
},
- "lodash._root": {
- "version": "3.0.0",
- "from": "lodash._root@>=3.0.0 <4.0.0",
- "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.0.tgz"
- },
"lodash.assign": {
"version": "3.2.0",
"from": "lodash.assign@>=3.0.0 <4.0.0",
@@ -3379,9 +3365,9 @@
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-3.0.2.tgz"
},
"lodash.deburr": {
- "version": "3.2.0",
+ "version": "3.1.1",
"from": "lodash.deburr@>=3.0.0 <4.0.0",
- "resolved": "https://registry.npmjs.org/lodash.deburr/-/lodash.deburr-3.2.0.tgz"
+ "resolved": "https://registry.npmjs.org/lodash.deburr/-/lodash.deburr-3.1.1.tgz"
},
"lodash.defaults": {
"version": "3.1.2",
@@ -3389,9 +3375,9 @@
"resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-3.1.2.tgz"
},
"lodash.isarguments": {
- "version": "3.0.6",
+ "version": "3.0.5",
"from": "lodash.isarguments@>=3.0.0 <4.0.0",
- "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.6.tgz"
+ "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.5.tgz"
},
"lodash.isarray": {
"version": "3.0.4",
@@ -3404,9 +3390,9 @@
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz"
},
"lodash.istypedarray": {
- "version": "3.0.4",
+ "version": "3.0.3",
"from": "lodash.istypedarray@>=3.0.0 <4.0.0",
- "resolved": "https://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.4.tgz"
+ "resolved": "https://registry.npmjs.org/lodash.istypedarray/-/lodash.istypedarray-3.0.3.tgz"
},
"lodash.keys": {
"version": "3.1.2",
@@ -3429,9 +3415,9 @@
"resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-3.1.0.tgz"
},
"lodash.pad": {
- "version": "3.3.0",
+ "version": "3.2.1",
"from": "lodash.pad@>=3.0.0 <4.0.0",
- "resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-3.3.0.tgz"
+ "resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-3.2.1.tgz"
},
"lodash.padleft": {
"version": "3.1.1",
@@ -3449,9 +3435,9 @@
"resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-3.1.0.tgz"
},
"lodash.repeat": {
- "version": "3.2.0",
+ "version": "3.1.1",
"from": "lodash.repeat@>=3.0.0 <4.0.0",
- "resolved": "https://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.2.0.tgz"
+ "resolved": "https://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.1.1.tgz"
},
"lodash.restparam": {
"version": "3.6.1",
@@ -3464,9 +3450,9 @@
"resolved": "https://registry.npmjs.org/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz"
},
"lodash.words": {
- "version": "3.2.0",
+ "version": "3.1.1",
"from": "lodash.words@>=3.0.0 <4.0.0",
- "resolved": "https://registry.npmjs.org/lodash.words/-/lodash.words-3.2.0.tgz"
+ "resolved": "https://registry.npmjs.org/lodash.words/-/lodash.words-3.1.1.tgz"
},
"log-symbols": {
"version": "1.0.2",
@@ -3890,9 +3876,9 @@
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
},
"pinkie": {
- "version": "2.0.4",
+ "version": "2.0.2",
"from": "pinkie@>=2.0.0 <3.0.0",
- "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz"
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.2.tgz"
},
"pinkie-promise": {
"version": "2.0.0",
@@ -3930,14 +3916,14 @@
"resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.3.tgz"
},
"postcss-discard-duplicates": {
- "version": "2.0.1",
+ "version": "2.0.0",
"from": "postcss-discard-duplicates@>=2.0.0 <3.0.0",
- "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.0.1.tgz"
+ "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.0.0.tgz"
},
"postcss-discard-empty": {
- "version": "2.0.1",
+ "version": "2.0.0",
"from": "postcss-discard-empty@>=2.0.0 <3.0.0",
- "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.0.1.tgz"
+ "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.0.0.tgz"
},
"postcss-discard-unused": {
"version": "2.2.0",
@@ -3955,9 +3941,9 @@
"resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-0.8.0.tgz"
},
"postcss-merge-idents": {
- "version": "2.1.5",
+ "version": "2.1.4",
"from": "postcss-merge-idents@>=2.1.3 <3.0.0",
- "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.5.tgz"
+ "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.4.tgz"
},
"postcss-merge-longhand": {
"version": "2.0.1",
@@ -4030,9 +4016,9 @@
"resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-2.0.2.tgz"
},
"postcss-reduce-idents": {
- "version": "2.2.2",
+ "version": "2.2.1",
"from": "postcss-reduce-idents@>=2.2.1 <3.0.0",
- "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.2.2.tgz"
+ "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.2.1.tgz"
},
"postcss-reduce-transforms": {
"version": "1.0.3",
@@ -4040,9 +4026,16 @@
"resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.3.tgz"
},
"postcss-selector-parser": {
- "version": "1.3.1",
+ "version": "1.3.0",
"from": "postcss-selector-parser@>=1.3.0 <2.0.0",
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.1.tgz"
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-1.3.0.tgz",
+ "dependencies": {
+ "flatten": {
+ "version": "0.0.1",
+ "from": "flatten@0.0.1",
+ "resolved": "https://registry.npmjs.org/flatten/-/flatten-0.0.1.tgz"
+ }
+ }
},
"postcss-svgo": {
"version": "2.1.1",
@@ -4050,9 +4043,9 @@
"resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.1.tgz"
},
"postcss-unique-selectors": {
- "version": "2.0.2",
+ "version": "2.0.1",
"from": "postcss-unique-selectors@>=2.0.1 <3.0.0",
- "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz"
+ "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.1.tgz"
},
"postcss-value-parser": {
"version": "3.2.3",
@@ -4200,9 +4193,8 @@
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-0.14.7.tgz"
},
"react-on-rails": {
- "version": "3.0.0-beta.1",
- "from": "react-on-rails@3.0.0-beta.1",
- "resolved": "https://registry.npmjs.org/react-on-rails/-/react-on-rails-3.0.0-beta.1.tgz"
+ "version": "2.3.0",
+ "from": "react-on-rails@>=2.3.0 <3.0.0"
},
"react-overlays": {
"version": "0.5.4",
@@ -4234,14 +4226,14 @@
}
},
"react-redux": {
- "version": "4.4.0",
+ "version": "4.1.2",
"from": "react-redux@>=4.1.2 <5.0.0",
- "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-4.4.0.tgz"
+ "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-4.1.2.tgz"
},
"react-router": {
- "version": "2.0.0-rc6",
+ "version": "2.0.0-rc5",
"from": "react-router@>=2.0.0-rc5 <3.0.0",
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-2.0.0-rc6.tgz"
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-2.0.0-rc5.tgz"
},
"read": {
"version": "1.0.7",
@@ -4320,9 +4312,9 @@
}
},
"redux": {
- "version": "3.3.1",
+ "version": "3.1.7",
"from": "redux@>=3.1.7 <4.0.0",
- "resolved": "https://registry.npmjs.org/redux/-/redux-3.3.1.tgz"
+ "resolved": "https://registry.npmjs.org/redux/-/redux-3.1.7.tgz"
},
"redux-promise": {
"version": "0.5.1",
@@ -4493,9 +4485,9 @@
"resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz"
},
"sass-graph": {
- "version": "2.1.1",
+ "version": "2.1.0",
"from": "sass-graph@>=2.0.1 <3.0.0",
- "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.1.tgz",
+ "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.0.tgz",
"dependencies": {
"glob": {
"version": "6.0.4",
@@ -5174,9 +5166,9 @@
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
},
"webpack": {
- "version": "1.12.13",
+ "version": "1.12.12",
"from": "webpack@>=1.12.11 <2.0.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-1.12.13.tgz"
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-1.12.12.tgz"
},
"webpack-core": {
"version": "0.6.8",
diff --git a/client/package.json b/client/package.json
index d94395ea..149ff18e 100644
--- a/client/package.json
+++ b/client/package.json
@@ -71,7 +71,7 @@
"react-addons-pure-render-mixin": "^0.14.7",
"react-bootstrap": "^0.28.2",
"react-dom": "^0.14.7",
- "react-on-rails": "3.0.0-beta.1",
+ "react-on-rails": "^2.3.0",
"react-redux": "^4.1.2",
"react-router": "^2.0.0-rc5",
"redux": "^3.1.7",
diff --git a/docs/jbuilder.md b/docs/jbuilder.md
index cb6fe18a..e1352884 100644
--- a/docs/jbuilder.md
+++ b/docs/jbuilder.md
@@ -2,7 +2,7 @@
There's a bunch of gotchas with using [Jbuilder](https://github.com/rails/jbuilder) to create the string version of the props to be sent to the react_on_rails_gem. The main thing is that if you follow the example and call Jbuilder like this, you don't run into a number of issues.
```erb
-<%= react_component('App', props: render(template: "/comments/index.json.jbuilder"),
+<%= react_component('App', render(template: "/comments/index.json.jbuilder"),
prerender: true) %>
```
diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb
index d42b1700..12f67d50 100644
--- a/spec/rails_helper.rb
+++ b/spec/rails_helper.rb
@@ -40,7 +40,7 @@
RSpec.configure do |config|
# Next line will ensure that assets are built if webpack -w is not running
- ReactOnRails::TestHelper.configure_rspec_to_compile_assets(config)
+ ReactOnRails.configure_rspec_to_compile_assets(config)
# config taken directly from RSpec example in the DatabaseCleaner README
config.before(:suite) do