From f50cede2c2887678bedcf3b06d6e6b57444f4079 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 23 Oct 2019 11:34:50 +0200 Subject: [PATCH] package updates --- .travis.yml | 3 ++- package.json | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf0da495..11d4cf34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ dist: xenial language: node_js -node_js: node +node_js: + - '12' git: depth: 10 diff --git a/package.json b/package.json index c9ca4daa..b04bbb33 100644 --- a/package.json +++ b/package.json @@ -31,14 +31,14 @@ ], "dependencies": { "classnames": "^2.2.6", - "date-fns": "^2.4.1", + "date-fns": "^2.6.0", "dms2dec": "^1.1.0", "fast-exif": "^1.0.1", "fraction.js": "^4.0.12", - "gatsby": "^2.16.1", + "gatsby": "^2.17.1", "gatsby-image": "^2.2.29", "gatsby-plugin-catch-links": "^2.1.15", - "gatsby-plugin-feed": "^2.3.18", + "gatsby-plugin-feed": "^2.3.19", "gatsby-plugin-lunr": "^1.5.2", "gatsby-plugin-manifest": "^2.2.23", "gatsby-plugin-matomo": "^0.7.2", @@ -46,7 +46,7 @@ "gatsby-plugin-offline": "^3.0.16", "gatsby-plugin-react-helmet": "^3.1.13", "gatsby-plugin-sass": "^2.1.20", - "gatsby-plugin-sharp": "^2.2.31", + "gatsby-plugin-sharp": "^2.2.32", "gatsby-plugin-sitemap": "^2.2.19", "gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-typescript": "^2.1.15", @@ -61,17 +61,17 @@ "gatsby-source-filesystem": "^2.1.33", "gatsby-source-graphql": "^2.1.20", "gatsby-transformer-remark": "^2.6.30", - "gatsby-transformer-sharp": "^2.2.23", + "gatsby-transformer-sharp": "^2.3.0", "graphql": "^14.5.8", "intersection-observer": "^0.7.0", "js-scrypt": "^0.2.0", "load-script": "^1.0.0", "pigeon-maps": "^0.14.0", "pigeon-marker": "^0.3.4", - "react": "^16.10.2", + "react": "^16.11.0", "react-blockies": "^1.4.1", "react-clipboard.js": "^2.0.13", - "react-dom": "^16.10.2", + "react-dom": "^16.11.0", "react-helmet": "^5.2.1", "react-modal": "^3.10.1", "react-pose": "^4.0.9", @@ -93,16 +93,16 @@ "@types/classnames": "^2.2.9", "@types/jest": "^24.0.19", "@types/lunr": "^2.3.2", - "@types/node": "^12.7.12", - "@types/react": "^16.9.6", + "@types/node": "^12.11.5", + "@types/react": "^16.9.9", "@types/react-dom": "^16.9.2", - "@types/react-helmet": "^5.0.11", - "@types/react-modal": "^3.8.3", + "@types/react-helmet": "^5.0.13", + "@types/react-modal": "^3.10.0", "@types/react-transition-group": "^4.2.3", "@types/shortid": "0.0.29", "@types/web3": "^1.0.20", - "@typescript-eslint/eslint-plugin": "^2.4.0", - "@typescript-eslint/parser": "^2.4.0", + "@typescript-eslint/eslint-plugin": "^2.5.0", + "@typescript-eslint/parser": "^2.5.0", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", "eslint": "^6.5.1",