Skip to content

Commit 40b7269

Browse files
committed
* Dependency upgrades
* Yarn upgrade
1 parent c0c6d33 commit 40b7269

File tree

5 files changed

+3337
-3359
lines changed

5 files changed

+3337
-3359
lines changed

.yarn/releases/yarn-3.2.0.cjs

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

.yarn/releases/yarn-3.2.1.cjs

Lines changed: 786 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
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-3.2.0.cjs
3+
yarnPath: .yarn/releases/yarn-3.2.1.cjs

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,32 @@
1616
"dependencies": {
1717
"@emotion/react": "^11.9.0",
1818
"@emotion/styled": "^11.8.1",
19-
"@mui/icons-material": "^5.6.2",
20-
"@mui/material": "^5.6.4",
19+
"@mui/icons-material": "^5.8.0",
20+
"@mui/material": "^5.8.1",
2121
"axios": "^0.27.2",
22-
"gatsby": "^4.13.1",
23-
"gatsby-plugin-catch-links": "^4.13.0",
24-
"gatsby-plugin-google-gtag": "^4.13.0",
25-
"gatsby-plugin-image": "^2.13.0",
26-
"gatsby-plugin-react-helmet": "^5.13.0",
22+
"gatsby": "^4.15.1",
23+
"gatsby-plugin-catch-links": "^4.15.0",
24+
"gatsby-plugin-google-gtag": "^4.15.0",
25+
"gatsby-plugin-image": "^2.15.0",
26+
"gatsby-plugin-react-helmet": "^5.15.0",
2727
"gatsby-plugin-robots-txt": "^1.7.1",
28-
"gatsby-plugin-sharp": "^4.13.0",
29-
"gatsby-plugin-sitemap": "^5.13.0",
30-
"gatsby-remark-images": "^6.13.0",
31-
"gatsby-source-filesystem": "^4.13.0",
28+
"gatsby-plugin-sharp": "^4.15.0",
29+
"gatsby-plugin-sitemap": "^5.15.0",
30+
"gatsby-remark-images": "^6.15.0",
31+
"gatsby-source-filesystem": "^4.15.0",
3232
"gatsby-theme-material-ui": "^5.2.0",
33-
"gatsby-transformer-remark": "^5.13.0",
34-
"gatsby-transformer-sharp": "^4.13.0",
33+
"gatsby-transformer-remark": "^5.15.0",
34+
"gatsby-transformer-sharp": "^4.15.0",
3535
"react": "^18.1.0",
3636
"react-dom": "^18.1.0",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.15.0",
40+
"eslint": "^8.16.0",
4141
"eslint-config-airbnb": "^19.0.4",
4242
"eslint-plugin-import": "^2.26.0",
4343
"eslint-plugin-jsx-a11y": "^6.5.1",
44-
"eslint-plugin-react": "^7.29.4",
44+
"eslint-plugin-react": "^7.30.0",
4545
"eslint-plugin-react-hooks": "^4.5.0"
4646
},
4747
"repository": {
@@ -51,5 +51,5 @@
5151
"bugs": {
5252
"url": "https://github.com/CodeDead/codedead.com/issues"
5353
},
54-
"packageManager": "[email protected].0"
54+
"packageManager": "[email protected].1"
5555
}

0 commit comments

Comments
 (0)