Skip to content

Commit dba4092

Browse files
committed
* Dependency upgrades
* Removed unneeded plugin
1 parent 4bf15d3 commit dba4092

File tree

5 files changed

+885
-728
lines changed

5 files changed

+885
-728
lines changed

.yarn/plugins/yarn-up-all-plugin.cjs

Lines changed: 0 additions & 1 deletion
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
nodeLinker: node-modules
22

3-
plugins:
4-
- path: .yarn/plugins/yarn-up-all-plugin.cjs
5-
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.1.0/index.js"
6-
73
yarnPath: .yarn/releases/yarn-3.2.0.cjs

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@
1414
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1515
},
1616
"dependencies": {
17-
"@emotion/react": "^11.8.2",
17+
"@emotion/react": "^11.9.0",
1818
"@emotion/styled": "^11.8.1",
19-
"@mui/icons-material": "^5.5.1",
20-
"@mui/material": "^5.5.3",
19+
"@mui/icons-material": "^5.6.2",
20+
"@mui/material": "^5.6.2",
2121
"axios": "^0.26.1",
22-
"gatsby": "^4.11.1",
23-
"gatsby-plugin-catch-links": "^4.11.0",
24-
"gatsby-plugin-google-gtag": "^4.11.0",
25-
"gatsby-plugin-image": "^2.11.1",
26-
"gatsby-plugin-react-helmet": "^5.11.0",
27-
"gatsby-plugin-robots-txt": "^1.7.0",
28-
"gatsby-plugin-sharp": "^4.11.1",
29-
"gatsby-plugin-sitemap": "^5.11.1",
30-
"gatsby-remark-images": "^6.11.1",
31-
"gatsby-source-filesystem": "^4.11.1",
32-
"gatsby-theme-material-ui": "^5.1.0",
33-
"gatsby-transformer-remark": "^5.11.1",
34-
"gatsby-transformer-sharp": "^4.11.0",
22+
"gatsby": "^4.12.1",
23+
"gatsby-plugin-catch-links": "^4.12.1",
24+
"gatsby-plugin-google-gtag": "^4.12.1",
25+
"gatsby-plugin-image": "^2.12.1",
26+
"gatsby-plugin-react-helmet": "^5.12.1",
27+
"gatsby-plugin-robots-txt": "^1.7.1",
28+
"gatsby-plugin-sharp": "^4.12.1",
29+
"gatsby-plugin-sitemap": "^5.12.1",
30+
"gatsby-remark-images": "^6.12.1",
31+
"gatsby-source-filesystem": "^4.12.1",
32+
"gatsby-theme-material-ui": "^5.2.0",
33+
"gatsby-transformer-remark": "^5.12.1",
34+
"gatsby-transformer-sharp": "^4.12.1",
3535
"react": "^18.0.0",
3636
"react-dom": "^18.0.0",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^8.12.0",
40+
"eslint": "^8.13.0",
4141
"eslint-config-airbnb": "^19.0.4",
42-
"eslint-plugin-import": "^2.25.4",
42+
"eslint-plugin-import": "^2.26.0",
4343
"eslint-plugin-jsx-a11y": "^6.5.1",
4444
"eslint-plugin-react": "^7.29.4",
4545
"eslint-plugin-react-hooks": "^4.4.0"

src/pages/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const Home = () => {
167167
</Typography>
168168
<Typography color="textSecondary" paragraph>
169169
A free and open source music player that will help you relax. Opal has
170-
14 sounds available that will help you relax. It runs on Windows and Linux.
170+
17 sounds available that will help you relax. It runs on Windows and Linux.
171171
</Typography>
172172
</Grid>
173173
</Grid>

0 commit comments

Comments
 (0)