Skip to content

Commit

Permalink
chore(dependencies): upgrades & fixes; small readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
toastercup committed Aug 5, 2018
1 parent f2dec15 commit 38a3ec6
Show file tree
Hide file tree
Showing 11 changed files with 1,753 additions and 1,032 deletions.
28 changes: 10 additions & 18 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
{
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": "> 1%",
"uglify": true
},
"useBuiltIns": true
}
],
"react"
["env", {
"modules": false,
"targets": {
"browsers": "> 1%",
"uglify": true
},
"useBuiltIns": true
}]
],

"plugins": [
"syntax-dynamic-import",
"transform-object-rest-spread",
[
"transform-class-properties",
{
"spec": true
}
]
["transform-class-properties", { "spec": true }]
]
}
2 changes: 1 addition & 1 deletion .postcssrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins:
postcss-smart-import: {}
postcss-import: {}
postcss-cssnext: {}
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ group :development, :test do

# Pipeline
gem 'sprockets-rails', '3.2.1', require: 'sprockets/railtie'
gem 'sprockets', '3.7.1'
gem 'sprockets', '3.7.2'
gem 'uglifier', '~> 3.2.0'

# View
Expand All @@ -56,16 +56,16 @@ group :development, :test do
gem 'cortex-plugins-core', '~> 3.0'

# Jobs
gem 'sidekiq', '~> 5.0.5'
gem 'sidekiq', '~> 5.1.3'
gem 'sidekiq-failures', '~> 1.0.0'
gem 'sinatra', '~> 2.0.0'
gem 'sinatra', '~> 2.0.3'

# Data
gem 'pg', '~> 0.21.0'
gem 'pg', '>= 0.18', '< 2.0'
gem 'redis-rails', '~> 5.0'

# API
gem 'apollo-tracing', '~> 1.3.0'
gem 'apollo-tracing', '~> 1.6.0'

# JavaScript
gem 'react_on_rails', '9.0.3'
Expand Down Expand Up @@ -97,5 +97,5 @@ group :test do
gem 'jasmine-core', '~> 2.8'

# Data
gem 'elasticsearch-extensions', '~> 0.0.26'
gem 'elasticsearch-extensions', '~> 0.0.29'
end
Loading

0 comments on commit 38a3ec6

Please sign in to comment.