Merge pull request #105 from the-programmers-hangout/chore-bump-deps

chore: bump deps
This commit is contained in:
Jean-Philippe Sirois
2019-09-23 19:40:24 -04:00
committed by GitHub
2 changed files with 3529 additions and 1471 deletions
+3502 -1444
View File
File diff suppressed because it is too large Load Diff
+27 -27
View File
@@ -29,50 +29,50 @@
},
"dependencies": {
"@reach/router": "^1.2.1",
"gatsby": "^2.13.51",
"gatsby-image": "^2.2.8",
"gatsby-plugin-layout": "^1.1.2",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-mdx": "^1.0.22",
"gatsby-plugin-offline": "^2.2.4",
"gatsby": "^2.15.21",
"gatsby-image": "^2.2.20",
"gatsby-plugin-layout": "^1.1.8",
"gatsby-plugin-manifest": "^2.2.18",
"gatsby-plugin-mdx": "^1.0.43",
"gatsby-plugin-offline": "^3.0.8",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-react-svg": "^2.1.1",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-styled-components": "^3.1.2",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-plugin-react-helmet": "^3.1.8",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sharp": "^2.2.25",
"gatsby-plugin-styled-components": "^3.1.6",
"gatsby-plugin-typescript": "^2.1.9",
"gatsby-remark-auto-headers": "^1.0.3",
"gatsby-source-filesystem": "^2.1.8",
"gatsby-transformer-remark": "^2.6.10",
"gatsby-transformer-sharp": "^2.2.5",
"gatsby-source-filesystem": "^2.1.26",
"gatsby-transformer-remark": "^2.6.24",
"gatsby-transformer-sharp": "^2.2.16",
"polished": "^3.4.1",
"prismjs": "^1.17.1",
"ramda": "^0.26.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-highlight": "^0.12.0",
"react-particles-js": "^2.7.0",
"react-perfect-scrollbar": "^1.5.3",
"styled-components": "^4.3.2",
"typescript": "^3.5.3"
"styled-components": "^4.4.0",
"typescript": "^3.6.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.4.0",
"@graphql-codegen/typescript": "1.4.0",
"@graphql-codegen/typescript-operations": "1.4.0",
"@graphql-codegen/typescript-react-apollo": "1.4.0",
"@graphql-codegen/cli": "^1.7.0",
"@graphql-codegen/typescript": "1.7.0",
"@graphql-codegen/typescript-operations": "1.7.0",
"@graphql-codegen/typescript-react-apollo": "1.7.0",
"@types/prismjs": "^1.16.0",
"@types/ramda": "^0.26.18",
"@types/react": "^16.8.24",
"@types/react-dom": "^16.8.5",
"@types/react-helmet": "^5.0.8",
"@types/ramda": "^0.26.22",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^5.0.10",
"@types/react-treeview": "^0.4.2",
"@types/styled-components": "^4.1.18",
"babel-plugin-styled-components": "^1.10.6",
"discord.js": "^11.5.1",
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react-hooks": "^2.2.1"