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

chore: bump deps
This commit is contained in:
Jean-Philippe Sirois
2020-05-26 23:17:24 -04:00
committed by GitHub
2 changed files with 1269 additions and 845 deletions
+1253 -829
View File
File diff suppressed because it is too large Load Diff
+16 -16
View File
@@ -32,20 +32,20 @@
"dependencies": {
"@reach/router": "^1.3.3",
"classnames": "^2.2.6",
"gatsby": "^2.22.1",
"gatsby": "^2.22.11",
"gatsby-plugin-anchor-links": "^1.1.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-layout": "^1.3.1",
"gatsby-plugin-manifest": "^2.4.6",
"gatsby-plugin-layout": "^1.3.2",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-polished": "^1.0.4",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.6",
"gatsby-plugin-styled-components": "^3.3.1",
"gatsby-source-filesystem": "^2.3.5",
"gatsby-transformer-remark": "^2.8.10",
"gatsby-transformer-sharp": "^2.5.2",
"gatsby-plugin-sharp": "^2.6.9",
"gatsby-plugin-styled-components": "^3.3.2",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-remark": "^2.8.13",
"gatsby-transformer-sharp": "^2.5.3",
"github-slugger": "^1.3.0",
"lodash": "^4.17.15",
"polished": "^3.6.3",
@@ -57,16 +57,16 @@
"react-highlight": "^0.12.0",
"react-particles-js": "^3.2.1",
"react-perfect-scrollbar": "^1.5.8",
"styled-components": "^5.1.0",
"styled-components": "^5.1.1",
"typescript": "^3.9.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.14.0",
"@graphql-codegen/typescript": "1.14.0",
"@graphql-codegen/typescript-operations": "1.14.0",
"@graphql-codegen/typescript-react-apollo": "1.14.0",
"@graphql-codegen/cli": "^1.15.0",
"@graphql-codegen/typescript": "1.15.0",
"@graphql-codegen/typescript-operations": "1.15.0",
"@graphql-codegen/typescript-react-apollo": "1.15.0",
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.152",
"@types/lodash": "^4.14.153",
"@types/prismjs": "^1.16.1",
"@types/ramda": "^0.27.6",
"@types/react": "^16.9.35",
@@ -76,7 +76,7 @@
"babel-plugin-polished": "^1.1.0",
"babel-plugin-styled-components": "^1.10.7",
"discord.js": "^12.2.0",
"gatsby-plugin-remove-trailing-slashes": "^2.3.2",
"gatsby-plugin-remove-trailing-slashes": "^2.3.3",
"prettier": "^2.0.5",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",