diff --git a/.env b/.env
index 7db6011f..7894bd43 100644
--- a/.env
+++ b/.env
@@ -1,2 +1,3 @@
GENERATE_SOURCEMAP=false
-INLINE_RUNTIME_CHUNK=false
\ No newline at end of file
+INLINE_RUNTIME_CHUNK=false
+SKIP_PREFLIGHT_CHECK=true
\ No newline at end of file
diff --git a/README.md b/README.md
index e3775765..124d6f55 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Please see our [roadmap](https://github.com/mue/mue/projects)
[Firefox Add-ons](https://addons.mozilla.org/firefox/addon/mue)
### Edge (Chromium)
-[Microsoft Edge Addons](https://microsoftedge.microsoft.com/addons/detail/aepnglgjfokepefimhbnibfjekidhmja)
+~~[Microsoft Edge Addons](https://microsoftedge.microsoft.com/addons/detail/aepnglgjfokepefimhbnibfjekidhmja)~~ Currently outdated, please use the Chrome Web Store version
### Opera/Other
[GitHub Releases](https://github.com/mue/mue/releases)
@@ -125,14 +125,14 @@ Please see our [roadmap](https://github.com/mue/mue/projects)
## Credits
### Core Team
#### Maintainers
-[David Ralph (ohlookitsderpy)](https://github.com/ohlookitsderpy) - Founder, Lead development, Photographer
-
-[Alex Sparkes](https://github.com/alexsparkes) - Name, Lead design, Photographer
+[David Ralph (ohlookitsderpy)](https://github.com/ohlookitsderpy) - Lead development, photographer
#### Developers
-[Wessel Tip](https://github.com/Wessel) - Development
+[Alex Sparkes](https://github.com/alexsparkes) - Name, lead design, photographer
-[Isaac (Eartharoid)](https://github.com/eartharoid) - QA, Development, Photographer
+[Isaac (Eartharoid)](https://github.com/eartharoid) - QA, development, photographer
+
+[Wessel Tip](https://github.com/Wessel) - Development
### Translators
[Wessel Tip](https://github.com/Wessel) - Dutch
diff --git a/package.json b/package.json
index 60576d28..27d42c94 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,7 @@
{
"name": "mue",
"private": true,
- "author": "David \"ohlookitsderpy\" Ralph (https://derpyenterprises.org)",
- "maintainers": [
- "David \"ohlookitsderpy\" Ralph (https://derpyenterprises.org)",
- "Alex \"TurboMarshmello\" Sparkes (https://github.com/alexsparkes)"
- ],
+ "author": "David \"ohlookitsderpy\" Ralph (https://derpyenterprises.org)",
"description": "Fast, open and free-to-use new tab page for modern browsers.",
"repository": {
"url": "github:mue/mue"
@@ -15,8 +11,7 @@
"license": "BSD-3-Clause",
"version": "5.0.0",
"dependencies": {
- "@eartharoid/dtf": "^1.0.8",
- "@material-ui/core": "4.11.0",
+ "@material-ui/core": "4.11.1",
"@material-ui/icons": "4.9.1",
"@muetab/quotes": "^1.0.0",
"fontsource-lexend-deca": "^3.0.10",
@@ -25,13 +20,13 @@
"react": "17.0.1",
"react-clock": "^2.4.0",
"react-color-gradient-picker": "^0.1.2",
- "react-dom": "17.0.1",
- "react-modal": "3.11.2",
- "react-toastify": "6.0.9",
+ "react-dom": "16.14.0",
+ "react-modal": "3.12.1",
+ "react-toastify": "6.1.0",
"supports-webp": "2.0.1"
},
"devDependencies": {
- "react-scripts": "4.0.0",
+ "react-scripts": "4.0.1",
"node-sass": "^5.0.0"
},
"scripts": {