From d19f48897f011ba88ba3777f9ae83e170882a13d Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Fri, 17 May 2024 23:25:44 +0800 Subject: [PATCH] SOF-7344: update application-flavors and ade --- package-lock.json | 16 +++++++--------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7ecbff..f8d506d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -602,9 +602,9 @@ }, "dependencies": { "@babel/helper-plugin-utils": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz", - "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz", + "integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==", "dev": true } } @@ -1511,9 +1511,8 @@ } }, "@exabyte-io/ade.js": { - "version": "2024.4.27-0", - "resolved": "https://registry.npmjs.org/@exabyte-io/ade.js/-/ade.js-2024.4.27-0.tgz", - "integrity": "sha512-X39dNdXtme2zXkH9GbtqvI3cOMuLDMDTanTcEA49fwFbtf0BcbMGRvhqnbF2u7N2MSVBPenES3g8+uG2gN02Iw==", + "version": "git+https://github.com/Exabyte-io/ade.js.git#1e0adc68f71cbabe19926e2e29e3720387af835a", + "from": "git+https://github.com/Exabyte-io/ade.js.git#1e0adc68f71cbabe19926e2e29e3720387af835a", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -1533,9 +1532,8 @@ } }, "@exabyte-io/application-flavors.js": { - "version": "2024.4.27-0", - "resolved": "https://registry.npmjs.org/@exabyte-io/application-flavors.js/-/application-flavors.js-2024.4.27-0.tgz", - "integrity": "sha512-nQZ47H9JVjgUmWkaKRfNYs1wy9Wtt/4jbAJ6/7ldbde2/Of+feRzuf1ZlWMXg8fdV++WBJIluivdYofreHrGGA==", + "version": "git+https://github.com/Exabyte-io/application-flavors.git#d32d34cfff8618faf671902add9eeb86f27e9fae", + "from": "git+https://github.com/Exabyte-io/application-flavors.git#d32d34cfff8618faf671902add9eeb86f27e9fae", "dev": true, "requires": { "@babel/cli": "7.16.0", diff --git a/package.json b/package.json index 18d5095..e7f4c96 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "underscore.string": "^3.3.4" }, "devDependencies": { - "@exabyte-io/ade.js": "2024.4.27-0", - "@exabyte-io/application-flavors.js": "2024.4.27-0", + "@exabyte-io/ade.js": "git+https://github.com/Exabyte-io/ade.js.git#1e0adc68f71cbabe19926e2e29e3720387af835a", + "@exabyte-io/application-flavors.js": "git+https://github.com/Exabyte-io/application-flavors.git#d32d34cfff8618faf671902add9eeb86f27e9fae", "@exabyte-io/eslint-config": "^2022.11.17-0", "@exabyte-io/ide.js": "2024.3.26-0", "@exabyte-io/mode.js": "git+https://github.com/Exabyte-io/mode.js.git#94f3040d5cb003516d43285f8e329b30832f7cb9",