1
0
Fork 0

bump packages

This commit is contained in:
Matthias Kretschmann 2019-04-13 21:51:00 +02:00
parent 120dba4e94
commit 7e70a04a01
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 10 additions and 10 deletions

View File

@ -33,8 +33,8 @@
"dms2dec": "^1.1.0",
"fast-exif": "^1.0.1",
"fraction.js": "^4.0.12",
"gatsby": "^2.3.3",
"gatsby-image": "^2.0.35",
"gatsby": "^2.3.22",
"gatsby-image": "^2.0.38",
"gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-favicon": "^3.1.5",
"gatsby-plugin-feed": "^2.1.0",
@ -44,8 +44,8 @@
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.11",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.32",
"gatsby-plugin-sitemap": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.34",
"gatsby-plugin-sitemap": "^2.0.12",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-webpack-size": "^0.0.3",
"gatsby-redirect-from": "^0.1.1",
@ -54,10 +54,10 @@
"gatsby-remark-highlights": "^1.3.4",
"gatsby-remark-images": "^3.0.10",
"gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-filesystem": "^2.0.28",
"gatsby-source-graphql": "^2.0.15",
"gatsby-source-filesystem": "^2.0.29",
"gatsby-source-graphql": "^2.0.18",
"gatsby-transformer-remark": "^2.3.8",
"gatsby-transformer-sharp": "^2.1.17",
"gatsby-transformer-sharp": "^2.1.18",
"graphql": "^14.2.0",
"intersection-observer": "^0.5.1",
"js-scrypt": "^0.2.0",
@ -85,7 +85,7 @@
"devDependencies": {
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.4.2",
"@svgr/webpack": "^4.1.0",
"@svgr/webpack": "^4.2.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
@ -98,11 +98,11 @@
"markdownlint-cli": "^0.15.0",
"npm-run-all": "^4.1.5",
"ora": "^3.2.0",
"prettier": "^1.16.4",
"prettier": "^1.17.0",
"prettier-stylelint": "^0.4.2",
"stylelint": "^10.0.0",
"stylelint-config-css-modules": "^1.3.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.5.4",
"why-did-you-update": "^1.0.6"
},