From b26b91badfeb5f566a3d34429c09f1063a938c52 Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:55:20 +0800 Subject: [PATCH] SOF-7298: update mode --- package-lock.json | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57fe292..3eb2856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1579,9 +1579,8 @@ } }, "@exabyte-io/mode.js": { - "version": "2024.4.19-0", - "resolved": "https://registry.npmjs.org/@exabyte-io/mode.js/-/mode.js-2024.4.19-0.tgz", - "integrity": "sha512-5B+HEO44e0Ffj882hhoXp+/D06VEjkVM8997r9FOKDZHWDbg1/hCleTT/cS/tLYFtrvucbI6wpuU6MyhIpj3ZQ==", + "version": "git+https://github.com/Exabyte-io/mode.js.git#5b4252c75243eac7155d537333aacbac51ab8247", + "from": "git+https://github.com/Exabyte-io/mode.js.git#5b4252c75243eac7155d537333aacbac51ab8247", "dev": true, "requires": { "@babel/cli": "7.16.0", diff --git a/package.json b/package.json index ccb0437..8391155 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@exabyte-io/application-flavors.js": "git+https://github.com/Exabyte-io/application-flavors.git#bcbd691f03369e7cb57bc0b21801e7d76e9a1e53", "@exabyte-io/eslint-config": "^2022.11.17-0", "@exabyte-io/ide.js": "2024.3.26-0", - "@exabyte-io/mode.js": "2024.4.19-0", + "@exabyte-io/mode.js": "git+https://github.com/Exabyte-io/mode.js.git#5b4252c75243eac7155d537333aacbac51ab8247", "@mat3ra/code": "2024.3.25-3", "@mat3ra/esse": "2024.4.19-1", "@mat3ra/made": "2024.3.26-0",