Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 13,
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
Expand Down
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.1.cjs

This file was deleted.

785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/yarn-up-all-plugin.cjs
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.1.0/index.js"

yarnPath: .yarn/releases/yarn-3.1.1.cjs
yarnPath: .yarn/releases/yarn-3.2.0.cjs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ yarn build

This website is maintained by [CodeDead](https://codedead.com).

Copyright © 2021 CodeDead
Copyright © 2022 CodeDead
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codedead.com",
"private": true,
"description": "CodeDead Website",
"version": "1.0.2",
"version": "1.0.3",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
Expand All @@ -14,34 +14,34 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.8",
"axios": "^0.24.0",
"gatsby": "^4.5.3",
"gatsby-plugin-catch-links": "^4.5.0",
"gatsby-plugin-google-gtag": "^4.5.0",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.0",
"@mui/material": "^5.5.0",
"axios": "^0.26.1",
"gatsby": "^4.9.3",
"gatsby-plugin-catch-links": "^4.9.0",
"gatsby-plugin-google-gtag": "^4.9.0",
"gatsby-plugin-image": "^2.9.1",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-plugin-sitemap": "^5.5.0",
"gatsby-remark-images": "^6.5.2",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-plugin-sitemap": "^5.9.0",
"gatsby-remark-images": "^6.9.1",
"gatsby-source-filesystem": "^4.9.1",
"gatsby-theme-material-ui": "^5.1.0",
"gatsby-transformer-remark": "^5.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"gatsby-transformer-remark": "^5.9.1",
"gatsby-transformer-sharp": "^4.9.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0"
},
"repository": {
Expand All @@ -51,5 +51,5 @@
"bugs": {
"url": "https://github.com/CodeDead/codedead.com/issues"
},
"packageManager": "yarn@3.1.1"
"packageManager": "yarn@3.2.0"
}
Loading