From 9a8cfff9f7286c6715ad6ed6fc145838af9bcb2e Mon Sep 17 00:00:00 2001 From: Kostiantyn Dvornik Date: Wed, 31 Aug 2022 15:59:54 +0300 Subject: [PATCH] chore: exabyte peer dependencies --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c1ebbf1..9d33393 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,6 @@ "@babel/register": "^7.16.0", "@babel/runtime-corejs3": "7.16.8", "@exabyte-io/application-flavors.js": "2022.7.24-0", - "@exabyte-io/code.js": "2022.8.31-0", - "@exabyte-io/made.js": "2022.6.15-0", "@exabyte-io/periodic-table.js": "2022.6.8-0", "lodash": "^4.17.21", "mixwith": "^0.1.1", @@ -47,6 +45,8 @@ "underscore.string": "^3.3.4" }, "devDependencies": { + "@exabyte-io/code.js": "2022.8.31-0", + "@exabyte-io/made.js": "2022.6.15-0", "chai": "^4.3.4", "eslint": "7.32.0", "eslint-config-airbnb": "19.0.2", @@ -63,6 +63,10 @@ "nyc": "^15.1.0", "prettier": "^2.7.1" }, + "peerDependencies": { + "@exabyte-io/code.js": "*", + "@exabyte-io/made.js": "*" + }, "engines": { "node": ">=12.0.0" },