Skip to content

Commit 14eac01

Browse files
committed
* Dependency upgrades
1 parent 749878a commit 14eac01

File tree

2 files changed

+299
-248
lines changed

2 files changed

+299
-248
lines changed

package.json

Lines changed: 17 additions & 17 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.0",
17+
"@emotion/react": "^11.7.1",
1818
"@emotion/styled": "^11.6.0",
19-
"@mui/icons-material": "^5.2.1",
20-
"@mui/material": "^5.2.3",
19+
"@mui/icons-material": "^5.2.5",
20+
"@mui/material": "^5.2.6",
2121
"axios": "^0.24.0",
22-
"gatsby": "^4.3.0",
23-
"gatsby-plugin-catch-links": "^4.3.0",
24-
"gatsby-plugin-google-gtag": "^4.3.0",
25-
"gatsby-plugin-image": "^2.3.0",
26-
"gatsby-plugin-react-helmet": "^5.3.0",
22+
"gatsby": "^4.4.0",
23+
"gatsby-plugin-catch-links": "^4.4.0",
24+
"gatsby-plugin-google-gtag": "^4.4.0",
25+
"gatsby-plugin-image": "^2.4.0",
26+
"gatsby-plugin-react-helmet": "^5.4.0",
2727
"gatsby-plugin-robots-txt": "^1.6.14",
28-
"gatsby-plugin-sharp": "^4.3.0",
29-
"gatsby-plugin-sitemap": "^5.3.0",
30-
"gatsby-remark-images": "^6.3.0",
31-
"gatsby-source-filesystem": "^4.3.0",
28+
"gatsby-plugin-sharp": "^4.4.0",
29+
"gatsby-plugin-sitemap": "^5.4.0",
30+
"gatsby-remark-images": "^6.4.0",
31+
"gatsby-source-filesystem": "^4.4.0",
3232
"gatsby-theme-material-ui": "^5.1.0",
33-
"gatsby-transformer-remark": "^5.3.0",
34-
"gatsby-transformer-sharp": "^4.3.0",
33+
"gatsby-transformer-remark": "^5.4.0",
34+
"gatsby-transformer-sharp": "^4.4.0",
3535
"react": "^17.0.2",
3636
"react-dom": "^17.0.2",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.4.1",
41-
"eslint-config-airbnb": "^19.0.2",
40+
"eslint": "^8.5.0",
41+
"eslint-config-airbnb": "^19.0.4",
4242
"eslint-plugin-import": "^2.25.3",
4343
"eslint-plugin-jsx-a11y": "^6.5.1",
44-
"eslint-plugin-react": "^7.27.1",
44+
"eslint-plugin-react": "^7.28.0",
4545
"eslint-plugin-react-hooks": "^4.3.0"
4646
},
4747
"repository": {

0 commit comments

Comments
 (0)