feat: yarn migration (#425)

* feat: yarn migration, added missing deps

* fix: updated ci

* fix: linter missing dependencies

* fix: using node lts version

* fix: use node current version

* fix: netlify deployment

* fix: update scripts

* fix: netlify build configuration

Co-authored-by: Xetera <[email protected]>
This commit is contained in:
Sagnik Pradhan
2021-10-09 19:31:09 +03:00
committed by GitHub
co-authored by Xetera
parent 762558a9f6
commit 2de078558e
24 changed files with 21623 additions and 23882 deletions
+35 -26
View File
@@ -24,9 +24,9 @@
"fetch-users": "node ./scripts/fetchUsers.js",
"format": "prettier --write src/{**,**/**}/*.{js,ts,tsx,md}",
"lint": "eslint '{src,scripts}/**/*.{js,ts,tsx}'",
"lint:fix": "npm run lint -- --fix",
"lint:fix": "yarn run lint -- --fix",
"serve": "gatsby serve",
"start": "npm run develop",
"start": "yarn run develop",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
@@ -35,34 +35,39 @@
"@mdx-js/react": "^1.6.22",
"@reach/router": "^1.3.4",
"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": "^3.14.1",
"gatsby-plugin-layout": "^2.14.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-polished": "^1.0.4",
"gatsby-plugin-postcss": "^4.6.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-postcss": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-plugin-styled-components": "^4.6.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-styled-components": "^4.14.0",
"gatsby-remark-auto-headers-improved": "^1.0.4",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-transformer-sharp": "^3.6.0",
"github-slugger": "^1.3.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-sharp": "^3.14.0",
"github-slugger": "^1.4.0",
"graphql": "^15.6.0",
"graphql-tag": "^2.12.5",
"lodash": "^4.17.21",
"polished": "^4.1.3",
"prismjs": "^1.23.0",
"postcss": "^8.3.8",
"prismjs": "^1.25.0",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-highlight": "^0.14.0",
"react-particles-js": "^3.4.1",
"react-is": "^17.0.2",
"react-particles-js": "^3.5.3",
"react-perfect-scrollbar": "^1.5.8",
"react-scrollspy": "^3.4.3",
"react-use": "^17.2.4",
"styled-components": "^5.3.0",
"typescript": "^4.3.2",
"react-use": "^17.3.1",
"styled-components": "^5.3.1",
"tsparticles": "^1.35.2",
"typescript": "^4.4.3",
"uuid": "^8.3.2"
},
"devDependencies": {
@@ -80,19 +85,23 @@
"@types/react-scrollspy": "^3.3.3",
"@types/styled-components": "^5.1.9",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.26.0",
"@typescript-eslint/parser": "^4.32.0",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-styled-components": "^1.12.0",
"discord.js": "^12.5.3",
"babel-plugin-styled-components": "^1.13.2",
"discord.js": "^13.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.1.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^36.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-remove-trailing-slashes": "^3.6.0",
"prettier": "^2.3.0",
"tslint": "^6.1.2",
"gatsby-plugin-remove-trailing-slashes": "^3.14.0",
"prettier": "^2.4.1",
"svg-react-loader": "^0.4.6",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
}
}