mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-23 01:29:41 +01:00
package updates
This commit is contained in:
parent
28c70d03f2
commit
c3a137a2fa
14
package.json
14
package.json
@ -21,9 +21,9 @@
|
|||||||
"new": "babel-node ./scripts/new.js"
|
"new": "babel-node ./scripts/new.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"file-saver": "^2.0.0-rc.2",
|
"file-saver": "^2.0.0-rc.3",
|
||||||
"gatsby": "^2.0.11",
|
"gatsby": "^2.0.13",
|
||||||
"gatsby-image": "^2.0.10",
|
"gatsby-image": "^2.0.13",
|
||||||
"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.5",
|
"gatsby-plugin-offline": "^2.0.5",
|
||||||
@ -34,7 +34,7 @@
|
|||||||
"gatsby-plugin-svgr": "next",
|
"gatsby-plugin-svgr": "next",
|
||||||
"gatsby-source-filesystem": "^2.0.1",
|
"gatsby-source-filesystem": "^2.0.1",
|
||||||
"gatsby-transformer-json": "^2.1.2",
|
"gatsby-transformer-json": "^2.1.2",
|
||||||
"gatsby-transformer-sharp": "^2.1.2",
|
"gatsby-transformer-sharp": "^2.1.3",
|
||||||
"gatsby-transformer-yaml": "^2.1.1",
|
"gatsby-transformer-yaml": "^2.1.1",
|
||||||
"giphy-js-sdk-core": "^1.0.5",
|
"giphy-js-sdk-core": "^1.0.5",
|
||||||
"graphql": "^0.13.2",
|
"graphql": "^0.13.2",
|
||||||
@ -45,18 +45,18 @@
|
|||||||
"react-dom": "^16.5.2",
|
"react-dom": "^16.5.2",
|
||||||
"react-helmet": "^5.2.0",
|
"react-helmet": "^5.2.0",
|
||||||
"react-markdown": "^3.6.0",
|
"react-markdown": "^3.6.0",
|
||||||
"react-pose": "^3.3.4",
|
"react-pose": "^3.3.6",
|
||||||
"suncalc": "^1.8.0",
|
"suncalc": "^1.8.0",
|
||||||
"vcf": "^2.0.1"
|
"vcf": "^2.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.1.0",
|
"@babel/core": "^7.1.2",
|
||||||
"@babel/node": "^7.0.0",
|
"@babel/node": "^7.0.0",
|
||||||
"@babel/preset-env": "^7.1.0",
|
"@babel/preset-env": "^7.1.0",
|
||||||
"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",
|
||||||
"eslint": "^5.6.0",
|
"eslint": "^5.6.1",
|
||||||
"eslint-config-prettier": "^3.1.0",
|
"eslint-config-prettier": "^3.1.0",
|
||||||
"eslint-loader": "^2.1.0",
|
"eslint-loader": "^2.1.0",
|
||||||
"eslint-plugin-graphql": "^2.1.1",
|
"eslint-plugin-graphql": "^2.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user