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 2018-11-08 17:46:55 +01:00
parent f15e9366f5
commit a41043b0f2
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -22,37 +22,37 @@
}, },
"dependencies": { "dependencies": {
"file-saver": "^2.0.0-rc.4", "file-saver": "^2.0.0-rc.4",
"gatsby": "^2.0.34", "gatsby": "^2.0.42",
"gatsby-image": "^2.0.18", "gatsby-image": "^2.0.20",
"gatsby-plugin-favicon": "^3.1.4", "gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-matomo": "^0.5.0", "gatsby-plugin-matomo": "^0.5.0",
"gatsby-plugin-offline": "^2.0.10", "gatsby-plugin-offline": "^2.0.13",
"gatsby-plugin-react-helmet": "^3.0.1", "gatsby-plugin-react-helmet": "^3.0.1",
"gatsby-plugin-sass": "^2.0.2", "gatsby-plugin-sass": "^2.0.4",
"gatsby-plugin-sharp": "^2.0.10", "gatsby-plugin-sharp": "^2.0.12",
"gatsby-plugin-sitemap": "^2.0.2", "gatsby-plugin-sitemap": "^2.0.2",
"gatsby-plugin-svgr": "next", "gatsby-plugin-svgr": "next",
"gatsby-source-filesystem": "^2.0.6", "gatsby-source-filesystem": "^2.0.8",
"gatsby-transformer-json": "^2.1.5", "gatsby-transformer-json": "^2.1.5",
"gatsby-transformer-sharp": "^2.1.7", "gatsby-transformer-sharp": "^2.1.8",
"gatsby-transformer-yaml": "^2.1.4", "gatsby-transformer-yaml": "^2.1.5",
"giphy-js-sdk-core": "^1.0.6", "giphy-js-sdk-core": "^1.0.6",
"graphql": "^0.13.2", "graphql": "^0.13.2",
"intersection-observer": "^0.5.1", "intersection-observer": "^0.5.1",
"js-yaml": "^3.12.0", "js-yaml": "^3.12.0",
"node-sass": "^4.9.4", "node-sass": "^4.10.0",
"react": "^16.6.0", "react": "^16.6.1",
"react-dom": "^16.6.0", "react-dom": "^16.6.1",
"react-helmet": "^5.2.0", "react-helmet": "^5.2.0",
"react-markdown": "^4.0.3", "react-markdown": "^4.0.3",
"react-pose": "^3.3.7", "react-pose": "^3.4.0",
"suncalc": "^1.8.0", "suncalc": "^1.8.0",
"vcf": "^2.0.1" "vcf": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.1.2", "@babel/core": "^7.1.5",
"@babel/node": "^7.0.0", "@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.0", "@babel/preset-env": "^7.1.5",
"ava": "^0.25.0", "ava": "^0.25.0",
"babel-eslint": "^10.0.0", "babel-eslint": "^10.0.0",
"chrome-launcher": "^0.10.5", "chrome-launcher": "^0.10.5",
@ -65,10 +65,10 @@
"lighthouse": "^3.2.1", "lighthouse": "^3.2.1",
"ora": "^3.0.0", "ora": "^3.0.0",
"prepend": "^1.0.2", "prepend": "^1.0.2",
"prettier": "^1.14.3", "prettier": "^1.15.1",
"prettier-stylelint": "^0.4.2", "prettier-stylelint": "^0.4.2",
"slugify": "^1.3.2", "slugify": "^1.3.2",
"stylelint": "^9.7.0", "stylelint": "^9.7.1",
"stylelint-config-css-modules": "^1.3.0", "stylelint-config-css-modules": "^1.3.0",
"stylelint-config-standard": "^18.2.0" "stylelint-config-standard": "^18.2.0"
}, },