diff --git a/package-lock.json b/package-lock.json index 82dbe89..92bb7bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1431,9 +1431,8 @@ } }, "@exabyte-io/ade.js": { - "version": "2024.3.21-0", - "resolved": "https://registry.npmjs.org/@exabyte-io/ade.js/-/ade.js-2024.3.21-0.tgz", - "integrity": "sha512-yfkqZUs4XvaltAgTCoVPSWlQnAvRk/uW850bjltnFqlR2OVGXZQxSsxC7ITIz7rWy76ka5mcAs3En9y1si9QCQ==", + "version": "git+https://github.com/Exabyte-io/ade.js.git#ba7e70a8ede85dc6c458b24943653082722fb1cd", + "from": "git+https://github.com/Exabyte-io/ade.js.git#ba7e70a8ede85dc6c458b24943653082722fb1cd", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -1453,9 +1452,8 @@ } }, "@exabyte-io/application-flavors.js": { - "version": "2024.3.21-0", - "resolved": "https://registry.npmjs.org/@exabyte-io/application-flavors.js/-/application-flavors.js-2024.3.21-0.tgz", - "integrity": "sha512-U0C830YpX83UXVlgjt/iQdxBb8ffDj8Tr73tB0EkxGzz0dalwBOktkYbmL+AAiXG2MmKEHJ5VDsQf4RitJ5nLg==", + "version": "git+https://github.com/Exabyte-io/application-flavors.git#1e3c7e92c45ad36ce2348b0f0247ac9ad9e2c29a", + "from": "git+https://github.com/Exabyte-io/application-flavors.git#1e3c7e92c45ad36ce2348b0f0247ac9ad9e2c29a", "dev": true, "requires": { "@babel/cli": "7.16.0", diff --git a/package.json b/package.json index 74aee56..e3ea8bb 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "underscore.string": "^3.3.4" }, "devDependencies": { - "@exabyte-io/ade.js": "2024.3.21-0", - "@exabyte-io/application-flavors.js": "2024.3.21-0", + "@exabyte-io/ade.js": "git+https://github.com/Exabyte-io/ade.js.git#ba7e70a8ede85dc6c458b24943653082722fb1cd", + "@exabyte-io/application-flavors.js": "git+https://github.com/Exabyte-io/application-flavors.git#1e3c7e92c45ad36ce2348b0f0247ac9ad9e2c29a", "@exabyte-io/code.js": "2024.2.29-0", "@mat3ra/esse": "2024.3.20-0", "@exabyte-io/eslint-config": "^2022.11.17-0",