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

chore: bump deps
This commit is contained in:
Jean-Philippe Sirois
2020-01-27 22:24:11 -05:00
committed by GitHub
2 changed files with 3454 additions and 5044 deletions
+3426 -5016
View File
File diff suppressed because it is too large Load Diff
+28 -28
View File
@@ -29,24 +29,24 @@
}, },
"dependencies": { "dependencies": {
"@reach/router": "^1.2.1", "@reach/router": "^1.2.1",
"gatsby": "^2.18.17", "gatsby": "^2.19.7",
"gatsby-plugin-layout": "^1.1.18", "gatsby-plugin-layout": "^1.1.21",
"gatsby-plugin-manifest": "^2.2.34", "gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.18", "gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.3.10", "gatsby-plugin-sharp": "^2.4.3",
"gatsby-plugin-styled-components": "^3.1.16", "gatsby-plugin-styled-components": "^3.1.18",
"gatsby-plugin-typescript": "^2.1.23", "gatsby-plugin-typescript": "^2.1.26",
"gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-auto-headers": "^1.0.3",
"gatsby-remark-katex": "^3.1.20", "gatsby-remark-katex": "^3.1.23",
"gatsby-source-filesystem": "^2.1.43", "gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-remark": "^2.6.45", "gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.9", "gatsby-transformer-sharp": "^2.3.13",
"katex": "^0.11.1", "katex": "^0.11.1",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"polished": "^3.4.2", "polished": "^3.4.3",
"prismjs": "^1.17.1", "prismjs": "^1.19.0",
"ramda": "^0.26.1", "ramda": "^0.26.1",
"react": "^16.12.0", "react": "^16.12.0",
"react-dom": "^16.12.0", "react-dom": "^16.12.0",
@@ -54,26 +54,26 @@
"react-highlight": "^0.12.0", "react-highlight": "^0.12.0",
"react-particles-js": "^2.7.0", "react-particles-js": "^2.7.0",
"react-perfect-scrollbar": "^1.5.3", "react-perfect-scrollbar": "^1.5.3",
"styled-components": "^4.4.1", "styled-components": "^5.0.0",
"typescript": "^3.7.4" "typescript": "^3.7.5"
}, },
"devDependencies": { "devDependencies": {
"@graphql-codegen/cli": "^1.9.1", "@graphql-codegen/cli": "^1.11.2",
"@graphql-codegen/typescript": "1.9.1", "@graphql-codegen/typescript": "1.11.2",
"@graphql-codegen/typescript-operations": "1.9.1", "@graphql-codegen/typescript-operations": "1.11.2",
"@graphql-codegen/typescript-react-apollo": "1.9.1", "@graphql-codegen/typescript-react-apollo": "1.11.2",
"@types/lodash": "^4.14.149", "@types/lodash": "^4.14.149",
"@types/prismjs": "^1.16.0", "@types/prismjs": "^1.16.0",
"@types/ramda": "^0.26.39", "@types/ramda": "^0.26.40",
"@types/react": "^16.9.17", "@types/react": "^16.9.19",
"@types/react-dom": "^16.9.4", "@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.14", "@types/react-helmet": "^5.0.15",
"@types/styled-components": "^4.4.1", "@types/styled-components": "^4.4.2",
"babel-plugin-styled-components": "^1.10.6", "babel-plugin-styled-components": "^1.10.7",
"discord.js": "^11.5.1", "discord.js": "^11.5.1",
"gatsby-plugin-remove-trailing-slashes": "^2.1.17", "gatsby-plugin-remove-trailing-slashes": "^2.1.20",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"tslint": "^5.20.1", "tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0", "tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0", "tslint-eslint-rules": "^5.4.0",
"tslint-react-hooks": "^2.2.1" "tslint-react-hooks": "^2.2.1"