Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jessestuart committed Apr 17, 2019
1 parent 432f728 commit ad30223
Show file tree
Hide file tree
Showing 3 changed files with 8,845 additions and 31 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
/types/
report*
tags*
yarn.lock
70 changes: 40 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,56 +3,55 @@
"description": "GatsbyJS plugin to source images from S3-compliant APIs, with EXIF-extracting superpowers.",
"version": "0.2.132",
"author": "Jesse Stuart <hi@jessestuart.com>",
"homepage": "https://github.com/jessestuart/gatsby-source-s3-image#readme",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jessestuart/gatsby-source-s3-image"
},
"peerDependencies": {
"gatsby": "^2.0.0",
"gatsby-image": "^2.0.0",
"gatsby-source-filesystem": "^2.0.0",
"react": "^16"
},
"dependencies": {
"@babel/runtime": "7.3.4",
"aws-sdk": "2.411.0",
"@babel/runtime": "7.4.3",
"aws-sdk": "2.437.0",
"axios": "0.18.0",
"bluebird": "3.5.3",
"bluebird": "3.5.4",
"exif-parser": "0.1.12",
"lodash": "4.17.11",
"luxon": "1.11.3",
"luxon": "1.12.1",
"mime-types": "2.1.22"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.3.4",
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/preset-typescript": "7.3.3",
"@semantic-release/git": "7.0.8",
"@types/bluebird": "3.5.26",
"@types/jest": "24.0.11",
"@types/lodash": "4.14.121",
"@types/node": "11.9.5",
"@typescript-eslint/eslint-plugin": "1.4.2",
"@typescript-eslint/parser": "1.4.2",
"babel-jest": "24.1.0",
"@types/lodash": "4.14.123",
"@types/node": "11.13.4",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.6.0",
"babel-jest": "24.7.1",
"babel-plugin-add-module-exports": "1.0.0",
"babel-plugin-lodash": "3.3.4",
"babel-preset-gatsby-package": "0.1.3",
"babel-preset-gatsby-package": "0.1.4",
"codecov": "3.3.0",
"eslint": "5.14.1",
"eslint": "5.16.0",
"eslint-config-prettier": "4.1.0",
"eslint-config-standard": "12.0.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "2.1.2",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-standard": "4.0.0",
"gatsby-source-filesystem": "2.0.27",
"jest": "24.5.0",
"jest": "24.7.1",
"jest-junit": "6.3.0",
"json-stringify-pretty-compact": "2.0.0",
"nodemon": "1.18.10",
"prettier": "1.16.4",
"nodemon": "1.18.11",
"prettier": "1.17.0",
"prettier-eslint": "8.8.2",
"semantic-release": "15.13.3",
"ts-jest": "24.0.0",
"typescript": "3.3.3333"
"ts-jest": "24.0.2",
"typescript": "3.4.3"
},
"homepage": "https://github.com/jessestuart/gatsby-source-s3-image#readme",
"keywords": [
"exif",
"gatsby",
Expand All @@ -62,6 +61,17 @@
"s3"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^2.3.22",
"gatsby-image": "^2.0.38",
"gatsby-source-filesystem": "^2.0.29",
"react": "^16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jessestuart/gatsby-source-s3-image"
},
"scripts": {
"build": "tsc",
"lint": "eslint src/** --ext ts,tsx",
Expand Down
Loading

0 comments on commit ad30223

Please sign in to comment.