mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
Merge pull request #409 from the-programmers-hangout/chore-bump-deps
This commit is contained in:
+5
-2
@@ -17,7 +17,6 @@ module.exports = {
|
||||
"plugin:react/recommended",
|
||||
"plugin:react-hooks/recommended",
|
||||
"prettier",
|
||||
"prettier/@typescript-eslint",
|
||||
],
|
||||
settings: {
|
||||
react: {
|
||||
@@ -36,6 +35,10 @@ module.exports = {
|
||||
"jsdoc",
|
||||
"prefer-arrow",
|
||||
],
|
||||
globals: {
|
||||
React: true,
|
||||
JSX: true,
|
||||
},
|
||||
rules: {
|
||||
"@typescript-eslint/adjacent-overload-signatures": "error",
|
||||
"@typescript-eslint/array-type": [
|
||||
@@ -92,7 +95,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/naming-convention": "error",
|
||||
"@typescript-eslint/naming-convention": "off",
|
||||
"@typescript-eslint/no-empty-function": "error",
|
||||
"@typescript-eslint/no-empty-interface": "error",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
|
||||
@@ -6,6 +6,7 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
`gatsby-plugin-react-helmet`,
|
||||
`gatsby-plugin-postcss`,
|
||||
`gatsby-plugin-styled-components`,
|
||||
`gatsby-plugin-polished`,
|
||||
{
|
||||
|
||||
Generated
+3194
-2810
File diff suppressed because it is too large
Load Diff
+41
-40
@@ -34,63 +34,64 @@
|
||||
"@mdx-js/mdx": "^1.6.22",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"@reach/router": "^1.3.4",
|
||||
"classnames": "^2.2.6",
|
||||
"gatsby": "^2.28.0",
|
||||
"gatsby-plugin-layout": "^1.6.0",
|
||||
"gatsby-plugin-manifest": "^2.8.0",
|
||||
"gatsby-plugin-mdx": "^1.6.0",
|
||||
"classnames": "^2.3.1",
|
||||
"gatsby": "^3.6.1",
|
||||
"gatsby-plugin-layout": "^2.6.0",
|
||||
"gatsby-plugin-manifest": "^3.6.0",
|
||||
"gatsby-plugin-mdx": "^2.6.0",
|
||||
"gatsby-plugin-polished": "^1.0.4",
|
||||
"gatsby-plugin-react-helmet": "^3.6.0",
|
||||
"gatsby-plugin-react-svg": "^3.0.0",
|
||||
"gatsby-plugin-sharp": "^2.10.0",
|
||||
"gatsby-plugin-styled-components": "^3.6.0",
|
||||
"gatsby-plugin-postcss": "^4.6.0",
|
||||
"gatsby-plugin-react-helmet": "^4.6.0",
|
||||
"gatsby-plugin-react-svg": "^3.0.1",
|
||||
"gatsby-plugin-sharp": "^3.6.0",
|
||||
"gatsby-plugin-styled-components": "^4.6.0",
|
||||
"gatsby-remark-auto-headers-improved": "^1.0.4",
|
||||
"gatsby-source-filesystem": "^2.7.0",
|
||||
"gatsby-transformer-sharp": "^2.8.0",
|
||||
"gatsby-source-filesystem": "^3.6.0",
|
||||
"gatsby-transformer-sharp": "^3.6.0",
|
||||
"github-slugger": "^1.3.0",
|
||||
"lodash": "^4.17.20",
|
||||
"polished": "^3.6.3",
|
||||
"prismjs": "^1.22.0",
|
||||
"lodash": "^4.17.21",
|
||||
"polished": "^4.1.3",
|
||||
"prismjs": "^1.23.0",
|
||||
"ramda": "^0.27.1",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-highlight": "^0.12.0",
|
||||
"react-highlight": "^0.14.0",
|
||||
"react-particles-js": "^3.4.1",
|
||||
"react-perfect-scrollbar": "^1.5.8",
|
||||
"react-scrollspy": "^3.4.3",
|
||||
"react-use": "^17.2.4",
|
||||
"styled-components": "^5.2.1",
|
||||
"typescript": "^3.9.3",
|
||||
"uuid": "^8.3.1"
|
||||
"styled-components": "^5.3.0",
|
||||
"typescript": "^4.3.2",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "^1.19.4",
|
||||
"@graphql-codegen/typescript": "1.19.0",
|
||||
"@graphql-codegen/typescript-operations": "1.17.12",
|
||||
"@graphql-codegen/typescript-react-apollo": "2.2.1",
|
||||
"@types/classnames": "^2.2.11",
|
||||
"@types/lodash": "^4.14.165",
|
||||
"@types/prismjs": "^1.16.2",
|
||||
"@types/ramda": "^0.27.32",
|
||||
"@types/react": "^16.9.35",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/react-helmet": "^6.1.0",
|
||||
"@graphql-codegen/cli": "^1.21.5",
|
||||
"@graphql-codegen/typescript": "1.22.1",
|
||||
"@graphql-codegen/typescript-operations": "1.18.0",
|
||||
"@graphql-codegen/typescript-react-apollo": "2.2.5",
|
||||
"@types/classnames": "^2.3.0",
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/prismjs": "^1.16.5",
|
||||
"@types/ramda": "^0.27.40",
|
||||
"@types/react": "^17.0.8",
|
||||
"@types/react-dom": "^17.0.5",
|
||||
"@types/react-helmet": "^6.1.1",
|
||||
"@types/react-scrollspy": "^3.3.3",
|
||||
"@types/styled-components": "^5.1.4",
|
||||
"@types/styled-components": "^5.1.9",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^4.25.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^4.26.0",
|
||||
"babel-plugin-polished": "^1.1.0",
|
||||
"babel-plugin-styled-components": "^1.12.0",
|
||||
"discord.js": "^12.5.1",
|
||||
"eslint-config-prettier": "^6.15.0",
|
||||
"eslint-plugin-import": "^2.23.3",
|
||||
"eslint-plugin-jsdoc": "^35.0.0",
|
||||
"discord.js": "^12.5.3",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-jsdoc": "^35.1.2",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"eslint-plugin-react": "^7.23.2",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"gatsby-plugin-remove-trailing-slashes": "^2.6.0",
|
||||
"prettier": "^2.2.1",
|
||||
"gatsby-plugin-remove-trailing-slashes": "^3.6.0",
|
||||
"prettier": "^2.3.0",
|
||||
"tslint": "^6.1.2",
|
||||
"tslint-config-prettier": "^1.18.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user