From 29f4f935885f7415ad6adf075c2af4f112b8dbb1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 13 Nov 2018 23:30:16 +0100 Subject: [PATCH] package updates --- package.json | 34 +++++++++++++++++----------------- src/components/atoms/Exif.jsx | 2 +- src/styles/_buttons.scss | 10 +++++----- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 8725b5b6..c0ff9779 100644 --- a/package.json +++ b/package.json @@ -32,21 +32,21 @@ "dependencies": { "dms2dec": "^1.1.0", "fast-exif": "^1.0.1", - "fraction.js": "^4.0.10", - "gatsby": "^2.0.42", + "fraction.js": "^4.0.11", + "gatsby": "^2.0.50", "gatsby-image": "^2.0.20", - "gatsby-plugin-catch-links": "^2.0.7", + "gatsby-plugin-catch-links": "^2.0.8", "gatsby-plugin-favicon": "^3.1.4", "gatsby-plugin-feed": "^2.0.9", "gatsby-plugin-lunr": "^1.2.0", "gatsby-plugin-matomo": "^0.5.0", "gatsby-plugin-meta-redirect": "^1.1.1", - "gatsby-plugin-offline": "^2.0.13", - "gatsby-plugin-react-helmet": "^3.0.1", + "gatsby-plugin-offline": "^2.0.15", + "gatsby-plugin-react-helmet": "^3.0.2", "gatsby-plugin-sass": "^2.0.4", "gatsby-plugin-sharp": "^2.0.12", "gatsby-plugin-sitemap": "^2.0.2", - "gatsby-plugin-svgr": "^2.0.0-alpha", + "gatsby-plugin-svgr": "^2.0.1", "gatsby-plugin-webpack-size": "^0.0.3", "gatsby-redirect-from": "^0.1.1", "gatsby-remark-autolink-headers": "^2.0.11", @@ -62,41 +62,41 @@ "load-script": "^1.0.0", "node-sass": "^4.10.0", "nord": "^0.2.1", - "pigeon-maps": "^0.11.6", + "pigeon-maps": "^0.11.8", "pigeon-marker": "^0.3.4", - "react": "^16.6.1", + "react": "^16.6.3", "react-blockies": "^1.4.0", "react-clipboard.js": "^2.0.1", - "react-dom": "^16.6.1", + "react-dom": "^16.6.3", "react-helmet": "^5.2.0", "react-modal": "^3.6.1", - "react-pose": "^4.0.1", + "react-pose": "^4.0.2", "react-qr-svg": "^2.1.0", "react-time": "^4.3.0", "react-transition-group": "^2.5.0", - "slugify": "^1.3.2", + "slugify": "^1.3.3", "web3": "^1.0.0-beta.36" }, "devDependencies": { "@babel/node": "^7.0.0", - "@babel/preset-env": "^7.1.5", + "@babel/preset-env": "^7.1.6", + "@svgr/webpack": "^4.0.3", "babel-eslint": "^10.0.1", - "eslint": "^5.8.0", - "eslint-config-prettier": "^3.1.0", + "eslint": "^5.9.0", + "eslint-config-prettier": "^3.3.0", "eslint-loader": "^2.1.1", "eslint-plugin-graphql": "^3.0.1", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-prettier": "^3.0.0", "eslint-plugin-react": "^7.11.1", "fs-extra": "^7.0.1", - "markdownlint": "^0.11.0", "markdownlint-cli": "^0.13.0", "npm-run-all": "^4.1.3", "ora": "^3.0.0", - "prettier": "^1.15.1", + "prettier": "^1.15.2", "prettier-eslint-cli": "^4.7.1", "prettier-stylelint": "^0.4.2", - "stylelint": "^9.7.1", + "stylelint": "^9.8.0", "stylelint-config-css-modules": "^1.3.0", "stylelint-config-standard": "^18.2.0", "stylelint-scss": "^3.4.0" diff --git a/src/components/atoms/Exif.jsx b/src/components/atoms/Exif.jsx index 7c06773e..c805f3b3 100644 --- a/src/components/atoms/Exif.jsx +++ b/src/components/atoms/Exif.jsx @@ -1,7 +1,7 @@ import React, { Fragment, PureComponent } from 'react' import PropTypes from 'prop-types' import Map from 'pigeon-maps' -import Marker from 'pigeon-marker/react' +import Marker from 'pigeon-marker' import styles from './Exif.module.scss' const MAPBOX_ACCESS_TOKEN = diff --git a/src/styles/_buttons.scss b/src/styles/_buttons.scss index 5bebaf8f..444131eb 100644 --- a/src/styles/_buttons.scss +++ b/src/styles/_buttons.scss @@ -206,12 +206,12 @@ a.btn-primary { .icon-eye { &::before { content: ''; - width: 18px; - height: 18px; + width: $font-size-large; + height: $font-size-large; display: inline-block; - margin-right: 5px; - margin-bottom: -3px; - opacity: .35; + margin-right: .3rem; + margin-bottom: -.25rem; + opacity: .5; background: url('../images/arrow-with-circle-down.svg') no-repeat left center; }