Skip to content

Commit 1858153

Browse files
committed
* Dependency upgrades
* Added opal release notes and details * Updated eslint
1 parent 2ed69e7 commit 1858153

File tree

6 files changed

+2337
-1660
lines changed

6 files changed

+2337
-1660
lines changed

.eslintrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"react"
1919
],
2020
"rules": {
21+
"react/function-component-definition": [
22+
2,
23+
{
24+
"namedComponents": "arrow-function",
25+
"unnamedComponents": "arrow-function"
26+
}
27+
],
2128
"react/prop-types": 0
2229
}
2330
}

package.json

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,35 @@
1414
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1515
},
1616
"dependencies": {
17-
"@emotion/react": "^11.5.0",
18-
"@emotion/styled": "^11.3.0",
19-
"@mui/icons-material": "^5.0.5",
20-
"@mui/material": "^5.0.6",
17+
"@emotion/react": "^11.6.0",
18+
"@emotion/styled": "^11.6.0",
19+
"@mui/icons-material": "^5.1.1",
20+
"@mui/material": "^5.1.1",
2121
"axios": "^0.24.0",
22-
"gatsby": "^4.1.0",
23-
"gatsby-plugin-catch-links": "^4.1.0",
24-
"gatsby-plugin-google-gtag": "^4.1.0",
25-
"gatsby-plugin-image": "^2.1.0",
26-
"gatsby-plugin-react-helmet": "^5.1.0",
22+
"gatsby": "^4.2.0",
23+
"gatsby-plugin-catch-links": "^4.2.0",
24+
"gatsby-plugin-google-gtag": "^4.2.0",
25+
"gatsby-plugin-image": "^2.2.0",
26+
"gatsby-plugin-react-helmet": "^5.2.0",
2727
"gatsby-plugin-robots-txt": "^1.6.14",
28-
"gatsby-plugin-sharp": "^4.1.0",
29-
"gatsby-plugin-sitemap": "^5.1.0",
30-
"gatsby-remark-images": "^6.1.0",
31-
"gatsby-source-filesystem": "^4.1.0",
32-
"gatsby-theme-material-ui": "^5.0.0",
33-
"gatsby-transformer-remark": "^5.1.0",
34-
"gatsby-transformer-sharp": "^4.1.0",
28+
"gatsby-plugin-sharp": "^4.2.0",
29+
"gatsby-plugin-sitemap": "^5.2.0",
30+
"gatsby-remark-images": "^6.2.0",
31+
"gatsby-source-filesystem": "^4.2.0",
32+
"gatsby-theme-material-ui": "^5.1.0",
33+
"gatsby-transformer-remark": "^5.2.0",
34+
"gatsby-transformer-sharp": "^4.2.0",
3535
"react": "^17.0.2",
3636
"react-dom": "^17.0.2",
3737
"react-helmet": "^6.1.0"
3838
},
3939
"devDependencies": {
40-
"eslint-config-airbnb": "^18.2.1",
41-
"eslint-plugin-import": "^2.25.2",
42-
"eslint-plugin-jsx-a11y": "^6.4.1",
43-
"eslint-plugin-react": "^7.26.1",
44-
"eslint-plugin-react-hooks": "^4.2.0"
40+
"eslint": "^8.3.0",
41+
"eslint-config-airbnb": "^19.0.0",
42+
"eslint-plugin-import": "^2.25.3",
43+
"eslint-plugin-jsx-a11y": "^6.5.1",
44+
"eslint-plugin-react": "^7.27.1",
45+
"eslint-plugin-react-hooks": "^4.3.0"
4546
},
4647
"repository": {
4748
"type": "git",
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
path: "/blog/2021/11/22/opal-1.0.1"
3+
title: "Opal 1.0.1 - Release"
4+
author: "CodeDead"
5+
date: "2021-11-22"
6+
abstract: "Opal v1.0.1 has just been released. We've added a couple of new sounds that you can listen to, along with some user-experience related..."
7+
categories: "Java, News"
8+
---
9+
## Information
10+
11+
![Opal](https://i.imgur.com/tNBWTPS.png)
12+
13+
Opal v1.0.1 has just been released. We've added a couple of new sounds that you can listen to, along with some user-experience related features
14+
such as the ability to close the Opal application when the timer runs out and drag-and-drop support for sound presets.
15+
16+
For a full list of changes, please take a look at the changelog below.
17+
18+
## Changelog
19+
20+
* Added an option to shut down Opal when the timer is fired
21+
* Added a cave sound
22+
* Added drag and drop functionality for sound presets
23+
* Added audio for frog sounds
24+
* Added audio for zen sound
25+
* Dependency upgrades
26+
* Refactoring
27+
28+
## Download
29+
30+
You can download the latest version of Opal by clicking on the following link:
31+
[Opal](https://codedead.com/software/opal)
32+
33+
## Other
34+
35+
Feel free to [contact us](/contact) if you have any questions or if you need help.

src/pages/software/opal/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const OpalPage = () => {
165165
style={{ width: '100%' }}
166166
variant="contained"
167167
color="primary"
168-
href="https://codedead.com/Software/Opal/Opal-1.0.0.msi"
168+
href="https://codedead.com/Software/Opal/Opal-1.0.1.msi"
169169
>
170170
Installer
171171
</Button>
@@ -176,7 +176,7 @@ const OpalPage = () => {
176176
}}
177177
variant="contained"
178178
color="primary"
179-
href="https://codedead.com/Software/Opal/Opal.zip"
179+
href="https://codedead.com/Software/Opal/Opal-1.0.1.zip"
180180
>
181181
Portable
182182
</Button>
@@ -189,7 +189,7 @@ const OpalPage = () => {
189189
style={{ width: '100%' }}
190190
variant="contained"
191191
color="primary"
192-
href="https://codedead.com/Software/Opal/Opal-x86_64-1.0.0.AppImage"
192+
href="https://codedead.com/Software/Opal/Opal-x86_64-1.0.1.AppImage"
193193
>
194194
AppImage
195195
</Button>

src/pages/software/opal/requirements/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const Requirements = () => {
9696
<Button
9797
fullWidth
9898
variant="contained"
99-
href="https://www.virustotal.com/gui/file/3afdd6f8d1de7454a06f83dd4df675ca5be5d11b60ba7473fafb0ec4afdd70f3?nocache=1"
99+
href="https://www.virustotal.com/gui/file/ace99dbb325f82a995c9be152dda70548f9431e5ac4da870fcf5edb449015751?nocache=1"
100100
target="_blank"
101101
>
102102
Installer
@@ -105,7 +105,7 @@ const Requirements = () => {
105105
style={{ marginTop: 10 }}
106106
variant="contained"
107107
fullWidth
108-
href="https://www.virustotal.com/gui/file/e7d923f8d03e105587b5dd66b7446f3b0980182d0d9e6cedbc8dd287c24a9866?nocache=1"
108+
href="https://www.virustotal.com/gui/file/c74591405c4d897b1192a4af779e81dffee5c60b75fd8f5820be30e332bcd11c?nocache=1"
109109
target="_blank"
110110
>
111111
Portable
@@ -118,7 +118,7 @@ const Requirements = () => {
118118
<Button
119119
fullWidth
120120
variant="contained"
121-
href="https://www.virustotal.com/gui/file/a7dceb43b91457420cbbef07bbe1940fb9d0ed001fefe60aa82f9e813159a3fb?nocache=1"
121+
href="https://www.virustotal.com/gui/file/c6deecf662c293944dc01819fb8f0e6a2415dc293ae591b9a26b9189f2214294?nocache=1"
122122
target="_blank"
123123
>
124124
AppImage

0 commit comments

Comments
 (0)