diff --git a/package-lock.json b/package-lock.json index 15b4a19..6a56889 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1221,9 +1221,8 @@ } }, "@exabyte-io/ade.js": { - "version": "2023.11.22-0", - "resolved": "https://registry.npmjs.org/@exabyte-io/ade.js/-/ade.js-2023.11.22-0.tgz", - "integrity": "sha512-MqmgJ8pPzX5YvNNgS2aHX9nck8w1s4CSJf3l2QmmxWOtzMYzkDUN9uGTeaPID4Hq3ULRr4PYZVKC/xa9zcencA==", + "version": "git+https://github.com/Exabyte-io/ade.js.git#649fb0a8695b7f54b8c10cc234af21425ca22d5c", + "from": "git+https://github.com/Exabyte-io/ade.js.git#649fb0a8695b7f54b8c10cc234af21425ca22d5c", "dev": true, "requires": { "@babel/cli": "7.16.0", @@ -1243,9 +1242,8 @@ } }, "@exabyte-io/application-flavors.js": { - "version": "2023.11.22-2", - "resolved": "https://registry.npmjs.org/@exabyte-io/application-flavors.js/-/application-flavors.js-2023.11.22-2.tgz", - "integrity": "sha512-8EgWnBbZ67ZETYYnmwJye0Hz3UqBL0s2ucZ2wjyNu/jH7/Os142sBV+Yp1hGIWJrpLnCWYMzrkzF8UKpQd3J1A==", + "version": "git+https://github.com/Exabyte-io/application-flavors.git#472c0f601d34a50adf83865fa4e0510f85bd6f67", + "from": "git+https://github.com/Exabyte-io/application-flavors.git#472c0f601d34a50adf83865fa4e0510f85bd6f67", "dev": true, "requires": { "@babel/cli": "7.16.0", diff --git a/package.json b/package.json index 984c08e..c53288a 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "underscore.string": "^3.3.4" }, "devDependencies": { - "@exabyte-io/ade.js": "2023.11.22-0", - "@exabyte-io/application-flavors.js": "2023.11.22-2", + "@exabyte-io/ade.js": "git+https://github.com/Exabyte-io/ade.js#649fb0a8695b7f54b8c10cc234af21425ca22d5c", + "@exabyte-io/application-flavors.js": "git+https://github.com/Exabyte-io/application-flavors#472c0f601d34a50adf83865fa4e0510f85bd6f67", "@exabyte-io/code.js": "2023.6.10-1", "@exabyte-io/eslint-config": "^2022.11.17-0", "@exabyte-io/ide.js": "2022.7.28-1",