From 8c9670e0218d56edf1e6286a777338bc8e4dc269 Mon Sep 17 00:00:00 2001 From: Morten Daniel Fornes Date: Mon, 24 Apr 2023 20:05:27 +0700 Subject: [PATCH] upgrade @fuse-open/transpiler --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98135e0ac..4d611c72d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@fuse-open/opentk": "^3.2.0", - "@fuse-open/transpiler": "^1.17.4", + "@fuse-open/transpiler": "^1.18.0", "@fuse-open/xamarin-mac": "^8.12.0", "dotnet-run": "^1.5.0" }, @@ -33,9 +33,9 @@ "integrity": "sha512-LFXms2H9+3k12Ijcaz4aQ+9PzHn6KiN1ee/0T7iwkraTGy9f8g/SUCmLa7Co/Bzrr0Ykj2u7eYoT7QXYtutOEA==" }, "node_modules/@fuse-open/transpiler": { - "version": "1.17.4", - "resolved": "https://registry.npmjs.org/@fuse-open/transpiler/-/transpiler-1.17.4.tgz", - "integrity": "sha512-Vdn2D6aqe38x5U3cnhKauQXNKFT+mRd7ClNu/tr4wfNG2IvnnsbnqHo6rNqpRMWNe/2PRq6gXbOENYNGevlwCA==", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/@fuse-open/transpiler/-/transpiler-1.18.0.tgz", + "integrity": "sha512-mqxz4Acz9EJ6yPFNJfnGA/4xY+ePWcsyn/eTh2NmvqREpbbtNB/08hTTaFBBjPnxqXqDONJ3N1JZdofgjyx6vQ==", "bin": { "fusejs-transpiler": "bin/cli.js" } @@ -114,9 +114,9 @@ "integrity": "sha512-LFXms2H9+3k12Ijcaz4aQ+9PzHn6KiN1ee/0T7iwkraTGy9f8g/SUCmLa7Co/Bzrr0Ykj2u7eYoT7QXYtutOEA==" }, "@fuse-open/transpiler": { - "version": "1.17.4", - "resolved": "https://registry.npmjs.org/@fuse-open/transpiler/-/transpiler-1.17.4.tgz", - "integrity": "sha512-Vdn2D6aqe38x5U3cnhKauQXNKFT+mRd7ClNu/tr4wfNG2IvnnsbnqHo6rNqpRMWNe/2PRq6gXbOENYNGevlwCA==" + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/@fuse-open/transpiler/-/transpiler-1.18.0.tgz", + "integrity": "sha512-mqxz4Acz9EJ6yPFNJfnGA/4xY+ePWcsyn/eTh2NmvqREpbbtNB/08hTTaFBBjPnxqXqDONJ3N1JZdofgjyx6vQ==" }, "@fuse-open/xamarin-mac": { "version": "8.12.0", diff --git a/package.json b/package.json index 4b2a2342d..854db7bba 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Extremely fast, native C#-dialect and powerful tooling for mobile and desktop developers.", "dependencies": { "@fuse-open/opentk": "^3.2.0", - "@fuse-open/transpiler": "^1.17.4", + "@fuse-open/transpiler": "^1.18.0", "@fuse-open/xamarin-mac": "^8.12.0", "dotnet-run": "^1.5.0" },