Skip to content

Commit 36481cd

Browse files
committed
* Dependency upgrades
1 parent 1dac3aa commit 36481cd

File tree

3 files changed

+1702
-1827
lines changed

3 files changed

+1702
-1827
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ecmaFeatures": {
1212
"jsx": true
1313
},
14-
"ecmaVersion": 13,
14+
"ecmaVersion": "latest",
1515
"sourceType": "module"
1616
},
1717
"plugins": [

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@
1616
"dependencies": {
1717
"@emotion/react": "^11.7.1",
1818
"@emotion/styled": "^11.6.0",
19-
"@mui/icons-material": "^5.2.5",
20-
"@mui/material": "^5.2.8",
21-
"axios": "^0.24.0",
22-
"gatsby": "^4.5.3",
23-
"gatsby-plugin-catch-links": "^4.5.0",
24-
"gatsby-plugin-google-gtag": "^4.5.0",
25-
"gatsby-plugin-image": "^2.5.2",
26-
"gatsby-plugin-react-helmet": "^5.5.0",
19+
"@mui/icons-material": "^5.4.1",
20+
"@mui/material": "^5.4.1",
21+
"axios": "^0.25.0",
22+
"gatsby": "^4.7.1",
23+
"gatsby-plugin-catch-links": "^4.7.0",
24+
"gatsby-plugin-google-gtag": "^4.7.0",
25+
"gatsby-plugin-image": "^2.7.0",
26+
"gatsby-plugin-react-helmet": "^5.7.0",
2727
"gatsby-plugin-robots-txt": "^1.7.0",
28-
"gatsby-plugin-sharp": "^4.5.2",
29-
"gatsby-plugin-sitemap": "^5.5.0",
30-
"gatsby-remark-images": "^6.5.2",
31-
"gatsby-source-filesystem": "^4.5.2",
28+
"gatsby-plugin-sharp": "^4.7.0",
29+
"gatsby-plugin-sitemap": "^5.7.0",
30+
"gatsby-remark-images": "^6.7.0",
31+
"gatsby-source-filesystem": "^4.7.0",
3232
"gatsby-theme-material-ui": "^5.1.0",
33-
"gatsby-transformer-remark": "^5.5.2",
34-
"gatsby-transformer-sharp": "^4.5.0",
33+
"gatsby-transformer-remark": "^5.7.0",
34+
"gatsby-transformer-sharp": "^4.7.0",
3535
"react": "^17.0.2",
3636
"react-dom": "^17.0.2",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.7.0",
40+
"eslint": "^8.9.0",
4141
"eslint-config-airbnb": "^19.0.4",
4242
"eslint-plugin-import": "^2.25.4",
4343
"eslint-plugin-jsx-a11y": "^6.5.1",

0 commit comments

Comments
 (0)