gatsby-source-s3-image
Advanced tools
Comparing version
{ | ||
"name": "gatsby-source-s3-image", | ||
"description": "GatsbyJS plugin to source images from S3-compliant APIs, with EXIF-extracting superpowers.", | ||
"version": "0.2.68", | ||
"version": "0.2.69", | ||
"author": "Jesse Stuart <hi@jessestuart.com>", | ||
@@ -12,3 +12,3 @@ "homepage": "https://github.com/jessestuart/gatsby-source-s3-image#readme", | ||
"dependencies": { | ||
"aws-sdk": "2.380.0", | ||
"aws-sdk": "2.381.0", | ||
"bluebird": "3.5.3", | ||
@@ -19,10 +19,10 @@ "lodash": "4.17.11", | ||
"devDependencies": { | ||
"@babel/cli": "7.2.0", | ||
"@babel/cli": "7.2.3", | ||
"@babel/core": "7.2.2", | ||
"@babel/plugin-proposal-object-rest-spread": "7.2.0", | ||
"@babel/plugin-transform-async-to-generator": "7.2.0", | ||
"@babel/plugin-transform-flow-strip-types": "7.2.0", | ||
"@babel/plugin-transform-flow-strip-types": "7.2.3", | ||
"@babel/plugin-transform-runtime": "7.2.0", | ||
"@babel/polyfill": "7.0.0", | ||
"@babel/preset-env": "7.2.0", | ||
"@babel/polyfill": "7.2.3", | ||
"@babel/preset-env": "7.2.3", | ||
"@babel/preset-flow": "7.0.0", | ||
@@ -29,0 +29,0 @@ "@babel/preset-react": "7.0.0", |
+ Added
- Removed
Updated