diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c1c580f7..eee496f9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@
All contributions are welcome! However, there are some things you need to take note of before starting your contribution to the Mue project.
## General
-Test *everything*. That's right - make sure every feature still works depending on the change you just implemented. If it's a translation, check if all strings are translated.
+Test *everything*. That's right - make sure every feature still works depending on the change you just implemented. If it's a translation, check if all strings are translated.
A bug fix? See if it has fixed the issue fully on both Chromium and Firefox. For features, make sure that everything else still works fine and is compatible with what you
implemented.
@@ -21,7 +21,7 @@ We prefer it if you implement features from our [projects board](https://github.
issue or our Discord server (see README for invite). Here's a quick list of things to look out for:
* External APIs - Please refrain from requesting to servers not on the ``muetab.xyz``, ``derpyenterprises.org`` or ``duckduckgo.com`` domains. Whenever possible, try to create
a "proxy" API service for requests to go through. Pull requests involving paid APIs or heavily limited free plans will be denied.
-* Clones - Please don't go blatantly copying features from the alternative extensions out there unless you have written permission from the original author of the project.
+* Clones - Please don't go blatantly copying features from the alternative extensions out there unless you have written permission from the original author of the project.
Inspired features are fine.
* Removed Features - If a feature has been removed by us don't add it back again without asking us about it first for the reasons as to why it was removed in the first place.
diff --git a/package.json b/package.json
index 72fc4913..ff122044 100644
--- a/package.json
+++ b/package.json
@@ -15,16 +15,16 @@
"license": "BSD-3-Clause",
"version": "4.1.1",
"dependencies": {
- "@material-ui/core": "^4.11.0",
- "@material-ui/icons": "^4.9.1",
+ "@material-ui/core": "4.11.0",
+ "@material-ui/icons": "4.9.1",
"@muetab/quotes": "^1.0.0",
"lodash.merge": "4.6.2",
- "react": "^16.13.1",
+ "react": "16.14.0",
"react-clock": "^2.4.0",
- "react-dom": "^16.13.1",
- "react-modal": "^3.11.2",
- "react-toastify": "^6.0.8",
- "supports-webp": "^2.0.1"
+ "react-dom": "16.14.0",
+ "react-modal": "3.11.2",
+ "react-toastify": "6.0.9",
+ "supports-webp": "2.0.1"
},
"devDependencies": {
"react-scripts": "3.4.3",
diff --git a/src/components/modals/tabs/Settings.jsx b/src/components/modals/tabs/Settings.jsx
index 3919eb00..67656edb 100644
--- a/src/components/modals/tabs/Settings.jsx
+++ b/src/components/modals/tabs/Settings.jsx
@@ -62,7 +62,7 @@ export default class Settings extends React.PureComponent {