1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-30 05:31:56 +02:00

Merge pull request #126 from kremalicious/feature/packages

package updates
This commit is contained in:
Matthias Kretschmann 2019-03-22 10:31:17 -03:00 committed by GitHub
commit 0d8b9e25bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,62 +33,62 @@
"dms2dec": "^1.1.0",
"fast-exif": "^1.0.1",
"fraction.js": "^4.0.12",
"gatsby": "^2.1.12",
"gatsby-image": "^2.0.29",
"gatsby-plugin-catch-links": "^2.0.11",
"gatsby": "^2.2.7",
"gatsby-image": "^2.0.34",
"gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-favicon": "^3.1.5",
"gatsby-plugin-feed": "^2.0.13",
"gatsby-plugin-feed": "^2.0.15",
"gatsby-plugin-lunr": "^1.4.0",
"gatsby-plugin-matomo": "^0.6.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^2.0.24",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-sass": "^2.0.10",
"gatsby-plugin-sharp": "^2.0.21",
"gatsby-plugin-sitemap": "^2.0.5",
"gatsby-plugin-svgr": "^2.0.1",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.30",
"gatsby-plugin-sitemap": "^2.0.10",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-webpack-size": "^0.0.3",
"gatsby-redirect-from": "^0.1.1",
"gatsby-remark-autolink-headers": "^2.0.14",
"gatsby-remark-copy-linked-files": "^2.0.9",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-copy-linked-files": "^2.0.11",
"gatsby-remark-highlights": "^1.3.4",
"gatsby-remark-images": "^3.0.4",
"gatsby-remark-smartypants": "^2.0.8",
"gatsby-source-filesystem": "^2.0.21",
"gatsby-source-graphql": "^2.0.10",
"gatsby-transformer-remark": "^2.2.5",
"gatsby-transformer-sharp": "^2.1.14",
"gatsby-remark-images": "^3.0.10",
"gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-filesystem": "^2.0.27",
"gatsby-source-graphql": "^2.0.15",
"gatsby-transformer-remark": "^2.3.8",
"gatsby-transformer-sharp": "^2.1.17",
"graphql": "^14.1.1",
"intersection-observer": "^0.5.1",
"js-scrypt": "^0.2.0",
"load-script": "^1.0.0",
"node-sass": "^4.11.0",
"nord": "^0.2.1",
"pigeon-maps": "^0.11.10",
"pigeon-maps": "^0.11.11",
"pigeon-marker": "^0.3.4",
"react": "^16.8.2",
"react": "^16.8.4",
"react-blockies": "^1.4.1",
"react-clipboard.js": "^2.0.3",
"react-dom": "^16.8.2",
"react-clipboard.js": "^2.0.7",
"react-dom": "^16.8.4",
"react-helmet": "^5.2.0",
"react-modal": "^3.8.1",
"react-pose": "^4.0.7",
"react-pose": "^4.0.8",
"react-qr-svg": "^2.2.1",
"react-time": "^4.3.0",
"react-transition-group": "^2.5.3",
"react-transition-group": "^2.6.1",
"remark": "^10.0.1",
"remark-react": "^5.0.1",
"slugify": "^1.3.4",
"terser": "^3.16.1",
"web3": "^1.0.0-beta.46"
"terser": "^3.17.0",
"web3": "^1.0.0-beta.50"
},
"devDependencies": {
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-env": "^7.4.2",
"@svgr/webpack": "^4.1.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.14.1",
"eslint-config-prettier": "^4.0.0",
"eslint": "^5.15.3",
"eslint-config-prettier": "^4.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-graphql": "^3.0.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
@ -97,13 +97,13 @@
"fs-extra": "^7.0.1",
"markdownlint-cli": "^0.14.0",
"npm-run-all": "^4.1.5",
"ora": "^3.1.0",
"ora": "^3.2.0",
"prettier": "^1.16.4",
"prettier-stylelint": "^0.4.2",
"stylelint": "^9.10.1",
"stylelint-config-css-modules": "^1.3.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.5.3",
"stylelint-scss": "^3.5.4",
"why-did-you-update": "^1.0.6"
},
"engines": {