From 3664391b39234d4cf281cc1317f9c77ffe8764db Mon Sep 17 00:00:00 2001 From: Sanel Sabani Date: Mon, 16 Jun 2025 01:14:43 +0200 Subject: [PATCH] your Fruits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit deletion Original file line number Original file line Diff line number Diff line change @@ -31,7 +31,7 @@ "prettier": "1.17.0", "prettier": "1.17.0", "tslint": "5.19.0", "tslint": "5.19.0", "tslint-plugin-prettier": "2.0.1", "tslint-plugin-prettier": "2.0.1", "typescript": "3.5.3" "typescript": "3.6.2" }, }, "engines": { "engines": { "node": ">= 8" "node": ">= 8" ‎yarn.lock +4 -4 Lines changed: 4 additions & 4 deletions Original file line number Original file line Diff line number Diff line change @@ -3761,10 +3761,10 @@ type-detect@^4.0.0, type-detect@^4.0.5: resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== typescript@3.5.3: typescript@3.6.2: version "3.5.3" version "3.6.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54" integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g== integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw== uglify-js@^3.1.4: uglify-js@^3.1.4: version "3.6.0" version "3.6.0" 0 commit comments Comments --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..39bbd26 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}