Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopivi committed Sep 18, 2018
1 parent 06a99b7 commit 0dcf431
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,37 +75,37 @@
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.1.0",
"@types/file-saver": "^1.3.0",
"@types/jest": "^23.3.2",
"@types/node": "^10.10.1",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"@types/react-helmet": "^5.0.7",
"@types/react-router-dom": "^4.3.1",
"babel-loader": "^8.0.2",
"babel-plugin-import": "^1.9.1",
"babel-plugin-styled-components": "^1.7.1",
"codeflask": "^1.2.1",
"file-saver": "^1.3.8",
"gatsby": "next",
"gatsby-link": "^2.0.1",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-styled-components": "next",
"gatsby-plugin-typescript": "next",
"gh-pages": "^2.0.0",
"jest": "^23.6.0",
"pegjs": "^0.10.0",
"prettier": "^1.14.2",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-json-view": "^1.19.1",
"react-router-dom": "^4.3.1",
"styled-components": "^3.4.9",
"ts-jest": "^23.1.4",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-plugin-prettier": "^2.0.0",
"typescript": "^3.0.3"
"@types/jest": "23.3.2",
"@types/node": "10.10.1",
"@types/react": "16.4.14",
"@types/react-dom": "16.0.7",
"@types/react-helmet": "5.0.7",
"@types/react-router-dom": "4.3.1",
"babel-loader": "8.0.2",
"babel-plugin-import": "1.9.1",
"babel-plugin-styled-components": "1.7.1",
"codeflask": "1.2.1",
"file-saver": "1.3.8",
"gatsby": "2.0.1",
"gatsby-link": "2.0.1",
"gatsby-plugin-react-helmet": "3.0.0",
"gatsby-plugin-styled-components": "3.0.0",
"gatsby-plugin-typescript": "2.0.0",
"gh-pages": "2.0.0",
"jest": "23.6.0",
"pegjs": "0.10.0",
"prettier": "1.14.2",
"react": "16.5.1",
"react-dom": "16.5.1",
"react-helmet": "5.2.0",
"react-json-view": "1.19.1",
"react-router-dom": "4.3.1",
"styled-components": "3.4.9",
"ts-jest": "23.1.4",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"tslint-config-prettier": "1.15.0",
"tslint-plugin-prettier": "2.0.0",
"typescript": "3.0.3"
}
}

0 comments on commit 0dcf431

Please sign in to comment.