Skip to content

Commit 17a7428

Browse files
committed
feat: dependency upgrades
1 parent 0a4274f commit 17a7428

2 files changed

Lines changed: 543 additions & 524 deletions

File tree

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1616
},
1717
"dependencies": {
18-
"@emotion/react": "^11.11.1",
18+
"@emotion/react": "^11.11.3",
1919
"@emotion/styled": "^11.11.0",
20-
"@mui/icons-material": "^5.15.0",
21-
"@mui/material": "^5.15.0",
22-
"axios": "^1.6.2",
23-
"gatsby": "^5.12.12",
24-
"gatsby-plugin-catch-links": "^5.12.0",
25-
"gatsby-plugin-google-gtag": "^5.12.3",
26-
"gatsby-plugin-image": "^3.12.3",
27-
"gatsby-plugin-react-helmet": "^6.12.0",
20+
"@mui/icons-material": "^5.15.3",
21+
"@mui/material": "^5.15.3",
22+
"axios": "^1.6.5",
23+
"gatsby": "^5.13.1",
24+
"gatsby-plugin-catch-links": "^5.13.0",
25+
"gatsby-plugin-google-gtag": "^5.13.0",
26+
"gatsby-plugin-image": "^3.13.0",
27+
"gatsby-plugin-react-helmet": "^6.13.0",
2828
"gatsby-plugin-robots-txt": "^1.8.0",
29-
"gatsby-plugin-sharp": "^5.12.3",
30-
"gatsby-plugin-sitemap": "^6.12.3",
31-
"gatsby-remark-images": "^7.12.3",
32-
"gatsby-source-filesystem": "^5.12.1",
29+
"gatsby-plugin-sharp": "^5.13.0",
30+
"gatsby-plugin-sitemap": "^6.13.0",
31+
"gatsby-remark-images": "^7.13.0",
32+
"gatsby-source-filesystem": "^5.13.0",
3333
"gatsby-theme-material-ui": "^5.3.0",
34-
"gatsby-transformer-remark": "^6.12.3",
35-
"gatsby-transformer-sharp": "^5.12.3",
34+
"gatsby-transformer-remark": "^6.13.0",
35+
"gatsby-transformer-sharp": "^5.13.0",
3636
"react": "^18.2.0",
3737
"react-dom": "^18.2.0",
3838
"react-helmet": "^6.1.0"

0 commit comments

Comments
 (0)