Skip to content

Commit 411e718

Browse files
committed
Dependency upgrades, updated EGLD text
1 parent 8275825 commit 411e718

5 files changed

Lines changed: 907 additions & 907 deletions

File tree

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.10.5",
1818
"@emotion/styled": "^11.10.5",
19-
"@mui/icons-material": "^5.10.14",
20-
"@mui/material": "^5.10.14",
21-
"axios": "^1.1.3",
22-
"gatsby": "^5.0.1",
23-
"gatsby-plugin-catch-links": "^5.0.0",
24-
"gatsby-plugin-google-gtag": "^5.0.0",
25-
"gatsby-plugin-image": "^3.0.0",
26-
"gatsby-plugin-react-helmet": "^6.0.0",
19+
"@mui/icons-material": "^5.11.0",
20+
"@mui/material": "^5.11.0",
21+
"axios": "^1.2.1",
22+
"gatsby": "^5.3.2",
23+
"gatsby-plugin-catch-links": "^5.3.0",
24+
"gatsby-plugin-google-gtag": "^5.3.0",
25+
"gatsby-plugin-image": "^3.3.2",
26+
"gatsby-plugin-react-helmet": "^6.3.0",
2727
"gatsby-plugin-robots-txt": "^1.8.0",
28-
"gatsby-plugin-sharp": "^5.0.0",
29-
"gatsby-plugin-sitemap": "^6.0.0",
30-
"gatsby-remark-images": "^7.0.0",
31-
"gatsby-source-filesystem": "^5.0.0",
28+
"gatsby-plugin-sharp": "^5.3.2",
29+
"gatsby-plugin-sitemap": "^6.3.1",
30+
"gatsby-remark-images": "^7.3.1",
31+
"gatsby-source-filesystem": "^5.3.1",
3232
"gatsby-theme-material-ui": "^5.3.0",
33-
"gatsby-transformer-remark": "^6.0.0",
34-
"gatsby-transformer-sharp": "^5.0.0",
33+
"gatsby-transformer-remark": "^6.3.1",
34+
"gatsby-transformer-sharp": "^5.3.1",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.27.0",
40+
"eslint": "^8.29.0",
4141
"eslint-config-airbnb": "^19.0.4",
4242
"eslint-plugin-import": "^2.26.0",
4343
"eslint-plugin-jsx-a11y": "^6.6.1",

src/markdown/blog/2021/03/23/egld-price-calculator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories: "JavaScript, News, Cryptocurrency"
88
---
99
## Information
1010

11-
We've added a new tool to our website. This time, a cryptocurrency price calculator, specifically made for [Elrond (EGLD)](https://elrond.com).
11+
We've added a new tool to our website. This time, a cryptocurrency price calculator, specifically made for [MultiversX (EGLD)](https://multiversx.com).
1212
With this tool, you can retrieve the current simple price for the EGLD currency, using data retrieved from [CoinGecko](https://coingecko.com).
1313

1414
## EGLD Price Calculator

src/pages/donate/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ const Donate = () => {
215215
<>
216216
You can donate
217217
{' '}
218-
<a href="https://elrond.com" target="_blank" rel="noreferrer">EGLD</a>
218+
<a href="https://multiversx.com/" target="_blank" rel="noreferrer">EGLD</a>
219219
{' '}
220220
to the following address:
221221
erd1rdc6w82ftjsyp5ethh0q56297fsef6w5ht75vyltcjh3ms220urqezdhd3

src/pages/software/egld-price-calculator/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const EgldPriceCalculator = () => {
137137

138138
return (
139139
<Layout>
140-
<PageHeader title="Elrond (EGLD) Price Calculator" subTitle="Simple Elrond (EGLD) price calculator" />
140+
<PageHeader title="MultiversX (EGLD) Price Calculator" subTitle="Simple MultiversX (EGLD) price calculator" />
141141
<Container maxWidth="md" style={{ marginTop: 10 }}>
142142
<Card>
143143
<CardContent>

0 commit comments

Comments
 (0)