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 32291d0 + b750553 commit 15e5bce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"underscore.string": "^3.3.4"
},
"devDependencies": {
"@exabyte-io/ade.js": "2022.9.2-0",
"@exabyte-io/ide.js": "2022.7.28-1",
"@exabyte-io/mode.js": "2022.8.31-0",
"@exabyte-io/code.js": "2022.9.2-0",
"chai": "^4.3.4",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.2",
Expand All @@ -66,6 +70,12 @@
"nyc": "^15.1.0",
"prettier": "^2.7.1"
},
"peerDependencies": {
"@exabyte-io/ade.js": "*",
"@exabyte-io/ide.js": "*",
"@exabyte-io/mode.js": "*",
"@exabyte-io/code.js": "*"
},
"engines": {
"node": ">=12.0.0"
},
Expand Down

0 comments on commit 15e5bce

Please sign in to comment.