Skip to content

Commit

Permalink
Merge pull request #7 from Exabyte-io/update/SOF-6252
Browse files Browse the repository at this point in the history
SOF-6252: exabyte peer dependencies
  • Loading branch information
k0stik committed Sep 16, 2022
2 parents 82ab93d + c9d81c2 commit c1615d9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2-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",
Expand All @@ -47,6 +45,8 @@
"underscore.string": "^3.3.4"
},
"devDependencies": {
"@exabyte-io/code.js": "2022.9.2-0",
"@exabyte-io/made.js": "2022.6.15-0",
"chai": "^4.3.4",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.2",
Expand All @@ -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"
},
Expand Down

0 comments on commit c1615d9

Please sign in to comment.