Skip to content

Commit

Permalink
npm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ganevdev committed Jan 9, 2019
1 parent 81d9087 commit 6ad3c64
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
18 changes: 6 additions & 12 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"extends": ["standard", "standard-jsx"],
"plugins": ["sort-imports-es6-autofix"],
"rules": {
"sort-imports-es6-autofix/sort-imports-es6": [
2,
{
"ignoreCase": false,
"ignoreMemberSort": false,
"memberSyntaxSortOrder": ["none", "all", "multiple", "single"]
}
]
}
"env": {
"es6": true
},
"extends": ["standard", "standard-jsx", "prettier/standard"],
"parser": "babel-eslint",
"plugins": ["standard"]
}
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,32 @@
"main": "n/a",
"dependencies": {
"babel-plugin-styled-components": "^1.5.1",
"gatsby": "^2.0.0",
"gatsby-image": "^2.0.0",
"gatsby": "^2.0.90",
"gatsby-image": "^2.0.25",
"gatsby-plugin-feed": "^2.0.0",
"gatsby-plugin-google-analytics": "^2.0.0",
"gatsby-plugin-manifest": "^2.0.0",
"gatsby-plugin-manifest": "^2.0.13",
"gatsby-plugin-offline": "^2.0.0",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.0",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.17",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-remark-copy-linked-files": "^2.0.0",
"gatsby-remark-images": "^2.0.0",
"gatsby-remark-responsive-iframe": "^2.0.0",
"gatsby-remark-smartypants": "^2.0.0",
"gatsby-source-filesystem": "^2.0.0",
"gatsby-transformer-remark": "^2.0.0",
"gatsby-transformer-sharp": "^2.0.0",
"grommet": "^2.0.1",
"gatsby-transformer-sharp": "^2.1.10",
"grommet": "^2.2.1",
"grommet-icons": "^3.2.0",
"markdown-to-jsx": "6.7.1",
"lodash": "^4.17.5",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-helmet": "^5.2.0",
"styled-components": "^4.1.1"
"styled-components": "^4.1.3",
"acorn": "^6.0.5",
"sharp": "^0.21.1"
},
"devDependencies": {
"eslint": "^5.6.1",
Expand All @@ -50,7 +52,6 @@
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-sort-imports-es6-autofix": "0.3.0",
"gh-pages": "^1.1.0"
},
"scripts": {
Expand Down

0 comments on commit 6ad3c64

Please sign in to comment.