Skip to content

Commit ae3d352

Browse files
authored
Merge pull request #19 from CodeDead/feature/upgrades
Feature/upgrades
2 parents d09885a + 100f9c4 commit ae3d352

File tree

3 files changed

+536
-559
lines changed

3 files changed

+536
-559
lines changed

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 © 2022 CodeDead
28+
Copyright © 2023 CodeDead

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@
1717
"@emotion/react": "^11.10.5",
1818
"@emotion/styled": "^11.10.5",
1919
"@mui/icons-material": "^5.11.0",
20-
"@mui/material": "^5.11.4",
21-
"axios": "^1.2.2",
22-
"gatsby": "^5.4.0",
23-
"gatsby-plugin-catch-links": "^5.4.0",
24-
"gatsby-plugin-google-gtag": "^5.4.0",
25-
"gatsby-plugin-image": "^3.4.0",
26-
"gatsby-plugin-react-helmet": "^6.4.0",
20+
"@mui/material": "^5.11.7",
21+
"axios": "^1.2.6",
22+
"gatsby": "^5.5.0",
23+
"gatsby-plugin-catch-links": "^5.5.0",
24+
"gatsby-plugin-google-gtag": "^5.5.0",
25+
"gatsby-plugin-image": "^3.5.0",
26+
"gatsby-plugin-react-helmet": "^6.5.0",
2727
"gatsby-plugin-robots-txt": "^1.8.0",
28-
"gatsby-plugin-sharp": "^5.4.0",
29-
"gatsby-plugin-sitemap": "^6.4.0",
30-
"gatsby-remark-images": "^7.4.0",
31-
"gatsby-source-filesystem": "^5.4.0",
28+
"gatsby-plugin-sharp": "^5.5.0",
29+
"gatsby-plugin-sitemap": "^6.5.0",
30+
"gatsby-remark-images": "^7.5.0",
31+
"gatsby-source-filesystem": "^5.5.0",
3232
"gatsby-theme-material-ui": "^5.3.0",
33-
"gatsby-transformer-remark": "^6.4.0",
34-
"gatsby-transformer-sharp": "^5.4.0",
33+
"gatsby-transformer-remark": "^6.5.0",
34+
"gatsby-transformer-sharp": "^5.5.0",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.31.0",
40+
"eslint": "^8.33.0",
4141
"eslint-config-airbnb": "^19.0.4",
42-
"eslint-plugin-import": "^2.27.4",
42+
"eslint-plugin-import": "^2.27.5",
4343
"eslint-plugin-jsx-a11y": "^6.7.1",
44-
"eslint-plugin-react": "^7.32.0",
44+
"eslint-plugin-react": "^7.32.2",
4545
"eslint-plugin-react-hooks": "^4.6.0"
4646
},
4747
"repository": {

0 commit comments

Comments
 (0)