Skip to content

Commit 0f08247

Browse files
committed
Yarn upgrade, dependency upgrades
1 parent 9df3a33 commit 0f08247

4 files changed

Lines changed: 1168 additions & 1878 deletions

File tree

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

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-3.2.2.cjs
3+
yarnPath: .yarn/releases/yarn-3.2.3.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.9.3",
18-
"@emotion/styled": "^11.9.3",
19-
"@mui/icons-material": "^5.8.4",
20-
"@mui/material": "^5.9.2",
17+
"@emotion/react": "^11.10.0",
18+
"@emotion/styled": "^11.10.0",
19+
"@mui/icons-material": "^5.10.2",
20+
"@mui/material": "^5.10.2",
2121
"axios": "^0.27.2",
22-
"gatsby": "^4.19.2",
23-
"gatsby-plugin-catch-links": "^4.19.0",
24-
"gatsby-plugin-google-gtag": "^4.19.0",
25-
"gatsby-plugin-image": "^2.19.0",
26-
"gatsby-plugin-react-helmet": "^5.19.0",
22+
"gatsby": "^4.21.1",
23+
"gatsby-plugin-catch-links": "^4.21.0",
24+
"gatsby-plugin-google-gtag": "^4.21.0",
25+
"gatsby-plugin-image": "^2.21.0",
26+
"gatsby-plugin-react-helmet": "^5.21.0",
2727
"gatsby-plugin-robots-txt": "^1.7.1",
28-
"gatsby-plugin-sharp": "^4.19.0",
29-
"gatsby-plugin-sitemap": "^5.19.0",
30-
"gatsby-remark-images": "^6.19.0",
31-
"gatsby-source-filesystem": "^4.19.0",
32-
"gatsby-theme-material-ui": "^5.2.0",
33-
"gatsby-transformer-remark": "^5.19.0",
34-
"gatsby-transformer-sharp": "^4.19.0",
28+
"gatsby-plugin-sharp": "^4.21.0",
29+
"gatsby-plugin-sitemap": "^5.21.0",
30+
"gatsby-remark-images": "^6.21.0",
31+
"gatsby-source-filesystem": "^4.21.1",
32+
"gatsby-theme-material-ui": "^5.3.0",
33+
"gatsby-transformer-remark": "^5.21.0",
34+
"gatsby-transformer-sharp": "^4.21.0",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.20.0",
40+
"eslint": "^8.23.0",
4141
"eslint-config-airbnb": "^19.0.4",
4242
"eslint-plugin-import": "^2.26.0",
4343
"eslint-plugin-jsx-a11y": "^6.6.1",
44-
"eslint-plugin-react": "^7.30.1",
44+
"eslint-plugin-react": "^7.31.1",
4545
"eslint-plugin-react-hooks": "^4.6.0"
4646
},
4747
"repository": {
@@ -51,5 +51,5 @@
5151
"bugs": {
5252
"url": "https://github.com/CodeDead/codedead.com/issues"
5353
},
54-
"packageManager": "yarn@3.2.2"
54+
"packageManager": "yarn@3.2.3"
5555
}

0 commit comments

Comments
 (0)