1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-23 01:29:41 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2019-03-19 19:21:07 -03:00
parent 56e879d5f9
commit fb4ecd8b9f
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -24,49 +24,49 @@
"dependencies": { "dependencies": {
"classnames": "^2.2.6", "classnames": "^2.2.6",
"file-saver": "^2.0.1", "file-saver": "^2.0.1",
"gatsby": "^2.1.12", "gatsby": "^2.2.1",
"gatsby-image": "^2.0.29", "gatsby-image": "^2.0.34",
"gatsby-plugin-favicon": "^3.1.5", "gatsby-plugin-favicon": "^3.1.5",
"gatsby-plugin-matomo": "^0.6.0", "gatsby-plugin-matomo": "^0.6.0",
"gatsby-plugin-offline": "^2.0.24", "gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.6", "gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-sass": "^2.0.10", "gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.21", "gatsby-plugin-sharp": "^2.0.29",
"gatsby-plugin-sitemap": "^2.0.5", "gatsby-plugin-sitemap": "^2.0.10",
"gatsby-plugin-svgr": "^2.0.1", "gatsby-plugin-svgr": "^2.0.2",
"gatsby-source-filesystem": "^2.0.21", "gatsby-source-filesystem": "^2.0.27",
"gatsby-transformer-json": "^2.1.8", "gatsby-transformer-json": "^2.1.11",
"gatsby-transformer-sharp": "^2.1.14", "gatsby-transformer-sharp": "^2.1.17",
"gatsby-transformer-yaml": "^2.1.8", "gatsby-transformer-yaml": "^2.1.10",
"giphy-js-sdk-core": "^1.0.6", "giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.1.1", "graphql": "^14.1.1",
"intersection-observer": "^0.5.1", "intersection-observer": "^0.5.1",
"js-yaml": "^3.12.1", "js-yaml": "^3.12.2",
"node-sass": "^4.11.0", "node-sass": "^4.11.0",
"react": "^16.8.2", "react": "^16.8.4",
"react-dom": "^16.8.2", "react-dom": "^16.8.4",
"react-helmet": "^5.2.0", "react-helmet": "^5.2.0",
"react-pose": "^4.0.7", "react-pose": "^4.0.8",
"remark": "^10.0.1", "remark": "^10.0.1",
"remark-html": "^9.0.0", "remark-html": "^9.0.0",
"remark-parse": "^6.0.3", "remark-parse": "^6.0.3",
"suncalc": "^1.8.0", "suncalc": "^1.8.0",
"terser": "3.17.0", "terser": "^3.17.0",
"vcf": "^2.0.3" "vcf": "^2.0.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.3.3", "@babel/core": "^7.4.0",
"@babel/node": "^7.2.2", "@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.1", "@babel/preset-env": "^7.4.0",
"@svgr/webpack": "^4.1.0", "@svgr/webpack": "^4.1.0",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"eslint": "^5.14.1", "eslint": "^5.15.3",
"eslint-config-prettier": "^4.0.0", "eslint-config-prettier": "^4.1.0",
"eslint-loader": "^2.1.2", "eslint-loader": "^2.1.2",
"eslint-plugin-graphql": "^3.0.3", "eslint-plugin-graphql": "^3.0.3",
"eslint-plugin-prettier": "^3.0.1", "eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4", "eslint-plugin-react": "^7.12.4",
"ora": "^3.1.0", "ora": "^3.2.0",
"prepend": "^1.0.2", "prepend": "^1.0.2",
"prettier": "^1.16.4", "prettier": "^1.16.4",
"prettier-stylelint": "^0.4.2", "prettier-stylelint": "^0.4.2",