Skip to content

Commit 6e90c45

Browse files
authored
Merge pull request #15 from CodeDead/release/v1.0.3
Release/v1.0.3
2 parents cff6e28 + 59bfc42 commit 6e90c45

File tree

7 files changed

+3573
-2925
lines changed

7 files changed

+3573
-2925
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ecmaFeatures": {
1212
"jsx": true
1313
},
14-
"ecmaVersion": 13,
14+
"ecmaVersion": "latest",
1515
"sourceType": "module"
1616
},
1717
"plugins": [

.yarn/releases/yarn-3.1.1.cjs

Lines changed: 0 additions & 768 deletions
This file was deleted.

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 785 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/yarn-up-all-plugin.cjs
55
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.1.0/index.js"
66

7-
yarnPath: .yarn/releases/yarn-3.1.1.cjs
7+
yarnPath: .yarn/releases/yarn-3.2.0.cjs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ yarn build
2525

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

28-
Copyright © 2021 CodeDead
28+
Copyright © 2022 CodeDead

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codedead.com",
33
"private": true,
44
"description": "CodeDead Website",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"license": "0BSD",
77
"scripts": {
88
"build": "gatsby build",
@@ -14,34 +14,34 @@
1414
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1515
},
1616
"dependencies": {
17-
"@emotion/react": "^11.7.1",
18-
"@emotion/styled": "^11.6.0",
19-
"@mui/icons-material": "^5.2.5",
20-
"@mui/material": "^5.2.8",
21-
"axios": "^0.24.0",
22-
"gatsby": "^4.5.3",
23-
"gatsby-plugin-catch-links": "^4.5.0",
24-
"gatsby-plugin-google-gtag": "^4.5.0",
25-
"gatsby-plugin-image": "^2.5.2",
26-
"gatsby-plugin-react-helmet": "^5.5.0",
17+
"@emotion/react": "^11.8.2",
18+
"@emotion/styled": "^11.8.1",
19+
"@mui/icons-material": "^5.5.0",
20+
"@mui/material": "^5.5.0",
21+
"axios": "^0.26.1",
22+
"gatsby": "^4.9.3",
23+
"gatsby-plugin-catch-links": "^4.9.0",
24+
"gatsby-plugin-google-gtag": "^4.9.0",
25+
"gatsby-plugin-image": "^2.9.1",
26+
"gatsby-plugin-react-helmet": "^5.9.0",
2727
"gatsby-plugin-robots-txt": "^1.7.0",
28-
"gatsby-plugin-sharp": "^4.5.2",
29-
"gatsby-plugin-sitemap": "^5.5.0",
30-
"gatsby-remark-images": "^6.5.2",
31-
"gatsby-source-filesystem": "^4.5.2",
28+
"gatsby-plugin-sharp": "^4.9.1",
29+
"gatsby-plugin-sitemap": "^5.9.0",
30+
"gatsby-remark-images": "^6.9.1",
31+
"gatsby-source-filesystem": "^4.9.1",
3232
"gatsby-theme-material-ui": "^5.1.0",
33-
"gatsby-transformer-remark": "^5.5.2",
34-
"gatsby-transformer-sharp": "^4.5.0",
33+
"gatsby-transformer-remark": "^5.9.1",
34+
"gatsby-transformer-sharp": "^4.9.0",
3535
"react": "^17.0.2",
3636
"react-dom": "^17.0.2",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.7.0",
40+
"eslint": "^8.10.0",
4141
"eslint-config-airbnb": "^19.0.4",
4242
"eslint-plugin-import": "^2.25.4",
4343
"eslint-plugin-jsx-a11y": "^6.5.1",
44-
"eslint-plugin-react": "^7.28.0",
44+
"eslint-plugin-react": "^7.29.3",
4545
"eslint-plugin-react-hooks": "^4.3.0"
4646
},
4747
"repository": {
@@ -51,5 +51,5 @@
5151
"bugs": {
5252
"url": "https://github.com/CodeDead/codedead.com/issues"
5353
},
54-
"packageManager": "yarn@3.1.1"
54+
"packageManager": "yarn@3.2.0"
5555
}

0 commit comments

Comments
 (0)