Upgrade deps

pull/1048/head
Rick Carlino 2018-11-13 13:00:59 -06:00
parent c82929c902
commit e0fa3c5182
2 changed files with 20 additions and 20 deletions

View File

@ -63,7 +63,7 @@ GEM
builder (3.2.3)
bunny (2.12.0)
amq-protocol (~> 2.3, >= 2.3.0)
capybara (3.10.0)
capybara (3.10.1)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
@ -82,7 +82,7 @@ GEM
simplecov
url
coderay (1.1.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.3)
crass (1.0.4)
daemons (1.2.6)
database_cleaner (1.7.0)
@ -152,10 +152,10 @@ GEM
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.9)
googleauth (0.6.6)
googleauth (0.6.7)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.12)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.7)
@ -183,7 +183,7 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
memoist (0.16.0)
method_source (0.9.0)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
@ -206,16 +206,16 @@ GEM
mime-types
mimemagic (~> 0.3.0)
terrapin (~> 0.6.0)
passenger (5.3.5)
passenger (5.3.7)
rack
rake (>= 0.8.1)
pg (1.1.3)
polymorphic_constraints (1.0.0)
rails
pry (0.11.3)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-rails (0.3.6)
pry-rails (0.3.7)
pry (>= 0.10.4)
public_suffix (3.0.3)
rabbitmq_http_api_client (1.9.1)
@ -224,7 +224,7 @@ GEM
faraday_middleware (~> 0.12.0)
hashie (~> 3.5)
multi_json (~> 1.12)
rack (2.0.5)
rack (2.0.6)
rack-attack (5.4.2)
rack (>= 1.0, < 3)
rack-cors (1.0.2)
@ -300,7 +300,7 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby-graphviz (1.2.3)
ruby-graphviz (1.2.4)
rubyzip (1.2.2)
scenic (1.4.1)
activerecord (>= 4.0.0)

View File

@ -32,15 +32,15 @@
"@blueprintjs/core": "^3.8.0",
"@blueprintjs/datetime": "^3.3.1",
"@blueprintjs/select": "^3.2.1",
"@types/enzyme": "3.1.14",
"@types/enzyme": "^3.1.15",
"@types/fastclick": "^1.0.28",
"@types/i18next": "^11.9.3",
"@types/jest": "^23.3.9",
"@types/lodash": "^4.14.117",
"@types/lodash": "^4.14.118",
"@types/markdown-it": "0.0.7",
"@types/moxios": "^0.4.5",
"@types/node": "^10.12.2",
"@types/react": "^16.4.18",
"@types/node": "^10.12.6",
"@types/react": "^16.7.4",
"@types/react-color": "2.13.6",
"@types/react-dom": "^16.0.9",
"@types/react-joyride": "^2.0.1",
@ -51,7 +51,7 @@
"coveralls": "3.0.2",
"css-loader": "^1.0.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"enzyme-adapter-react-16": "^1.7.0",
"farmbot": "^6.5.10",
"farmbot-toastr": "^1.0.3",
"fastclick": "^1.0.6",
@ -69,13 +69,13 @@
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"raf": "^3.4.1",
"react": "^16.6.0",
"react": "^16.6.3",
"react-addons-test-utils": "^15.6.2",
"react-color": "2.14.1",
"react-dom": "^16.6.0",
"react-dom": "^16.6.3",
"react-joyride": "^2.0.0-15",
"react-redux": "^5.1.0",
"react-test-renderer": "^16.6.0",
"react-redux": "^5.1.1",
"react-test-renderer": "^16.6.3",
"react-transition-group": "2.5.0",
"redux": "^4.0.1",
"redux-immutable-state-invariant": "^2.1.0",
@ -92,7 +92,7 @@
"tslint": "5.11.0",
"typescript": "^3.1.6",
"url-loader": "^1.1.2",
"webpack": "^4.25.0",
"webpack": "^4.25.1",
"webpack-uglify-js-plugin": "1.1.9",
"which": "1.3.1"
},