From e6bebee72f0de5336c71b5b418489a191fbdc5b6 Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Thu, 16 May 2024 09:37:24 +0800 Subject: [PATCH 1/3] SOF-7344: use updated models --- package-lock.json | 174 +++++++++++++++++++++++++++++++--------------- package.json | 4 +- 2 files changed, 119 insertions(+), 59 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0826f47..a7ecbff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -707,9 +707,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 } } @@ -1028,38 +1028,47 @@ } }, "@babel/plugin-transform-typescript": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.4.tgz", - "integrity": "sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.5.tgz", + "integrity": "sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.24.4", - "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-create-class-features-plugin": "^7.24.5", + "@babel/helper-plugin-utils": "^7.24.5", "@babel/plugin-syntax-typescript": "^7.24.1" }, "dependencies": { "@babel/helper-create-class-features-plugin": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz", - "integrity": "sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz", + "integrity": "sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.22.5", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", - "@babel/helper-member-expression-to-functions": "^7.23.0", + "@babel/helper-member-expression-to-functions": "^7.24.5", "@babel/helper-optimise-call-expression": "^7.22.5", "@babel/helper-replace-supers": "^7.24.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-split-export-declaration": "^7.24.5", "semver": "^6.3.1" } }, + "@babel/helper-member-expression-to-functions": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz", + "integrity": "sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==", + "dev": true, + "requires": { + "@babel/types": "^7.24.5" + } + }, "@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 }, "@babel/helper-replace-supers": { @@ -1073,6 +1082,38 @@ "@babel/helper-optimise-call-expression": "^7.22.5" } }, + "@babel/helper-split-export-declaration": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz", + "integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==", + "dev": true, + "requires": { + "@babel/types": "^7.24.5" + } + }, + "@babel/helper-string-parser": { + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", + "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", + "dev": true + }, + "@babel/helper-validator-identifier": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz", + "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==", + "dev": true + }, + "@babel/types": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz", + "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==", + "dev": true, + "requires": { + "@babel/helper-string-parser": "^7.24.1", + "@babel/helper-validator-identifier": "^7.24.5", + "to-fast-properties": "^2.0.0" + } + }, "semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", @@ -1225,9 +1266,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 }, "@babel/plugin-syntax-jsx": { @@ -1581,9 +1622,8 @@ } }, "@exabyte-io/mode.js": { - "version": "2024.4.28-0", - "resolved": "https://registry.npmjs.org/@exabyte-io/mode.js/-/mode.js-2024.4.28-0.tgz", - "integrity": "sha512-k2xMAQ0xkTyNUOaIn57czdK77HcqnpKMBY+HY9kg+qrKmYiPak+izxqbWnbQnPANR+zkaG7tlsqJ4WFCpR4/dg==", + "version": "git+https://github.com/Exabyte-io/mode.js.git#94f3040d5cb003516d43285f8e329b30832f7cb9", + "from": "git+https://github.com/Exabyte-io/mode.js.git#94f3040d5cb003516d43285f8e329b30832f7cb9", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -1834,9 +1874,8 @@ } }, "@mat3ra/esse": { - "version": "2024.4.19-1", - "resolved": "https://registry.npmjs.org/@mat3ra/esse/-/esse-2024.4.19-1.tgz", - "integrity": "sha512-hSr4iix2AeaOb3YKahBZKRdmEAVfQkcQSiDo3RsyXa0GJkfZFxhzSzEjmr5lb/p1b2wlVvElfvx2D/D0ppvqCg==", + "version": "git+https://github.com/Exabyte-io/esse.git#06052d7af9118d55112cb39fc2fe9335cbdaede8", + "from": "git+https://github.com/Exabyte-io/esse.git#06052d7af9118d55112cb39fc2fe9335cbdaede8", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -1896,44 +1935,65 @@ } }, "@babel/generator": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.4.tgz", - "integrity": "sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz", + "integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==", "dev": true, "requires": { - "@babel/types": "^7.24.0", + "@babel/types": "^7.24.5", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" } }, + "@babel/helper-split-export-declaration": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz", + "integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==", + "dev": true, + "requires": { + "@babel/types": "^7.24.5" + } + }, + "@babel/helper-string-parser": { + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", + "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", + "dev": true + }, + "@babel/helper-validator-identifier": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz", + "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==", + "dev": true + }, "@babel/helpers": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.4.tgz", - "integrity": "sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz", + "integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==", "dev": true, "requires": { "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.1", - "@babel/types": "^7.24.0" + "@babel/traverse": "^7.24.5", + "@babel/types": "^7.24.5" } }, "@babel/highlight": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz", - "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz", + "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.22.20", + "@babel/helper-validator-identifier": "^7.24.5", "chalk": "^2.4.2", "js-tokens": "^4.0.0", "picocolors": "^1.0.0" } }, "@babel/parser": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz", - "integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz", + "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==", "dev": true }, "@babel/template": { @@ -1948,31 +2008,31 @@ } }, "@babel/traverse": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz", - "integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz", + "integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==", "dev": true, "requires": { - "@babel/code-frame": "^7.24.1", - "@babel/generator": "^7.24.1", + "@babel/code-frame": "^7.24.2", + "@babel/generator": "^7.24.5", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.24.1", - "@babel/types": "^7.24.0", + "@babel/helper-split-export-declaration": "^7.24.5", + "@babel/parser": "^7.24.5", + "@babel/types": "^7.24.5", "debug": "^4.3.1", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", - "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz", + "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==", "dev": true, "requires": { - "@babel/helper-string-parser": "^7.23.4", - "@babel/helper-validator-identifier": "^7.22.20", + "@babel/helper-string-parser": "^7.24.1", + "@babel/helper-validator-identifier": "^7.24.5", "to-fast-properties": "^2.0.0" } }, @@ -2390,9 +2450,9 @@ "dev": true }, "@types/lodash": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz", - "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.1.tgz", + "integrity": "sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q==", "dev": true }, "@types/minimatch": { diff --git a/package.json b/package.json index e00e8d5..18d5095 100644 --- a/package.json +++ b/package.json @@ -50,9 +50,9 @@ "@exabyte-io/application-flavors.js": "2024.4.27-0", "@exabyte-io/eslint-config": "^2022.11.17-0", "@exabyte-io/ide.js": "2024.3.26-0", - "@exabyte-io/mode.js": "2024.4.28-0", + "@exabyte-io/mode.js": "git+https://github.com/Exabyte-io/mode.js.git#94f3040d5cb003516d43285f8e329b30832f7cb9", "@mat3ra/code": "2024.3.25-3", - "@mat3ra/esse": "2024.4.19-1", + "@mat3ra/esse": "git+https://github.com/Exabyte-io/esse.git#06052d7af9118d55112cb39fc2fe9335cbdaede8", "@mat3ra/made": "2024.3.26-0", "chai": "^4.3.4", "eslint": "7.32.0", 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 2/3] 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", From 64cf8b3b6b75870a20239dc4d0907483187b6e8e Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Sat, 18 May 2024 22:45:15 +0800 Subject: [PATCH 3/3] SOF-7354: update application-flavors and ade --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8d506d..97f2010 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1511,8 +1511,8 @@ } }, "@exabyte-io/ade.js": { - "version": "git+https://github.com/Exabyte-io/ade.js.git#1e0adc68f71cbabe19926e2e29e3720387af835a", - "from": "git+https://github.com/Exabyte-io/ade.js.git#1e0adc68f71cbabe19926e2e29e3720387af835a", + "version": "git+https://github.com/Exabyte-io/ade.js.git#20d701b5c2854f84fb7f28c15130e9ad9f67292d", + "from": "git+https://github.com/Exabyte-io/ade.js.git#20d701b5c2854f84fb7f28c15130e9ad9f67292d", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -1532,8 +1532,8 @@ } }, "@exabyte-io/application-flavors.js": { - "version": "git+https://github.com/Exabyte-io/application-flavors.git#d32d34cfff8618faf671902add9eeb86f27e9fae", - "from": "git+https://github.com/Exabyte-io/application-flavors.git#d32d34cfff8618faf671902add9eeb86f27e9fae", + "version": "git+https://github.com/Exabyte-io/application-flavors.git#e835949a3421a2e517948c622464aa2a36d8a40f", + "from": "git+https://github.com/Exabyte-io/application-flavors.git#e835949a3421a2e517948c622464aa2a36d8a40f", "dev": true, "requires": { "@babel/cli": "7.16.0", diff --git a/package.json b/package.json index e7f4c96..9d3cfff 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "underscore.string": "^3.3.4" }, "devDependencies": { - "@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/ade.js": "git+https://github.com/Exabyte-io/ade.js.git#20d701b5c2854f84fb7f28c15130e9ad9f67292d", + "@exabyte-io/application-flavors.js": "git+https://github.com/Exabyte-io/application-flavors.git#e835949a3421a2e517948c622464aa2a36d8a40f", "@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",