Skip to content

Commit c101d57

Browse files
authored
Merge pull request #14 from CodeDead/feature/upgrades
feature/upgrades
2 parents 36481cd + 3e2da40 commit c101d57

File tree

5 files changed

+2336
-1563
lines changed

5 files changed

+2336
-1563
lines changed

.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

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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.4.1",
20-
"@mui/material": "^5.4.1",
21-
"axios": "^0.25.0",
22-
"gatsby": "^4.7.1",
23-
"gatsby-plugin-catch-links": "^4.7.0",
24-
"gatsby-plugin-google-gtag": "^4.7.0",
25-
"gatsby-plugin-image": "^2.7.0",
26-
"gatsby-plugin-react-helmet": "^5.7.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.7.0",
29-
"gatsby-plugin-sitemap": "^5.7.0",
30-
"gatsby-remark-images": "^6.7.0",
31-
"gatsby-source-filesystem": "^4.7.0",
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.7.0",
34-
"gatsby-transformer-sharp": "^4.7.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.9.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)