mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
Merge pull request #240 from the-programmers-hangout/chore/bump-deps
chore: bump dependencies
This commit is contained in:
Generated
+5328
-4147
File diff suppressed because it is too large
Load Diff
+32
-32
@@ -30,54 +30,54 @@
|
||||
"dependencies": {
|
||||
"@reach/router": "^1.3.3",
|
||||
"classnames": "^2.2.6",
|
||||
"gatsby": "^2.19.34",
|
||||
"gatsby-plugin-layout": "^1.1.23",
|
||||
"gatsby-plugin-manifest": "^2.2.45",
|
||||
"gatsby": "^2.21.21",
|
||||
"gatsby-plugin-layout": "^1.3.1",
|
||||
"gatsby-plugin-manifest": "^2.4.2",
|
||||
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
|
||||
"gatsby-plugin-react-helmet": "^3.1.23",
|
||||
"gatsby-plugin-react-helmet": "^3.3.1",
|
||||
"gatsby-plugin-react-svg": "^3.0.0",
|
||||
"gatsby-plugin-sharp": "^2.4.8",
|
||||
"gatsby-plugin-styled-components": "^3.1.20",
|
||||
"gatsby-plugin-typescript": "^2.2.2",
|
||||
"gatsby-plugin-sharp": "^2.6.2",
|
||||
"gatsby-plugin-styled-components": "^3.3.1",
|
||||
"gatsby-plugin-typescript": "^2.4.2",
|
||||
"gatsby-remark-auto-headers": "^1.0.3",
|
||||
"gatsby-remark-katex": "^3.1.25",
|
||||
"gatsby-source-filesystem": "^2.1.51",
|
||||
"gatsby-transformer-remark": "^2.6.56",
|
||||
"gatsby-transformer-sharp": "^2.3.17",
|
||||
"gatsby-remark-katex": "^3.3.1",
|
||||
"gatsby-source-filesystem": "^2.3.1",
|
||||
"gatsby-transformer-remark": "^2.8.7",
|
||||
"gatsby-transformer-sharp": "^2.5.2",
|
||||
"katex": "^0.11.1",
|
||||
"lodash": "^4.17.15",
|
||||
"polished": "^3.4.4",
|
||||
"prismjs": "^1.19.0",
|
||||
"polished": "^3.6.3",
|
||||
"prismjs": "^1.20.0",
|
||||
"ramda": "^0.27.0",
|
||||
"react": "^16.13.0",
|
||||
"react-dom": "^16.13.0",
|
||||
"react-helmet": "^5.2.1",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-helmet": "^6.0.0",
|
||||
"react-highlight": "^0.12.0",
|
||||
"react-particles-js": "^2.7.1",
|
||||
"react-particles-js": "^3.2.1",
|
||||
"react-perfect-scrollbar": "^1.5.8",
|
||||
"styled-components": "^5.0.1",
|
||||
"styled-components": "^5.1.0",
|
||||
"typescript": "^3.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "^1.13.0",
|
||||
"@graphql-codegen/typescript": "1.13.0",
|
||||
"@graphql-codegen/typescript-operations": "1.13.0",
|
||||
"@graphql-codegen/typescript-react-apollo": "1.13.0",
|
||||
"@graphql-codegen/cli": "^1.13.5",
|
||||
"@graphql-codegen/typescript": "1.13.5",
|
||||
"@graphql-codegen/typescript-operations": "1.13.5",
|
||||
"@graphql-codegen/typescript-react-apollo": "1.13.5",
|
||||
"@types/classnames": "^2.2.10",
|
||||
"@types/lodash": "^4.14.149",
|
||||
"@types/lodash": "^4.14.150",
|
||||
"@types/prismjs": "^1.16.0",
|
||||
"@types/ramda": "^0.26.43",
|
||||
"@types/react": "^16.9.23",
|
||||
"@types/react-dom": "^16.9.5",
|
||||
"@types/ramda": "^0.27.4",
|
||||
"@types/react": "^16.9.35",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/react-helmet": "^5.0.15",
|
||||
"@types/styled-components": "^5.0.1",
|
||||
"@types/styled-components": "^5.1.0",
|
||||
"babel-plugin-styled-components": "^1.10.7",
|
||||
"discord.js": "^12.0.2",
|
||||
"gatsby-plugin-remove-trailing-slashes": "^2.1.22",
|
||||
"prettier": "^1.19.1",
|
||||
"tslint": "^6.0.0",
|
||||
"discord.js": "^12.2.0",
|
||||
"gatsby-plugin-remove-trailing-slashes": "^2.3.2",
|
||||
"prettier": "^2.0.5",
|
||||
"tslint": "^6.1.2",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"tslint-eslint-rules": "^5.4.0",
|
||||
"tslint-react-hooks": "^2.2.1"
|
||||
"tslint-react-hooks": "^2.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { graphql, useStaticQuery } from "gatsby"
|
||||
import React, { FC } from "react"
|
||||
import Helmet from "react-helmet"
|
||||
import { Helmet } from "react-helmet"
|
||||
|
||||
interface ISEOProps {
|
||||
readonly description?: string
|
||||
|
||||
Reference in New Issue
Block a user