fix favicon and update deps

master
JFH 2022-05-19 20:56:58 +02:00
parent 7cbcb6989c
commit a1b56331ab
3 changed files with 551 additions and 519 deletions

1058
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -83,17 +83,17 @@
"core-js": "3.22.5",
"elix": "15.0.1",
"html2canvas": "1.4.1",
"i18next": "21.8.2",
"i18next": "21.8.3",
"jspdf": "2.5.1",
"pathseg": "1.2.1",
"regenerator-runtime": "0.13.9",
"svg2pdf.js": "2.2.0"
},
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/preset-env": "7.17.10",
"@babel/core": "7.18.0",
"@babel/preset-env": "7.18.0",
"@babel/register": "7.17.7",
"@babel/runtime-corejs3": "7.17.9",
"@babel/runtime-corejs3": "7.18.0",
"@cypress/code-coverage": "3.9.12",
"@cypress/fiddle": "1.19.3",
"@rollup/plugin-babel": "5.3.1",
@ -123,7 +123,7 @@
"remark-cli": "10.0.1",
"remark-lint-ordered-list-marker-value": "3.1.1",
"rimraf": "3.0.2",
"rollup": "2.73.0",
"rollup": "2.74.1",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-html": "0.2.1",

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- No-op until loaded dynamically (could make configurable) -->
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon" />
<link rel="icon" href="images/logo.svg">
<!-- STYLESHEETS (others loaded dynamically) -->
<style id="styleoverrides" media="screen"></style>
<link href="./svgedit.css" rel="stylesheet" media="all">