From 9ad344bdd8eebddbb6602373a22267a2177d857f Mon Sep 17 00:00:00 2001 From: Burak Karaduman Date: Sun, 1 Dec 2024 19:48:00 +0300 Subject: [PATCH] apple-touch-icon & meta content are updated --- package-lock.json | 8 ++++---- public/index.html | 2 +- public/logo192.png | Bin 0 -> 16690 bytes 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 public/logo192.png diff --git a/package-lock.json b/package-lock.json index 9aa4694..aabcbe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18656,9 +18656,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "license": "Apache-2.0", "peer": true, "bin": { @@ -18666,7 +18666,7 @@ "tsserver": "bin/tsserver" }, "engines": { - "node": ">=14.17" + "node": ">=4.2.0" } }, "node_modules/unbox-primitive": { diff --git a/public/index.html b/public/index.html index cab5a3c..433a1b5 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@