-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade minor deps (except Forge)
- Loading branch information
1 parent
074d1e0
commit de826e1
Showing
5 changed files
with
329 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2"> | ||
<link rel="manifest" href="/site.webmanifest?v=2"> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2" color="#071c3f"> | ||
<link rel="shortcut icon" href="/favicon.ico?v=2"> | ||
<meta name="msapplication-TileColor" content="#071c3f"> | ||
<meta name="theme-color" content="#071c3f"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2" /> | ||
<link rel="manifest" href="/site.webmanifest?v=2" /> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2" color="#071c3f" /> | ||
<link rel="shortcut icon" href="/favicon.ico?v=2" /> | ||
<meta name="msapplication-TileColor" content="#071c3f" /> | ||
<meta name="theme-color" content="#071c3f" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "/android-chrome-192x192.png?v=20", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "/android-chrome-512x512.png?v=20", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "/android-chrome-192x192.png?v=20", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "/android-chrome-512x512.png?v=20", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |
Oops, something went wrong.